com.retek.component.internet.xmlgen
Class WebValueAddedServiceListType

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

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

Class WebValueAddedServiceListType.

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

Constructor Summary
WebValueAddedServiceListType()
           
 
Method Summary
 void addWebValueAddedService(int index, WebValueAddedService vWebValueAddedService)
          Method addWebValueAddedService
 void addWebValueAddedService(WebValueAddedService vWebValueAddedService)
          Method addWebValueAddedService
 java.util.Enumeration enumerateWebValueAddedService()
          Method enumerateWebValueAddedService
 WebValueAddedService[] getWebValueAddedService()
          Method getWebValueAddedService
 WebValueAddedService getWebValueAddedService(int index)
          Method getWebValueAddedService
 int getWebValueAddedServiceCount()
          Method getWebValueAddedServiceCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebValueAddedService()
          Method removeAllWebValueAddedService
 WebValueAddedService removeWebValueAddedService(int index)
          Method removeWebValueAddedService
 void setWebValueAddedService(int index, WebValueAddedService vWebValueAddedService)
          Method setWebValueAddedService
 void setWebValueAddedService(WebValueAddedService[] webValueAddedServiceArray)
          Method setWebValueAddedService
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

WebValueAddedServiceListType

public WebValueAddedServiceListType()
Method Detail

addWebValueAddedService

public void addWebValueAddedService(WebValueAddedService vWebValueAddedService)
                             throws java.lang.IndexOutOfBoundsException
Method addWebValueAddedService

Parameters:
vWebValueAddedService -
Throws:
java.lang.IndexOutOfBoundsException

addWebValueAddedService

public void addWebValueAddedService(int index,
                                    WebValueAddedService vWebValueAddedService)
                             throws java.lang.IndexOutOfBoundsException
Method addWebValueAddedService

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

enumerateWebValueAddedService

public java.util.Enumeration enumerateWebValueAddedService()
Method enumerateWebValueAddedService


getWebValueAddedService

public WebValueAddedService getWebValueAddedService(int index)
                                             throws java.lang.IndexOutOfBoundsException
Method getWebValueAddedService

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebValueAddedService

public WebValueAddedService[] getWebValueAddedService()
Method getWebValueAddedService


getWebValueAddedServiceCount

public int getWebValueAddedServiceCount()
Method getWebValueAddedServiceCount


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

removeAllWebValueAddedService

public void removeAllWebValueAddedService()
Method removeAllWebValueAddedService


removeWebValueAddedService

public WebValueAddedService removeWebValueAddedService(int index)
Method removeWebValueAddedService

Parameters:
index -

setWebValueAddedService

public void setWebValueAddedService(int index,
                                    WebValueAddedService vWebValueAddedService)
                             throws java.lang.IndexOutOfBoundsException
Method setWebValueAddedService

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

setWebValueAddedService

public void setWebValueAddedService(WebValueAddedService[] webValueAddedServiceArray)
Method setWebValueAddedService

Parameters:
webValueAddedServiceArray -

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