org.gxos.schema.papi
Class Identifiers
java.lang.Object
|
+--org.gxos.schema.papi.Identifiers
- All Implemented Interfaces:
- java.io.Serializable
- public class Identifiers
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Identifiers
public Identifiers()
addIdentifier
public void addIdentifier(Identifier vIdentifier)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vIdentifier
-
enumerateIdentifier
public java.util.Enumeration enumerateIdentifier()
getIdentifier
public Identifier getIdentifier(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getIdentifier
public Identifier[] getIdentifier()
getIdentifierCount
public int getIdentifierCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
removeAllIdentifier
public void removeAllIdentifier()
removeIdentifier
public Identifier removeIdentifier(int index)
- Parameters:
index
-
setIdentifier
public void setIdentifier(Identifier vIdentifier,
int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vIdentifier
- index
-
setIdentifier
public void setIdentifier(Identifier[] identifierArray)
- Parameters:
identifierArray
-
unmarshal
public static Identifiers unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException