public class CodingSchemeManifestList extends LexGridBase implements java.io.Serializable
Constructor and Description |
---|
CodingSchemeManifestList() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(CodingSchemeManifest vEntry) |
void |
addEntry(int index,
CodingSchemeManifest vEntry) |
java.util.Enumeration<? extends CodingSchemeManifest> |
enumerateEntry()
Method enumerateEntry.
|
CodingSchemeManifest[] |
getEntry()
Method getEntry.Returns the contents of the collection in an
Array.
|
CodingSchemeManifest |
getEntry(int index)
Method getEntry.
|
java.util.List<CodingSchemeManifest> |
getEntryAsReference()
Method getEntryAsReference.Returns a reference to
'_entryList'.
|
int |
getEntryCount()
Method getEntryCount.
|
boolean |
isValid()
Method isValid.
|
java.util.Iterator<? extends CodingSchemeManifest> |
iterateEntry()
Method iterateEntry.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
removeAllEntry() |
boolean |
removeEntry(CodingSchemeManifest vEntry)
Method removeEntry.
|
CodingSchemeManifest |
removeEntryAt(int index)
Method removeEntryAt.
|
void |
setEntry(CodingSchemeManifest[] vEntryArray) |
void |
setEntry(int index,
CodingSchemeManifest vEntry) |
void |
setEntry(java.util.List<CodingSchemeManifest> vEntryList)
Sets the value of '_entryList' by copying the given Vector.
|
void |
setEntryAsReference(java.util.List<CodingSchemeManifest> entryList)
Deprecated.
|
static CodingSchemeManifestList |
unmarshalCodingSchemeManifestList(java.io.Reader reader)
Method unmarshalCodingSchemeManifestList.
|
void |
validate() |
getParent, setParent
public void addEntry(CodingSchemeManifest vEntry) throws java.lang.IndexOutOfBoundsException
vEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addEntry(int index, CodingSchemeManifest vEntry) throws java.lang.IndexOutOfBoundsException
index
- vEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends CodingSchemeManifest> enumerateEntry()
public CodingSchemeManifest getEntry(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CodingSchemeManifest[] getEntry()
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 java.util.List<CodingSchemeManifest> getEntryAsReference()
public int getEntryCount()
public boolean isValid()
public java.util.Iterator<? extends CodingSchemeManifest> iterateEntry()
public void marshal(java.io.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 schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- java.io.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 removeAllEntry()
public boolean removeEntry(CodingSchemeManifest vEntry)
vEntry
- public CodingSchemeManifest removeEntryAt(int index)
index
- public void setEntry(int index, CodingSchemeManifest vEntry) throws java.lang.IndexOutOfBoundsException
index
- vEntry
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setEntry(CodingSchemeManifest[] vEntryArray)
vEntryArray
- public void setEntry(java.util.List<CodingSchemeManifest> vEntryList)
vEntryList
- the Vector to copy.public void setEntryAsReference(java.util.List<CodingSchemeManifest> entryList)
entryList
- the Vector to set.public static CodingSchemeManifestList unmarshalCodingSchemeManifestList(java.io.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 schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema