com.retek.component.internet.xmlgen
Class WebSellingSku

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

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

Class WebSellingSku.

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

Constructor Summary
WebSellingSku()
           
 
Method Summary
 java.math.BigDecimal getAdditionalDomesticShippingFlatRate()
          Returns the value of field 'additionalDomesticShippingFlatRate'.
 java.math.BigDecimal getAdditionalInternationalShippingFlatRate()
          Returns the value of field 'additionalInternationalShippingFlatRate'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 boolean getIsDirectShip()
          Returns the value of field 'isDirectShip'.
 boolean getIsGiftWrappable()
          Returns the value of field 'isGiftWrappable'.
 java.math.BigDecimal getRegularPrice()
          Returns the value of field 'regularPrice'.
 java.lang.String getUnitOfMeasureDescription()
          Returns the value of field 'unitOfMeasureDescription'.
 WebDifferentiatorList getWebDifferentiatorList()
          Returns the value of field 'webDifferentiatorList'.
 WebSellingSkuChoice getWebSellingSkuChoice()
          Returns the value of field 'webSellingSkuChoice'.
 java.lang.String getWebSellingSkuId()
          Returns the value of field 'webSellingSkuId'.
 boolean hasIsDirectShip()
          Method hasIsDirectShip
 boolean hasIsGiftWrappable()
          Method hasIsGiftWrappable
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAdditionalDomesticShippingFlatRate(java.math.BigDecimal additionalDomesticShippingFlatRate)
          Sets the value of field 'additionalDomesticShippingFlatRate'.
 void setAdditionalInternationalShippingFlatRate(java.math.BigDecimal additionalInternationalShippingFlatRate)
          Sets the value of field 'additionalInternationalShippingFlatRate'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setIsDirectShip(boolean isDirectShip)
          Sets the value of field 'isDirectShip'.
 void setIsGiftWrappable(boolean isGiftWrappable)
          Sets the value of field 'isGiftWrappable'.
 void setRegularPrice(java.math.BigDecimal regularPrice)
          Sets the value of field 'regularPrice'.
 void setUnitOfMeasureDescription(java.lang.String unitOfMeasureDescription)
          Sets the value of field 'unitOfMeasureDescription'.
 void setWebDifferentiatorList(WebDifferentiatorList webDifferentiatorList)
          Sets the value of field 'webDifferentiatorList'.
 void setWebSellingSkuChoice(WebSellingSkuChoice webSellingSkuChoice)
          Sets the value of field 'webSellingSkuChoice'.
 void setWebSellingSkuId(java.lang.String webSellingSkuId)
          Sets the value of field 'webSellingSkuId'.
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

WebSellingSku

public WebSellingSku()
Method Detail

getAdditionalDomesticShippingFlatRate

public java.math.BigDecimal getAdditionalDomesticShippingFlatRate()
Returns the value of field 'additionalDomesticShippingFlatRate'.

Returns:
the value of field 'additionalDomesticShippingFlatRate'.

getAdditionalInternationalShippingFlatRate

public java.math.BigDecimal getAdditionalInternationalShippingFlatRate()
Returns the value of field 'additionalInternationalShippingFlatRate'.

Returns:
the value of field 'additionalInternationalShippingFlatRate'.

getDescription

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

Returns:
the value of field 'description'.

getIsDirectShip

public boolean getIsDirectShip()
Returns the value of field 'isDirectShip'.

Returns:
the value of field 'isDirectShip'.

getIsGiftWrappable

public boolean getIsGiftWrappable()
Returns the value of field 'isGiftWrappable'.

Returns:
the value of field 'isGiftWrappable'.

getRegularPrice

public java.math.BigDecimal getRegularPrice()
Returns the value of field 'regularPrice'.

Returns:
the value of field 'regularPrice'.

getUnitOfMeasureDescription

public java.lang.String getUnitOfMeasureDescription()
Returns the value of field 'unitOfMeasureDescription'.

Returns:
the value of field 'unitOfMeasureDescription'.

getWebDifferentiatorList

public WebDifferentiatorList getWebDifferentiatorList()
Returns the value of field 'webDifferentiatorList'.

Returns:
the value of field 'webDifferentiatorList'.

getWebSellingSkuChoice

public WebSellingSkuChoice getWebSellingSkuChoice()
Returns the value of field 'webSellingSkuChoice'.

Returns:
the value of field 'webSellingSkuChoice'.

getWebSellingSkuId

public java.lang.String getWebSellingSkuId()
Returns the value of field 'webSellingSkuId'.

Returns:
the value of field 'webSellingSkuId'.

hasIsDirectShip

public boolean hasIsDirectShip()
Method hasIsDirectShip


hasIsGiftWrappable

public boolean hasIsGiftWrappable()
Method hasIsGiftWrappable


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

setAdditionalDomesticShippingFlatRate

public void setAdditionalDomesticShippingFlatRate(java.math.BigDecimal additionalDomesticShippingFlatRate)
Sets the value of field 'additionalDomesticShippingFlatRate'.

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

setAdditionalInternationalShippingFlatRate

public void setAdditionalInternationalShippingFlatRate(java.math.BigDecimal additionalInternationalShippingFlatRate)
Sets the value of field 'additionalInternationalShippingFlatRate'.

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

setDescription

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

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

setIsDirectShip

public void setIsDirectShip(boolean isDirectShip)
Sets the value of field 'isDirectShip'.

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

setIsGiftWrappable

public void setIsGiftWrappable(boolean isGiftWrappable)
Sets the value of field 'isGiftWrappable'.

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

setRegularPrice

public void setRegularPrice(java.math.BigDecimal regularPrice)
Sets the value of field 'regularPrice'.

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

setUnitOfMeasureDescription

public void setUnitOfMeasureDescription(java.lang.String unitOfMeasureDescription)
Sets the value of field 'unitOfMeasureDescription'.

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

setWebDifferentiatorList

public void setWebDifferentiatorList(WebDifferentiatorList webDifferentiatorList)
Sets the value of field 'webDifferentiatorList'.

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

setWebSellingSkuChoice

public void setWebSellingSkuChoice(WebSellingSkuChoice webSellingSkuChoice)
Sets the value of field 'webSellingSkuChoice'.

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

setWebSellingSkuId

public void setWebSellingSkuId(java.lang.String webSellingSkuId)
Sets the value of field 'webSellingSkuId'.

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

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