public class AbsoluteCodingSchemeVersionReferenceList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AbsoluteCodingSchemeVersionReferenceList() |
public AbsoluteCodingSchemeVersionReferenceList()
public void addAbsoluteCodingSchemeVersionReference(AbsoluteCodingSchemeVersionReference vAbsoluteCodingSchemeVersionReference) throws java.lang.IndexOutOfBoundsException
vAbsoluteCodingSchemeVersionReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAbsoluteCodingSchemeVersionReference(int index, AbsoluteCodingSchemeVersionReference vAbsoluteCodingSchemeVersionReference) throws java.lang.IndexOutOfBoundsException
index
- vAbsoluteCodingSchemeVersionReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends AbsoluteCodingSchemeVersionReference> enumerateAbsoluteCodingSchemeVersionReference()
public AbsoluteCodingSchemeVersionReference getAbsoluteCodingSchemeVersionReference(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic AbsoluteCodingSchemeVersionReference[] getAbsoluteCodingSchemeVersionReference()
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 getAbsoluteCodingSchemeVersionReferenceCount()
public java.util.Iterator<? extends AbsoluteCodingSchemeVersionReference> iterateAbsoluteCodingSchemeVersionReference()
public boolean removeAbsoluteCodingSchemeVersionReference(AbsoluteCodingSchemeVersionReference vAbsoluteCodingSchemeVersionReference)
vAbsoluteCodingSchemeVersionReference
- public AbsoluteCodingSchemeVersionReference removeAbsoluteCodingSchemeVersionReferenceAt(int index)
index
- public void removeAllAbsoluteCodingSchemeVersionReference()
public void setAbsoluteCodingSchemeVersionReference(int index, AbsoluteCodingSchemeVersionReference vAbsoluteCodingSchemeVersionReference) throws java.lang.IndexOutOfBoundsException
index
- vAbsoluteCodingSchemeVersionReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAbsoluteCodingSchemeVersionReference(AbsoluteCodingSchemeVersionReference[] vAbsoluteCodingSchemeVersionReferenceArray)
vAbsoluteCodingSchemeVersionReferenceArray
-