com.retek.component.internet.xmlgen
Class WebShippingRateTableType

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

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

Class WebShippingRateTableType.

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

Constructor Summary
WebShippingRateTableType()
           
 
Method Summary
 void addWebShippingRate(int index, WebShippingRate vWebShippingRate)
          Method addWebShippingRate
 void addWebShippingRate(WebShippingRate vWebShippingRate)
          Method addWebShippingRate
 java.util.Enumeration enumerateWebShippingRate()
          Method enumerateWebShippingRate
 java.math.BigDecimal getExceptionalRushCharge()
          Returns the value of field 'exceptionalRushCharge'.
 java.math.BigDecimal getRushCharge()
          Returns the value of field 'rushCharge'.
 WebShippingRate[] getWebShippingRate()
          Method getWebShippingRate
 WebShippingRate getWebShippingRate(int index)
          Method getWebShippingRate
 int getWebShippingRateCount()
          Method getWebShippingRateCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllWebShippingRate()
          Method removeAllWebShippingRate
 WebShippingRate removeWebShippingRate(int index)
          Method removeWebShippingRate
 void setExceptionalRushCharge(java.math.BigDecimal exceptionalRushCharge)
          Sets the value of field 'exceptionalRushCharge'.
 void setRushCharge(java.math.BigDecimal rushCharge)
          Sets the value of field 'rushCharge'.
 void setWebShippingRate(int index, WebShippingRate vWebShippingRate)
          Method setWebShippingRate
 void setWebShippingRate(WebShippingRate[] webShippingRateArray)
          Method setWebShippingRate
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

WebShippingRateTableType

public WebShippingRateTableType()
Method Detail

addWebShippingRate

public void addWebShippingRate(WebShippingRate vWebShippingRate)
                        throws java.lang.IndexOutOfBoundsException
Method addWebShippingRate

Parameters:
vWebShippingRate -
Throws:
java.lang.IndexOutOfBoundsException

addWebShippingRate

public void addWebShippingRate(int index,
                               WebShippingRate vWebShippingRate)
                        throws java.lang.IndexOutOfBoundsException
Method addWebShippingRate

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

enumerateWebShippingRate

public java.util.Enumeration enumerateWebShippingRate()
Method enumerateWebShippingRate


getExceptionalRushCharge

public java.math.BigDecimal getExceptionalRushCharge()
Returns the value of field 'exceptionalRushCharge'.

Returns:
the value of field 'exceptionalRushCharge'.

getRushCharge

public java.math.BigDecimal getRushCharge()
Returns the value of field 'rushCharge'.

Returns:
the value of field 'rushCharge'.

getWebShippingRate

public WebShippingRate getWebShippingRate(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getWebShippingRate

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWebShippingRate

public WebShippingRate[] getWebShippingRate()
Method getWebShippingRate


getWebShippingRateCount

public int getWebShippingRateCount()
Method getWebShippingRateCount


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

removeAllWebShippingRate

public void removeAllWebShippingRate()
Method removeAllWebShippingRate


removeWebShippingRate

public WebShippingRate removeWebShippingRate(int index)
Method removeWebShippingRate

Parameters:
index -

setExceptionalRushCharge

public void setExceptionalRushCharge(java.math.BigDecimal exceptionalRushCharge)
Sets the value of field 'exceptionalRushCharge'.

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

setRushCharge

public void setRushCharge(java.math.BigDecimal rushCharge)
Sets the value of field 'rushCharge'.

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

setWebShippingRate

public void setWebShippingRate(int index,
                               WebShippingRate vWebShippingRate)
                        throws java.lang.IndexOutOfBoundsException
Method setWebShippingRate

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

setWebShippingRate

public void setWebShippingRate(WebShippingRate[] webShippingRateArray)
Method setWebShippingRate

Parameters:
webShippingRateArray -

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