com.retek.component.internet.xmlgen
Class WebSellingItemListType

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

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

Class WebSellingItemListType.

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

Constructor Summary
WebSellingItemListType()
           
 
Method Summary
 void addWebSellingItem(int index, WebSellingItem vWebSellingItem)
          Method addWebSellingItem
 void addWebSellingItem(WebSellingItem vWebSellingItem)
          Method addWebSellingItem
 java.util.Enumeration enumerateWebSellingItem()
          Method enumerateWebSellingItem
 WebSellingItem[] getWebSellingItem()
          Method getWebSellingItem
 WebSellingItem getWebSellingItem(int index)
          Method getWebSellingItem
 int getWebSellingItemCount()
          Method getWebSellingItemCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebSellingItem()
          Method removeAllWebSellingItem
 WebSellingItem removeWebSellingItem(int index)
          Method removeWebSellingItem
 void setWebSellingItem(int index, WebSellingItem vWebSellingItem)
          Method setWebSellingItem
 void setWebSellingItem(WebSellingItem[] webSellingItemArray)
          Method setWebSellingItem
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

WebSellingItemListType

public WebSellingItemListType()
Method Detail

addWebSellingItem

public void addWebSellingItem(WebSellingItem vWebSellingItem)
                       throws java.lang.IndexOutOfBoundsException
Method addWebSellingItem

Parameters:
vWebSellingItem -
Throws:
java.lang.IndexOutOfBoundsException

addWebSellingItem

public void addWebSellingItem(int index,
                              WebSellingItem vWebSellingItem)
                       throws java.lang.IndexOutOfBoundsException
Method addWebSellingItem

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

enumerateWebSellingItem

public java.util.Enumeration enumerateWebSellingItem()
Method enumerateWebSellingItem


getWebSellingItem

public WebSellingItem getWebSellingItem(int index)
                                 throws java.lang.IndexOutOfBoundsException
Method getWebSellingItem

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebSellingItem

public WebSellingItem[] getWebSellingItem()
Method getWebSellingItem


getWebSellingItemCount

public int getWebSellingItemCount()
Method getWebSellingItemCount


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

removeAllWebSellingItem

public void removeAllWebSellingItem()
Method removeAllWebSellingItem


removeWebSellingItem

public WebSellingItem removeWebSellingItem(int index)
Method removeWebSellingItem

Parameters:
index -

setWebSellingItem

public void setWebSellingItem(int index,
                              WebSellingItem vWebSellingItem)
                       throws java.lang.IndexOutOfBoundsException
Method setWebSellingItem

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

setWebSellingItem

public void setWebSellingItem(WebSellingItem[] webSellingItemArray)
Method setWebSellingItem

Parameters:
webSellingItemArray -

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