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

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.VariableSetType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VariableSet

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

Class VariableSetType.

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

Constructor Summary
VariableSetType()
           
 
Method Summary
 void addVariable(int index, Variable vVariable)
          Method addVariable
 void addVariable(Variable vVariable)
          Method addVariable
 java.util.Enumeration enumerateVariable()
          Method enumerateVariable
 Variable[] getVariable()
          Method getVariable
 Variable getVariable(int index)
          Method getVariable
 int getVariableCount()
          Method getVariableCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllVariable()
          Method removeAllVariable
 Variable removeVariable(int index)
          Method removeVariable
 void setVariable(int index, Variable vVariable)
          Method setVariable
 void setVariable(Variable[] variableArray)
          Method setVariable
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

VariableSetType

public VariableSetType()
Method Detail

addVariable

public void addVariable(Variable vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable

Parameters:
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

addVariable

public void addVariable(int index,
                        Variable vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable

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

enumerateVariable

public java.util.Enumeration enumerateVariable()
Method enumerateVariable

Returns:
Enumeration

getVariable

public Variable getVariable(int index)
                     throws java.lang.IndexOutOfBoundsException
Method getVariable

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

getVariable

public Variable[] getVariable()
Method getVariable

Returns:
Variable

getVariableCount

public int getVariableCount()
Method getVariableCount

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

removeAllVariable

public void removeAllVariable()
Method removeAllVariable


removeVariable

public Variable removeVariable(int index)
Method removeVariable

Parameters:
index -
Returns:
Variable

setVariable

public void setVariable(int index,
                        Variable vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method setVariable

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

setVariable

public void setVariable(Variable[] variableArray)
Method setVariable

Parameters:
variableArray -

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.