org.iids.aos.systemservices.datatypes.wsagreement
Class TermCompositorType

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.TermCompositorType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
All, ExactlyOne, OneOrMore

public class TermCompositorType
extends java.lang.Object
implements java.io.Serializable

Class TermCompositorType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
TermCompositorType()
           
 
Method Summary
 void addTermCompositorTypeChoice(int index, TermCompositorTypeChoice vTermCompositorTypeChoice)
          Method addTermCompositorTypeChoice
 void addTermCompositorTypeChoice(TermCompositorTypeChoice vTermCompositorTypeChoice)
          Method addTermCompositorTypeChoice
 java.util.Enumeration enumerateTermCompositorTypeChoice()
          Method enumerateTermCompositorTypeChoice
 TermCompositorTypeChoice[] getTermCompositorTypeChoice()
          Method getTermCompositorTypeChoice
 TermCompositorTypeChoice getTermCompositorTypeChoice(int index)
          Method getTermCompositorTypeChoice
 int getTermCompositorTypeChoiceCount()
          Method getTermCompositorTypeChoiceCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllTermCompositorTypeChoice()
          Method removeAllTermCompositorTypeChoice
 TermCompositorTypeChoice removeTermCompositorTypeChoice(int index)
          Method removeTermCompositorTypeChoice
 void setTermCompositorTypeChoice(int index, TermCompositorTypeChoice vTermCompositorTypeChoice)
          Method setTermCompositorTypeChoice
 void setTermCompositorTypeChoice(TermCompositorTypeChoice[] termCompositorTypeChoiceArray)
          Method setTermCompositorTypeChoice
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermCompositorType

public TermCompositorType()
Method Detail

addTermCompositorTypeChoice

public void addTermCompositorTypeChoice(TermCompositorTypeChoice vTermCompositorTypeChoice)
                                 throws java.lang.IndexOutOfBoundsException
Method addTermCompositorTypeChoice

Parameters:
vTermCompositorTypeChoice -
Throws:
java.lang.IndexOutOfBoundsException

addTermCompositorTypeChoice

public void addTermCompositorTypeChoice(int index,
                                        TermCompositorTypeChoice vTermCompositorTypeChoice)
                                 throws java.lang.IndexOutOfBoundsException
Method addTermCompositorTypeChoice

Parameters:
index -
vTermCompositorTypeChoice -
Throws:
java.lang.IndexOutOfBoundsException

enumerateTermCompositorTypeChoice

public java.util.Enumeration enumerateTermCompositorTypeChoice()
Method enumerateTermCompositorTypeChoice

Returns:
Enumeration

getTermCompositorTypeChoice

public TermCompositorTypeChoice getTermCompositorTypeChoice(int index)
                                                     throws java.lang.IndexOutOfBoundsException
Method getTermCompositorTypeChoice

Parameters:
index -
Returns:
TermCompositorTypeChoice
Throws:
java.lang.IndexOutOfBoundsException

getTermCompositorTypeChoice

public TermCompositorTypeChoice[] getTermCompositorTypeChoice()
Method getTermCompositorTypeChoice

Returns:
TermCompositorTypeChoice

getTermCompositorTypeChoiceCount

public int getTermCompositorTypeChoiceCount()
Method getTermCompositorTypeChoiceCount

Returns:
int

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllTermCompositorTypeChoice

public void removeAllTermCompositorTypeChoice()
Method removeAllTermCompositorTypeChoice


removeTermCompositorTypeChoice

public TermCompositorTypeChoice removeTermCompositorTypeChoice(int index)
Method removeTermCompositorTypeChoice

Parameters:
index -
Returns:
TermCompositorTypeChoice

setTermCompositorTypeChoice

public void setTermCompositorTypeChoice(int index,
                                        TermCompositorTypeChoice vTermCompositorTypeChoice)
                                 throws java.lang.IndexOutOfBoundsException
Method setTermCompositorTypeChoice

Parameters:
index -
vTermCompositorTypeChoice -
Throws:
java.lang.IndexOutOfBoundsException

setTermCompositorTypeChoice

public void setTermCompositorTypeChoice(TermCompositorTypeChoice[] termCompositorTypeChoiceArray)
Method setTermCompositorTypeChoice

Parameters:
termCompositorTypeChoiceArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.