public class IncludeCollection extends Object implements Serializable
Constructor and Description |
---|
IncludeCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addExcludeFilter(int index,
String excludeFilter) |
void |
addExcludeFilter(String excludeFilter) |
Enumeration<String> |
enumerateExcludeFilter()
Method enumerateExcludeFilter.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getDataCollectionGroup()
Returns the value of field 'dataCollectionGroup'.
|
String[] |
getExcludeFilter()
Method getExcludeFilter.Returns the contents of the
collection in an Array.
|
String |
getExcludeFilter(int index)
Method getExcludeFilter.
|
List<String> |
getExcludeFilterCollection()
Method getExcludeFilterCollection.Returns a reference to
'_excludeFilterList'.
|
int |
getExcludeFilterCount()
Method getExcludeFilterCount.
|
String |
getSystemDef()
Returns the value of field 'systemDef'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isValid()
Deprecated.
|
Iterator<String> |
iterateExcludeFilter()
Method iterateExcludeFilter.
|
void |
marshal(ContentHandler handler)
Deprecated.
|
void |
marshal(Writer out)
Deprecated.
|
void |
removeAllExcludeFilter() |
boolean |
removeExcludeFilter(String excludeFilter)
Method removeExcludeFilter.
|
String |
removeExcludeFilterAt(int index)
Method removeExcludeFilterAt.
|
void |
setDataCollectionGroup(String dataCollectionGroup)
Sets the value of field 'dataCollectionGroup'.
|
void |
setExcludeFilter(int index,
String excludeFilter) |
void |
setExcludeFilter(List<String> excludeFilters)
Sets the value of '_excludeFilterList' by copying the given
Vector.
|
void |
setExcludeFilter(String[] excludeFilters) |
void |
setExcludeFilterCollection(List<String> excludeFilters)
Deprecated.
|
void |
setSystemDef(String systemDef)
Sets the value of field 'systemDef'.
|
static IncludeCollection |
unmarshal(Reader reader)
Deprecated.
|
void |
validate()
Deprecated.
|
public void addExcludeFilter(String excludeFilter) throws IndexOutOfBoundsException
excludeFilter
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addExcludeFilter(int index, String excludeFilter) throws IndexOutOfBoundsException
index
- excludeFilter
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<String> enumerateExcludeFilter()
public boolean equals(Object obj)
public String getDataCollectionGroup()
public String getExcludeFilter(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic String[] getExcludeFilter()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<String> getExcludeFilterCollection()
public int getExcludeFilterCount()
public String getSystemDef()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
@Deprecated public boolean isValid()
public Iterator<String> iterateExcludeFilter()
@Deprecated public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema@Deprecated public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllExcludeFilter()
public boolean removeExcludeFilter(String excludeFilter)
excludeFilter
- public String removeExcludeFilterAt(int index)
index
- public void setDataCollectionGroup(String dataCollectionGroup)
dataCollectionGroup
- the value of field
'dataCollectionGroup'.public void setExcludeFilter(int index, String excludeFilter) throws IndexOutOfBoundsException
index
- excludeFilter
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setExcludeFilter(String[] excludeFilters)
excludeFilters
- public void setExcludeFilter(List<String> excludeFilters)
excludeFilters
- the Vector to copy.public void setExcludeFilterCollection(List<String> excludeFilters)
excludeFilters
- the Vector to set.public void setSystemDef(String systemDef)
systemDef
- the value of field 'systemDef'.@Deprecated public static IncludeCollection unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema@Deprecated public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All Rights Reserved.