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

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.AgreementType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgreementOffer, AgreementTemplateType

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

Class AgreementType.

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

Constructor Summary
AgreementType()
           
 
Method Summary
 Context getContext()
          Returns the value of field 'context'.
 Fault getFault()
          Returns the value of field 'fault'.
 java.lang.String getName()
          Returns the value of field 'name'.
 Terms getTerms()
          Returns the value of field 'terms'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setContext(Context context)
          Sets the value of field 'context'.
 void setFault(Fault fault)
          Sets the value of field 'fault'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setTerms(Terms terms)
          Sets the value of field 'terms'.
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

AgreementType

public AgreementType()
Method Detail

getContext

public Context getContext()
Returns the value of field 'context'.

Returns:
Context

getFault

public Fault getFault()
Returns the value of field 'fault'.

Returns:
Fault

getName

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

Returns:
String

getTerms

public Terms getTerms()
Returns the value of field 'terms'.

Returns:
Terms

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

setContext

public void setContext(Context context)
Sets the value of field 'context'.

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

setFault

public void setFault(Fault fault)
Sets the value of field 'fault'.

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

setName

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

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

setTerms

public void setTerms(Terms terms)
Sets the value of field 'terms'.

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

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.