com.retek.component.internet.xmlgen
Class WebGiftServiceListType

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

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

Class WebGiftServiceListType.

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

Constructor Summary
WebGiftServiceListType()
           
 
Method Summary
 void addWebGiftService(int index, WebGiftService vWebGiftService)
          Method addWebGiftService
 void addWebGiftService(WebGiftService vWebGiftService)
          Method addWebGiftService
 java.util.Enumeration enumerateWebGiftService()
          Method enumerateWebGiftService
 WebGiftService[] getWebGiftService()
          Method getWebGiftService
 WebGiftService getWebGiftService(int index)
          Method getWebGiftService
 int getWebGiftServiceCount()
          Method getWebGiftServiceCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebGiftService()
          Method removeAllWebGiftService
 WebGiftService removeWebGiftService(int index)
          Method removeWebGiftService
 void setWebGiftService(int index, WebGiftService vWebGiftService)
          Method setWebGiftService
 void setWebGiftService(WebGiftService[] webGiftServiceArray)
          Method setWebGiftService
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

WebGiftServiceListType

public WebGiftServiceListType()
Method Detail

addWebGiftService

public void addWebGiftService(WebGiftService vWebGiftService)
                       throws java.lang.IndexOutOfBoundsException
Method addWebGiftService

Parameters:
vWebGiftService -
Throws:
java.lang.IndexOutOfBoundsException

addWebGiftService

public void addWebGiftService(int index,
                              WebGiftService vWebGiftService)
                       throws java.lang.IndexOutOfBoundsException
Method addWebGiftService

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

enumerateWebGiftService

public java.util.Enumeration enumerateWebGiftService()
Method enumerateWebGiftService


getWebGiftService

public WebGiftService getWebGiftService(int index)
                                 throws java.lang.IndexOutOfBoundsException
Method getWebGiftService

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebGiftService

public WebGiftService[] getWebGiftService()
Method getWebGiftService


getWebGiftServiceCount

public int getWebGiftServiceCount()
Method getWebGiftServiceCount


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

removeAllWebGiftService

public void removeAllWebGiftService()
Method removeAllWebGiftService


removeWebGiftService

public WebGiftService removeWebGiftService(int index)
Method removeWebGiftService

Parameters:
index -

setWebGiftService

public void setWebGiftService(int index,
                              WebGiftService vWebGiftService)
                       throws java.lang.IndexOutOfBoundsException
Method setWebGiftService

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

setWebGiftService

public void setWebGiftService(WebGiftService[] webGiftServiceArray)
Method setWebGiftService

Parameters:
webGiftServiceArray -

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