|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.systemservices.datatypes.wsagreement.VariableSetType
public class VariableSetType
Class VariableSetType.
| 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 |
|---|
public VariableSetType()
| Method Detail |
|---|
public void addVariable(Variable vVariable)
throws java.lang.IndexOutOfBoundsException
vVariable -
java.lang.IndexOutOfBoundsException
public void addVariable(int index,
Variable vVariable)
throws java.lang.IndexOutOfBoundsException
index - vVariable -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateVariable()
public Variable getVariable(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic Variable[] getVariable()
public int getVariableCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllVariable()
public Variable removeVariable(int index)
index -
public void setVariable(int index,
Variable vVariable)
throws java.lang.IndexOutOfBoundsException
index - vVariable -
java.lang.IndexOutOfBoundsExceptionpublic void setVariable(Variable[] variableArray)
variableArray -
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||