com.retek.component.internet.xmlgen
Class WebSellingSkuListType

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

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

Class WebSellingSkuListType.

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

Constructor Summary
WebSellingSkuListType()
           
 
Method Summary
 void addWebSellingSku(int index, WebSellingSku vWebSellingSku)
          Method addWebSellingSku
 void addWebSellingSku(WebSellingSku vWebSellingSku)
          Method addWebSellingSku
 java.util.Enumeration enumerateWebSellingSku()
          Method enumerateWebSellingSku
 WebSellingSku[] getWebSellingSku()
          Method getWebSellingSku
 WebSellingSku getWebSellingSku(int index)
          Method getWebSellingSku
 int getWebSellingSkuCount()
          Method getWebSellingSkuCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebSellingSku()
          Method removeAllWebSellingSku
 WebSellingSku removeWebSellingSku(int index)
          Method removeWebSellingSku
 void setWebSellingSku(int index, WebSellingSku vWebSellingSku)
          Method setWebSellingSku
 void setWebSellingSku(WebSellingSku[] webSellingSkuArray)
          Method setWebSellingSku
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

WebSellingSkuListType

public WebSellingSkuListType()
Method Detail

addWebSellingSku

public void addWebSellingSku(WebSellingSku vWebSellingSku)
                      throws java.lang.IndexOutOfBoundsException
Method addWebSellingSku

Parameters:
vWebSellingSku -
Throws:
java.lang.IndexOutOfBoundsException

addWebSellingSku

public void addWebSellingSku(int index,
                             WebSellingSku vWebSellingSku)
                      throws java.lang.IndexOutOfBoundsException
Method addWebSellingSku

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

enumerateWebSellingSku

public java.util.Enumeration enumerateWebSellingSku()
Method enumerateWebSellingSku


getWebSellingSku

public WebSellingSku getWebSellingSku(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getWebSellingSku

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebSellingSku

public WebSellingSku[] getWebSellingSku()
Method getWebSellingSku


getWebSellingSkuCount

public int getWebSellingSkuCount()
Method getWebSellingSkuCount


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

removeAllWebSellingSku

public void removeAllWebSellingSku()
Method removeAllWebSellingSku


removeWebSellingSku

public WebSellingSku removeWebSellingSku(int index)
Method removeWebSellingSku

Parameters:
index -

setWebSellingSku

public void setWebSellingSku(int index,
                             WebSellingSku vWebSellingSku)
                      throws java.lang.IndexOutOfBoundsException
Method setWebSellingSku

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

setWebSellingSku

public void setWebSellingSku(WebSellingSku[] webSellingSkuArray)
Method setWebSellingSku

Parameters:
webSellingSkuArray -

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