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

Constructor Summary
Identifiers()
           
 
Method Summary
 void addIdentifier(Identifier vIdentifier)
           
 java.util.Enumeration enumerateIdentifier()
           
 Identifier[] getIdentifier()
           
 Identifier getIdentifier(int index)
           
 int getIdentifierCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllIdentifier()
           
 Identifier removeIdentifier(int index)
           
 void setIdentifier(Identifier[] identifierArray)
           
 void setIdentifier(Identifier vIdentifier, int index)
           
static Identifiers unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identifiers

public Identifiers()
Method Detail

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