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

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

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

Class AgreementTemplateListType.

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

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

AgreementTemplateListType

public AgreementTemplateListType()
Method Detail

addTemplate

public void addTemplate(Template vTemplate)
                 throws java.lang.IndexOutOfBoundsException
Method addTemplate

Parameters:
vTemplate -
Throws:
java.lang.IndexOutOfBoundsException

addTemplate

public void addTemplate(int index,
                        Template vTemplate)
                 throws java.lang.IndexOutOfBoundsException
Method addTemplate

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

enumerateTemplate

public java.util.Enumeration enumerateTemplate()
Method enumerateTemplate

Returns:
Enumeration

getTemplate

public Template getTemplate(int index)
                     throws java.lang.IndexOutOfBoundsException
Method getTemplate

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

getTemplate

public Template[] getTemplate()
Method getTemplate

Returns:
Template

getTemplateCount

public int getTemplateCount()
Method getTemplateCount

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

removeAllTemplate

public void removeAllTemplate()
Method removeAllTemplate


removeTemplate

public Template removeTemplate(int index)
Method removeTemplate

Parameters:
index -
Returns:
Template

setTemplate

public void setTemplate(int index,
                        Template vTemplate)
                 throws java.lang.IndexOutOfBoundsException
Method setTemplate

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

setTemplate

public void setTemplate(Template[] templateArray)
Method setTemplate

Parameters:
templateArray -

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.