com.retek.component.internet.xmlgen
Class WebAlternateSellingListType

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebAlternateSellingListType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WebCrossSellList, WebUpSellList

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

Class WebAlternateSellingListType.

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

Constructor Summary
WebAlternateSellingListType()
           
 
Method Summary
 void addWebSellingSkuId(int index, java.lang.String vWebSellingSkuId)
          Method addWebSellingSkuId
 void addWebSellingSkuId(java.lang.String vWebSellingSkuId)
          Method addWebSellingSkuId
 java.util.Enumeration enumerateWebSellingSkuId()
          Method enumerateWebSellingSkuId
 java.lang.String[] getWebSellingSkuId()
          Method getWebSellingSkuId
 java.lang.String getWebSellingSkuId(int index)
          Method getWebSellingSkuId
 int getWebSellingSkuIdCount()
          Method getWebSellingSkuIdCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebSellingSkuId()
          Method removeAllWebSellingSkuId
 java.lang.String removeWebSellingSkuId(int index)
          Method removeWebSellingSkuId
 void setWebSellingSkuId(int index, java.lang.String vWebSellingSkuId)
          Method setWebSellingSkuId
 void setWebSellingSkuId(java.lang.String[] webSellingSkuIdArray)
          Method setWebSellingSkuId
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

WebAlternateSellingListType

public WebAlternateSellingListType()
Method Detail

addWebSellingSkuId

public void addWebSellingSkuId(java.lang.String vWebSellingSkuId)
                        throws java.lang.IndexOutOfBoundsException
Method addWebSellingSkuId

Parameters:
vWebSellingSkuId -
Throws:
java.lang.IndexOutOfBoundsException

addWebSellingSkuId

public void addWebSellingSkuId(int index,
                               java.lang.String vWebSellingSkuId)
                        throws java.lang.IndexOutOfBoundsException
Method addWebSellingSkuId

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

enumerateWebSellingSkuId

public java.util.Enumeration enumerateWebSellingSkuId()
Method enumerateWebSellingSkuId


getWebSellingSkuId

public java.lang.String getWebSellingSkuId(int index)
                                    throws java.lang.IndexOutOfBoundsException
Method getWebSellingSkuId

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebSellingSkuId

public java.lang.String[] getWebSellingSkuId()
Method getWebSellingSkuId


getWebSellingSkuIdCount

public int getWebSellingSkuIdCount()
Method getWebSellingSkuIdCount


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

removeAllWebSellingSkuId

public void removeAllWebSellingSkuId()
Method removeAllWebSellingSkuId


removeWebSellingSkuId

public java.lang.String removeWebSellingSkuId(int index)
Method removeWebSellingSkuId

Parameters:
index -

setWebSellingSkuId

public void setWebSellingSkuId(int index,
                               java.lang.String vWebSellingSkuId)
                        throws java.lang.IndexOutOfBoundsException
Method setWebSellingSkuId

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

setWebSellingSkuId

public void setWebSellingSkuId(java.lang.String[] webSellingSkuIdArray)
Method setWebSellingSkuId

Parameters:
webSellingSkuIdArray -

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