com.retek.component.internet.xmlgen
Class WebSellingItem

java.lang.Object
  extended bycom.retek.component.internet.xmlgen.WebSellingItem
All Implemented Interfaces:
java.io.Serializable

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

Class WebSellingItem.

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

Constructor Summary
WebSellingItem()
           
 
Method Summary
 java.lang.String getClassId()
          Returns the value of field 'classId'.
 java.lang.String getDepartmentId()
          Returns the value of field 'departmentId'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 java.lang.String getSpecialShippingDescription()
          Returns the value of field 'specialShippingDescription'.
 java.lang.String getSubclassId()
          Returns the value of field 'subclassId'.
 WebCrossSellList getWebCrossSellList()
          Returns the value of field 'webCrossSellList'.
 WebSellingItemChoice getWebSellingItemChoice()
          Returns the value of field 'webSellingItemChoice'.
 WebUpSellList getWebUpSellList()
          Returns the value of field 'webUpSellList'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setClassId(java.lang.String classId)
          Sets the value of field 'classId'.
 void setDepartmentId(java.lang.String departmentId)
          Sets the value of field 'departmentId'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setSpecialShippingDescription(java.lang.String specialShippingDescription)
          Sets the value of field 'specialShippingDescription'.
 void setSubclassId(java.lang.String subclassId)
          Sets the value of field 'subclassId'.
 void setWebCrossSellList(WebCrossSellList webCrossSellList)
          Sets the value of field 'webCrossSellList'.
 void setWebSellingItemChoice(WebSellingItemChoice webSellingItemChoice)
          Sets the value of field 'webSellingItemChoice'.
 void setWebUpSellList(WebUpSellList webUpSellList)
          Sets the value of field 'webUpSellList'.
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

WebSellingItem

public WebSellingItem()
Method Detail

getClassId

public java.lang.String getClassId()
Returns the value of field 'classId'.

Returns:
the value of field 'classId'.

getDepartmentId

public java.lang.String getDepartmentId()
Returns the value of field 'departmentId'.

Returns:
the value of field 'departmentId'.

getDescription

public java.lang.String getDescription()
Returns the value of field 'description'.

Returns:
the value of field 'description'.

getSpecialShippingDescription

public java.lang.String getSpecialShippingDescription()
Returns the value of field 'specialShippingDescription'.

Returns:
the value of field 'specialShippingDescription'.

getSubclassId

public java.lang.String getSubclassId()
Returns the value of field 'subclassId'.

Returns:
the value of field 'subclassId'.

getWebCrossSellList

public WebCrossSellList getWebCrossSellList()
Returns the value of field 'webCrossSellList'.

Returns:
the value of field 'webCrossSellList'.

getWebSellingItemChoice

public WebSellingItemChoice getWebSellingItemChoice()
Returns the value of field 'webSellingItemChoice'.

Returns:
the value of field 'webSellingItemChoice'.

getWebUpSellList

public WebUpSellList getWebUpSellList()
Returns the value of field 'webUpSellList'.

Returns:
the value of field 'webUpSellList'.

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

setClassId

public void setClassId(java.lang.String classId)
Sets the value of field 'classId'.

Parameters:
classId - the value of field 'classId'.

setDepartmentId

public void setDepartmentId(java.lang.String departmentId)
Sets the value of field 'departmentId'.

Parameters:
departmentId - the value of field 'departmentId'.

setDescription

public void setDescription(java.lang.String description)
Sets the value of field 'description'.

Parameters:
description - the value of field 'description'.

setSpecialShippingDescription

public void setSpecialShippingDescription(java.lang.String specialShippingDescription)
Sets the value of field 'specialShippingDescription'.

Parameters:
specialShippingDescription - the value of field 'specialShippingDescription'.

setSubclassId

public void setSubclassId(java.lang.String subclassId)
Sets the value of field 'subclassId'.

Parameters:
subclassId - the value of field 'subclassId'.

setWebCrossSellList

public void setWebCrossSellList(WebCrossSellList webCrossSellList)
Sets the value of field 'webCrossSellList'.

Parameters:
webCrossSellList - the value of field 'webCrossSellList'

setWebSellingItemChoice

public void setWebSellingItemChoice(WebSellingItemChoice webSellingItemChoice)
Sets the value of field 'webSellingItemChoice'.

Parameters:
webSellingItemChoice - the value of field 'webSellingItemChoice'.

setWebUpSellList

public void setWebUpSellList(WebUpSellList webUpSellList)
Sets the value of field 'webUpSellList'.

Parameters:
webUpSellList - the value of field 'webUpSellList'.

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