com.retek.component.internet.xmlgen
Class WebMediaType

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

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

Class WebMediaType.

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

Constructor Summary
WebMediaType()
           
 
Method Summary
 org.exolab.castor.types.Date getActiveDate()
          Returns the value of field 'activeDate'.
 java.lang.String getBannerName()
          Returns the value of field 'bannerName'.
 java.lang.String getDescription()
          Returns the value of field 'description'.
 java.lang.String getSeason()
          Returns the value of field 'season'.
 WebGiftServiceList getWebGiftServiceList()
          Returns the value of field 'webGiftServiceList'.
 WebSellingItemList getWebSellingItemList()
          Returns the value of field 'webSellingItemList'.
 WebShippingRateTable getWebShippingRateTable()
          Returns the value of field 'webShippingRateTable'.
 WebTenderTypeList getWebTenderTypeList()
          Returns the value of field 'webTenderTypeList'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setActiveDate(org.exolab.castor.types.Date activeDate)
          Sets the value of field 'activeDate'.
 void setBannerName(java.lang.String bannerName)
          Sets the value of field 'bannerName'.
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setSeason(java.lang.String season)
          Sets the value of field 'season'.
 void setWebGiftServiceList(WebGiftServiceList webGiftServiceList)
          Sets the value of field 'webGiftServiceList'.
 void setWebSellingItemList(WebSellingItemList webSellingItemList)
          Sets the value of field 'webSellingItemList'.
 void setWebShippingRateTable(WebShippingRateTable webShippingRateTable)
          Sets the value of field 'webShippingRateTable'.
 void setWebTenderTypeList(WebTenderTypeList webTenderTypeList)
          Sets the value of field 'webTenderTypeList'.
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

WebMediaType

public WebMediaType()
Method Detail

getActiveDate

public org.exolab.castor.types.Date getActiveDate()
Returns the value of field 'activeDate'.

Returns:
the value of field 'activeDate'.

getBannerName

public java.lang.String getBannerName()
Returns the value of field 'bannerName'.

Returns:
the value of field 'bannerName'.

getDescription

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

Returns:
the value of field 'description'.

getSeason

public java.lang.String getSeason()
Returns the value of field 'season'.

Returns:
the value of field 'season'.

getWebGiftServiceList

public WebGiftServiceList getWebGiftServiceList()
Returns the value of field 'webGiftServiceList'.

Returns:
the value of field 'webGiftServiceList'.

getWebSellingItemList

public WebSellingItemList getWebSellingItemList()
Returns the value of field 'webSellingItemList'.

Returns:
the value of field 'webSellingItemList'.

getWebShippingRateTable

public WebShippingRateTable getWebShippingRateTable()
Returns the value of field 'webShippingRateTable'.

Returns:
the value of field 'webShippingRateTable'.

getWebTenderTypeList

public WebTenderTypeList getWebTenderTypeList()
Returns the value of field 'webTenderTypeList'.

Returns:
the value of field 'webTenderTypeList'.

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

setActiveDate

public void setActiveDate(org.exolab.castor.types.Date activeDate)
Sets the value of field 'activeDate'.

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

setBannerName

public void setBannerName(java.lang.String bannerName)
Sets the value of field 'bannerName'.

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

setDescription

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

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

setSeason

public void setSeason(java.lang.String season)
Sets the value of field 'season'.

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

setWebGiftServiceList

public void setWebGiftServiceList(WebGiftServiceList webGiftServiceList)
Sets the value of field 'webGiftServiceList'.

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

setWebSellingItemList

public void setWebSellingItemList(WebSellingItemList webSellingItemList)
Sets the value of field 'webSellingItemList'.

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

setWebShippingRateTable

public void setWebShippingRateTable(WebShippingRateTable webShippingRateTable)
Sets the value of field 'webShippingRateTable'.

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

setWebTenderTypeList

public void setWebTenderTypeList(WebTenderTypeList webTenderTypeList)
Sets the value of field 'webTenderTypeList'.

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

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