|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.systemservices.datatypes.wsagreement.AgreementTemplateListType
public class AgreementTemplateListType
Class AgreementTemplateListType.
| Constructor Summary | |
|---|---|
AgreementTemplateListType()
|
|
| Method Summary | |
|---|---|
void |
addTemplate(int index,
Template vTemplate)
Method addTemplate |
void |
addTemplate(Template vTemplate)
Method addTemplate |
java.util.Enumeration |
enumerateTemplate()
Method enumerateTemplate |
Template[] |
getTemplate()
Method getTemplate |
Template |
getTemplate(int index)
Method getTemplate |
int |
getTemplateCount()
Method getTemplateCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllTemplate()
Method removeAllTemplate |
Template |
removeTemplate(int index)
Method removeTemplate |
void |
setTemplate(int index,
Template vTemplate)
Method setTemplate |
void |
setTemplate(Template[] templateArray)
Method setTemplate |
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 AgreementTemplateListType()
| Method Detail |
|---|
public void addTemplate(Template vTemplate)
throws java.lang.IndexOutOfBoundsException
vTemplate -
java.lang.IndexOutOfBoundsException
public void addTemplate(int index,
Template vTemplate)
throws java.lang.IndexOutOfBoundsException
index - vTemplate -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateTemplate()
public Template getTemplate(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic Template[] getTemplate()
public int getTemplateCount()
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 removeAllTemplate()
public Template removeTemplate(int index)
index -
public void setTemplate(int index,
Template vTemplate)
throws java.lang.IndexOutOfBoundsException
index - vTemplate -
java.lang.IndexOutOfBoundsExceptionpublic void setTemplate(Template[] templateArray)
templateArray -
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 | ||||||||