|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.tests.framework.testDescriptor.SourcesNotExpected
public class SourcesNotExpected
Class SourcesNotExpected.
| Constructor Summary | |
|---|---|
SourcesNotExpected()
|
|
| Method Summary | |
|---|---|
void |
addSourceNotExpected(int index,
java.lang.String vSourceNotExpected)
|
void |
addSourceNotExpected(java.lang.String vSourceNotExpected)
|
java.util.Enumeration |
enumerateSourceNotExpected()
Method enumerateSourceNotExpected. |
java.lang.String[] |
getSourceNotExpected()
Method getSourceNotExpected.Returns the contents of the collection in an Array. |
java.lang.String |
getSourceNotExpected(int index)
Method getSourceNotExpected. |
int |
getSourceNotExpectedCount()
Method getSourceNotExpectedCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator |
iterateSourceNotExpected()
Method iterateSourceNotExpected. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllSourceNotExpected()
|
boolean |
removeSourceNotExpected(java.lang.String vSourceNotExpected)
Method removeSourceNotExpected. |
java.lang.String |
removeSourceNotExpectedAt(int index)
Method removeSourceNotExpectedAt. |
void |
setSourceNotExpected(int index,
java.lang.String vSourceNotExpected)
|
void |
setSourceNotExpected(java.lang.String[] vSourceNotExpectedArray)
|
static SourcesNotExpected |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourcesNotExpected()
| Method Detail |
|---|
public void addSourceNotExpected(java.lang.String vSourceNotExpected)
throws java.lang.IndexOutOfBoundsException
vSourceNotExpected -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addSourceNotExpected(int index,
java.lang.String vSourceNotExpected)
throws java.lang.IndexOutOfBoundsException
index - vSourceNotExpected -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateSourceNotExpected()
public java.lang.String getSourceNotExpected(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.lang.String[] getSourceNotExpected()
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 getSourceNotExpectedCount()
public boolean isValid()
public java.util.Iterator iterateSourceNotExpected()
public void marshal(java.io.Writer out)
throws MarshalException,
ValidationException
out -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
MarshalException,
ValidationException
handler -
java.io.IOException - if an IOException occurs during
marshaling
ValidationException - if this
object is an invalid instance according to the schema
MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllSourceNotExpected()
public boolean removeSourceNotExpected(java.lang.String vSourceNotExpected)
vSourceNotExpected -
public java.lang.String removeSourceNotExpectedAt(int index)
index -
public void setSourceNotExpected(int index,
java.lang.String vSourceNotExpected)
throws java.lang.IndexOutOfBoundsException
index - vSourceNotExpected -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSourceNotExpected(java.lang.String[] vSourceNotExpectedArray)
vSourceNotExpectedArray -
public static SourcesNotExpected unmarshal(java.io.Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws ValidationException
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 | |||||||