|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.castor.SignTypeSequence2
public class SignTypeSequence2
Class SignTypeSequence2.
Constructor Summary | |
---|---|
SignTypeSequence2()
|
Method Summary | |
---|---|
void |
addSuffixPronoun(int index,
SuffixPronoun vSuffixPronoun)
|
void |
addSuffixPronoun(SuffixPronoun vSuffixPronoun)
|
java.util.Enumeration |
enumerateSuffixPronoun()
Method enumerateSuffixPronoun. |
SuffixPronoun[] |
getSuffixPronoun()
Method getSuffixPronoun.Returns the contents of the collection in an Array. |
SuffixPronoun |
getSuffixPronoun(int index)
Method getSuffixPronoun. |
int |
getSuffixPronounCount()
Method getSuffixPronounCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator |
iterateSuffixPronoun()
Method iterateSuffixPronoun. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllSuffixPronoun()
|
boolean |
removeSuffixPronoun(SuffixPronoun vSuffixPronoun)
Method removeSuffixPronoun. |
SuffixPronoun |
removeSuffixPronounAt(int index)
Method removeSuffixPronounAt. |
void |
setSuffixPronoun(int index,
SuffixPronoun vSuffixPronoun)
|
void |
setSuffixPronoun(SuffixPronoun[] vSuffixPronounArray)
|
static SignTypeSequence2 |
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 SignTypeSequence2()
Method Detail |
---|
public void addSuffixPronoun(SuffixPronoun vSuffixPronoun) throws java.lang.IndexOutOfBoundsException
vSuffixPronoun
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSuffixPronoun(int index, SuffixPronoun vSuffixPronoun) throws java.lang.IndexOutOfBoundsException
index
- vSuffixPronoun
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateSuffixPronoun()
public SuffixPronoun getSuffixPronoun(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic SuffixPronoun[] getSuffixPronoun()
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 getSuffixPronounCount()
public boolean isValid()
public java.util.Iterator iterateSuffixPronoun()
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 removeAllSuffixPronoun()
public boolean removeSuffixPronoun(SuffixPronoun vSuffixPronoun)
vSuffixPronoun
-
public SuffixPronoun removeSuffixPronounAt(int index)
index
-
public void setSuffixPronoun(int index, SuffixPronoun vSuffixPronoun) throws java.lang.IndexOutOfBoundsException
index
- vSuffixPronoun
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSuffixPronoun(SuffixPronoun[] vSuffixPronounArray)
vSuffixPronounArray
- public static SignTypeSequence2 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 |