com.retek.component.internet.xmlgen
Class WebValueAddedService

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

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

Class WebValueAddedService.

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

Constructor Summary
WebValueAddedService()
           
 
Method Summary
 java.lang.String getSupplier()
          Returns the value of field 'supplier'.
 java.lang.String getTypeCode()
          Returns the value of field 'typeCode'.
 java.lang.String getTypeDescription()
          Returns the value of field 'typeDescription'.
 java.math.BigDecimal getUnitPrice()
          Returns the value of field 'unitPrice'.
 WebColorList getWebColorList()
          Returns the value of field 'webColorList'.
 WebFontList getWebFontList()
          Returns the value of field 'webFontList'.
 WebValueAddedServiceChoice getWebValueAddedServiceChoice()
          Returns the value of field 'webValueAddedServiceChoice'.
 java.lang.String getWebVasType()
          Returns the value of field 'webVasType'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setSupplier(java.lang.String supplier)
          Sets the value of field 'supplier'.
 void setTypeCode(java.lang.String typeCode)
          Sets the value of field 'typeCode'.
 void setTypeDescription(java.lang.String typeDescription)
          Sets the value of field 'typeDescription'.
 void setUnitPrice(java.math.BigDecimal unitPrice)
          Sets the value of field 'unitPrice'.
 void setWebColorList(WebColorList webColorList)
          Sets the value of field 'webColorList'.
 void setWebFontList(WebFontList webFontList)
          Sets the value of field 'webFontList'.
 void setWebValueAddedServiceChoice(WebValueAddedServiceChoice webValueAddedServiceChoice)
          Sets the value of field 'webValueAddedServiceChoice'.
 void setWebVasType(java.lang.String webVasType)
          Sets the value of field 'webVasType'.
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

WebValueAddedService

public WebValueAddedService()
Method Detail

getSupplier

public java.lang.String getSupplier()
Returns the value of field 'supplier'.

Returns:
the value of field 'supplier'.

getTypeCode

public java.lang.String getTypeCode()
Returns the value of field 'typeCode'.

Returns:
the value of field 'typeCode'.

getTypeDescription

public java.lang.String getTypeDescription()
Returns the value of field 'typeDescription'.

Returns:
the value of field 'typeDescription'.

getUnitPrice

public java.math.BigDecimal getUnitPrice()
Returns the value of field 'unitPrice'.

Returns:
the value of field 'unitPrice'.

getWebColorList

public WebColorList getWebColorList()
Returns the value of field 'webColorList'.

Returns:
the value of field 'webColorList'.

getWebFontList

public WebFontList getWebFontList()
Returns the value of field 'webFontList'.

Returns:
the value of field 'webFontList'.

getWebValueAddedServiceChoice

public WebValueAddedServiceChoice getWebValueAddedServiceChoice()
Returns the value of field 'webValueAddedServiceChoice'.

Returns:
the value of field 'webValueAddedServiceChoice'.

getWebVasType

public java.lang.String getWebVasType()
Returns the value of field 'webVasType'.

Returns:
the value of field 'webVasType'.

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

setSupplier

public void setSupplier(java.lang.String supplier)
Sets the value of field 'supplier'.

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

setTypeCode

public void setTypeCode(java.lang.String typeCode)
Sets the value of field 'typeCode'.

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

setTypeDescription

public void setTypeDescription(java.lang.String typeDescription)
Sets the value of field 'typeDescription'.

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

setUnitPrice

public void setUnitPrice(java.math.BigDecimal unitPrice)
Sets the value of field 'unitPrice'.

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

setWebColorList

public void setWebColorList(WebColorList webColorList)
Sets the value of field 'webColorList'.

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

setWebFontList

public void setWebFontList(WebFontList webFontList)
Sets the value of field 'webFontList'.

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

setWebValueAddedServiceChoice

public void setWebValueAddedServiceChoice(WebValueAddedServiceChoice webValueAddedServiceChoice)
Sets the value of field 'webValueAddedServiceChoice'.

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

setWebVasType

public void setWebVasType(java.lang.String webVasType)
Sets the value of field 'webVasType'.

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

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