Class ExpectedSources.
addExpectedSource
public void addExpectedSource(int index,
java.lang.String vExpectedSource)
throws java.lang.IndexOutOfBoundsException
index
- vExpectedSource
-
addExpectedSource
public void addExpectedSource(java.lang.String vExpectedSource)
throws java.lang.IndexOutOfBoundsException
enumerateExpectedSource
public java.util.Enumeration enumerateExpectedSource()
Method enumerateExpectedSource.
- an Enumeration over all java.lang.String elements
getExpectedSource
public java.lang.String[] getExpectedSource()
Method getExpectedSource.Returns the contents of the
collection in an Array.
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.
- this collection as an Array
getExpectedSource
public java.lang.String getExpectedSource(int index)
throws java.lang.IndexOutOfBoundsException
Method getExpectedSource.
- the value of the java.lang.String at the given index
getExpectedSourceCount
public int getExpectedSourceCount()
Method getExpectedSourceCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllExpectedSource
public void removeAllExpectedSource()
removeExpectedSource
public boolean removeExpectedSource(java.lang.String vExpectedSource)
Method removeExpectedSource.
- true if the object was removed from the collection.
removeExpectedSourceAt
public java.lang.String removeExpectedSourceAt(int index)
Method removeExpectedSourceAt.
- the element removed from the collection
setExpectedSource
public void setExpectedSource(int index,
java.lang.String vExpectedSource)
throws java.lang.IndexOutOfBoundsException
index
- vExpectedSource
-
setExpectedSource
public void setExpectedSource(java.lang.String[] vExpectedSourceArray)