org.iids.aos.systemservices.datatypes.wsagreement
Class OfferItemType

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.OfferItemType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Item

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

Class OfferItemType.

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

Constructor Summary
OfferItemType()
           
 
Method Summary
 java.lang.Object getLocation()
          Returns the value of field 'location'.
 java.lang.String getName()
          Returns the value of field 'name'.
 RestrictionModel getRestrictionModel()
          Returns the value of field 'restrictionModel'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setLocation(java.lang.Object location)
          Sets the value of field 'location'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setRestrictionModel(RestrictionModel restrictionModel)
          Sets the value of field 'restrictionModel'.
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

OfferItemType

public OfferItemType()
Method Detail

getLocation

public java.lang.Object getLocation()
Returns the value of field 'location'.

Returns:
Object

getName

public java.lang.String getName()
Returns the value of field 'name'.

Returns:
String

getRestrictionModel

public RestrictionModel getRestrictionModel()
Returns the value of field 'restrictionModel'.

Returns:
RestrictionModel

isValid

public boolean isValid()
Method isValid

Returns:
boolean

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

setLocation

public void setLocation(java.lang.Object location)
Sets the value of field 'location'.

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

setName

public void setName(java.lang.String name)
Sets the value of field 'name'.

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

setRestrictionModel

public void setRestrictionModel(RestrictionModel restrictionModel)
Sets the value of field 'restrictionModel'.

Parameters:
restrictionModel - the value of field 'restrictionModel'

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 -
Returns:
Object
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 © 2003, 2004 IIDS Group. All Rights Reserved.