Class ClassChoice.
addContainer
public void addContainer(int index,
Container vContainer)
throws java.lang.IndexOutOfBoundsException
addContainer
public void addContainer(Container vContainer)
throws java.lang.IndexOutOfBoundsException
addFieldMapping
public void addFieldMapping(int index,
FieldMapping vFieldMapping)
throws java.lang.IndexOutOfBoundsException
addFieldMapping
public void addFieldMapping(FieldMapping vFieldMapping)
throws java.lang.IndexOutOfBoundsException
enumerateContainer
public java.util.Enumeration enumerateContainer()
Method enumerateContainer.
- an Enumeration over all possible elements of this
collection
enumerateFieldMapping
public java.util.Enumeration enumerateFieldMapping()
Method enumerateFieldMapping.
- an Enumeration over all possible elements of this
collection
getContainer
public Container[] getContainer()
Method getContainer.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
getContainer
public Container getContainer(int index)
throws java.lang.IndexOutOfBoundsException
Method getContainer.
- the value of the
org.exolab.castor.mapping.xml.Container at the given index
getContainerCount
public int getContainerCount()
Method getContainerCount.
- the size of this collection
getFieldMapping
public FieldMapping[] getFieldMapping()
Method getFieldMapping.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
getFieldMapping
public FieldMapping getFieldMapping(int index)
throws java.lang.IndexOutOfBoundsException
Method getFieldMapping.
- the value of the
org.exolab.castor.mapping.xml.FieldMapping at the given index
getFieldMappingCount
public int getFieldMappingCount()
Method getFieldMappingCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
iterateContainer
public java.util.Iterator iterateContainer()
Method iterateContainer.
- an Iterator over all possible elements in this
collection
iterateFieldMapping
public java.util.Iterator iterateFieldMapping()
Method iterateFieldMapping.
- an Iterator over all possible elements in this
collection
removeAllContainer
public void removeAllContainer()
removeAllFieldMapping
public void removeAllFieldMapping()
removeContainer
public boolean removeContainer(Container vContainer)
Method removeContainer.
- true if the object was removed from the collection.
removeContainerAt
public Container removeContainerAt(int index)
Method removeContainerAt.
- the element removed from the collection
removeFieldMapping
public boolean removeFieldMapping(FieldMapping vFieldMapping)
Method removeFieldMapping.
- true if the object was removed from the collection.
removeFieldMappingAt
public FieldMapping removeFieldMappingAt(int index)
Method removeFieldMappingAt.
- the element removed from the collection
setContainer
public void setContainer(int index,
Container vContainer)
throws java.lang.IndexOutOfBoundsException
setContainer
public void setContainer(Container[] vContainerArray)
setFieldMapping
public void setFieldMapping(int index,
FieldMapping vFieldMapping)
throws java.lang.IndexOutOfBoundsException
setFieldMapping
public void setFieldMapping(FieldMapping[] vFieldMappingArray)