com.retek.component.internet.xmlgen
Class WebGiftService

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

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

Class WebGiftService.

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

Constructor Summary
WebGiftService()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of field 'description'.
 org.exolab.castor.types.Date getEndDate()
          Returns the value of field 'endDate'.
 java.math.BigDecimal getPrice()
          Returns the value of field 'price'.
 org.exolab.castor.types.Date getStartDate()
          Returns the value of field 'startDate'.
 java.lang.String getType()
          Returns the value of field 'type'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDescription(java.lang.String description)
          Sets the value of field 'description'.
 void setEndDate(org.exolab.castor.types.Date endDate)
          Sets the value of field 'endDate'.
 void setPrice(java.math.BigDecimal price)
          Sets the value of field 'price'.
 void setStartDate(org.exolab.castor.types.Date startDate)
          Sets the value of field 'startDate'.
 void setType(java.lang.String type)
          Sets the value of field 'type'.
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

WebGiftService

public WebGiftService()
Method Detail

getDescription

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

Returns:
the value of field 'description'.

getEndDate

public org.exolab.castor.types.Date getEndDate()
Returns the value of field 'endDate'.

Returns:
the value of field 'endDate'.

getPrice

public java.math.BigDecimal getPrice()
Returns the value of field 'price'.

Returns:
the value of field 'price'.

getStartDate

public org.exolab.castor.types.Date getStartDate()
Returns the value of field 'startDate'.

Returns:
the value of field 'startDate'.

getType

public java.lang.String getType()
Returns the value of field 'type'.

Returns:
the value of field 'type'.

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

setDescription

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

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

setEndDate

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

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

setPrice

public void setPrice(java.math.BigDecimal price)
Sets the value of field 'price'.

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

setStartDate

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

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

setType

public void setType(java.lang.String type)
Sets the value of field 'type'.

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

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