|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.castor.SignListType
public class SignListType
Class SignListType.
Constructor Summary | |
---|---|
SignListType()
|
Method Summary | |
---|---|
void |
addSignListTypeItem(int index,
SignListTypeItem vSignListTypeItem)
|
void |
addSignListTypeItem(SignListTypeItem vSignListTypeItem)
|
java.util.Enumeration |
enumerateSignListTypeItem()
Method enumerateSignListTypeItem. |
SignListTypeItem[] |
getSignListTypeItem()
Method getSignListTypeItem.Returns the contents of the collection in an Array. |
SignListTypeItem |
getSignListTypeItem(int index)
Method getSignListTypeItem. |
int |
getSignListTypeItemCount()
Method getSignListTypeItemCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator |
iterateSignListTypeItem()
Method iterateSignListTypeItem. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllSignListTypeItem()
|
boolean |
removeSignListTypeItem(SignListTypeItem vSignListTypeItem)
Method removeSignListTypeItem. |
SignListTypeItem |
removeSignListTypeItemAt(int index)
Method removeSignListTypeItemAt. |
void |
setSignListTypeItem(int index,
SignListTypeItem vSignListTypeItem)
|
void |
setSignListTypeItem(SignListTypeItem[] vSignListTypeItemArray)
|
static SignListType |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignListType()
Method Detail |
---|
public void addSignListTypeItem(SignListTypeItem vSignListTypeItem) throws java.lang.IndexOutOfBoundsException
vSignListTypeItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSignListTypeItem(int index, SignListTypeItem vSignListTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vSignListTypeItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateSignListTypeItem()
public SignListTypeItem getSignListTypeItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic SignListTypeItem[] getSignListTypeItem()
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 int getSignListTypeItemCount()
public boolean isValid()
public java.util.Iterator iterateSignListTypeItem()
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 marshaling
org.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
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllSignListTypeItem()
public boolean removeSignListTypeItem(SignListTypeItem vSignListTypeItem)
vSignListTypeItem
-
public SignListTypeItem removeSignListTypeItemAt(int index)
index
-
public void setSignListTypeItem(int index, SignListTypeItem vSignListTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vSignListTypeItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSignListTypeItem(SignListTypeItem[] vSignListTypeItemArray)
vSignListTypeItemArray
- public static SignListType unmarshal(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 marshaling
org.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |