com.retek.component.internet.xmlgen
Class WebTenderTypeListType

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebTenderTypeListType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WebTenderTypeList

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

Class WebTenderTypeListType.

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

Constructor Summary
WebTenderTypeListType()
           
 
Method Summary
 void addWebTenderType(int index, WebTenderType vWebTenderType)
          Method addWebTenderType
 void addWebTenderType(WebTenderType vWebTenderType)
          Method addWebTenderType
 java.util.Enumeration enumerateWebTenderType()
          Method enumerateWebTenderType
 WebTenderType[] getWebTenderType()
          Method getWebTenderType
 WebTenderType getWebTenderType(int index)
          Method getWebTenderType
 int getWebTenderTypeCount()
          Method getWebTenderTypeCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebTenderType()
          Method removeAllWebTenderType
 WebTenderType removeWebTenderType(int index)
          Method removeWebTenderType
 void setWebTenderType(int index, WebTenderType vWebTenderType)
          Method setWebTenderType
 void setWebTenderType(WebTenderType[] webTenderTypeArray)
          Method setWebTenderType
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

WebTenderTypeListType

public WebTenderTypeListType()
Method Detail

addWebTenderType

public void addWebTenderType(WebTenderType vWebTenderType)
                      throws java.lang.IndexOutOfBoundsException
Method addWebTenderType

Parameters:
vWebTenderType -
Throws:
java.lang.IndexOutOfBoundsException

addWebTenderType

public void addWebTenderType(int index,
                             WebTenderType vWebTenderType)
                      throws java.lang.IndexOutOfBoundsException
Method addWebTenderType

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

enumerateWebTenderType

public java.util.Enumeration enumerateWebTenderType()
Method enumerateWebTenderType


getWebTenderType

public WebTenderType getWebTenderType(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getWebTenderType

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebTenderType

public WebTenderType[] getWebTenderType()
Method getWebTenderType


getWebTenderTypeCount

public int getWebTenderTypeCount()
Method getWebTenderTypeCount


isValid

public boolean isValid()
Method isValid


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

removeAllWebTenderType

public void removeAllWebTenderType()
Method removeAllWebTenderType


removeWebTenderType

public WebTenderType removeWebTenderType(int index)
Method removeWebTenderType

Parameters:
index -

setWebTenderType

public void setWebTenderType(int index,
                             WebTenderType vWebTenderType)
                      throws java.lang.IndexOutOfBoundsException
Method setWebTenderType

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

setWebTenderType

public void setWebTenderType(WebTenderType[] webTenderTypeArray)
Method setWebTenderType

Parameters:
webTenderTypeArray -

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 -
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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28