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

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

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

Class AgreementContextType.

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

Constructor Summary
AgreementContextType()
           
 
Method Summary
 void deleteAgreementInitiatorIsServiceConcumer()
          Method deleteAgreementInitiatorIsServiceConcumer
 void deleteDuration()
          Method deleteDuration
 void deleteStart()
          Method deleteStart
 java.lang.Object getAgreementInitiator()
          Returns the value of field 'agreementInitiator'.
 boolean getAgreementInitiatorIsServiceConcumer()
          Returns the value of field 'agreementInitiatorIsServiceConcumer'.
 java.lang.Object getAgreementProvider()
          Returns the value of field 'agreementProvider'.
 int getDuration()
          Returns the value of field 'duration'.
 java.util.Date getExpirationTime()
          Returns the value of field 'expirationTime'.
 int getStart()
          Returns the value of field 'start'.
 java.lang.String getTemplateName()
          Returns the value of field 'templateName'.
 boolean hasAgreementInitiatorIsServiceConcumer()
          Method hasAgreementInitiatorIsServiceConcumer
 boolean hasDuration()
          Method hasDuration
 boolean hasStart()
          Method hasStart
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAgreementInitiator(java.lang.Object agreementInitiator)
          Sets the value of field 'agreementInitiator'.
 void setAgreementInitiatorIsServiceConcumer(boolean agreementInitiatorIsServiceConcumer)
          Sets the value of field 'agreementInitiatorIsServiceConcumer'.
 void setAgreementProvider(java.lang.Object agreementProvider)
          Sets the value of field 'agreementProvider'.
 void setDuration(int duration)
          Sets the value of field 'duration'.
 void setExpirationTime(java.util.Date expirationTime)
          Sets the value of field 'expirationTime'.
 void setStart(int start)
          Sets the value of field 'start'.
 void setTemplateName(java.lang.String templateName)
          Sets the value of field 'templateName'.
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

AgreementContextType

public AgreementContextType()
Method Detail

deleteAgreementInitiatorIsServiceConcumer

public void deleteAgreementInitiatorIsServiceConcumer()
Method deleteAgreementInitiatorIsServiceConcumer


deleteDuration

public void deleteDuration()
Method deleteDuration


deleteStart

public void deleteStart()
Method deleteStart


getAgreementInitiator

public java.lang.Object getAgreementInitiator()
Returns the value of field 'agreementInitiator'.

Returns:
Object

getAgreementInitiatorIsServiceConcumer

public boolean getAgreementInitiatorIsServiceConcumer()
Returns the value of field 'agreementInitiatorIsServiceConcumer'.

Returns:
boolean

getAgreementProvider

public java.lang.Object getAgreementProvider()
Returns the value of field 'agreementProvider'.

Returns:
Object

getDuration

public int getDuration()
Returns the value of field 'duration'.

Returns:
int

getExpirationTime

public java.util.Date getExpirationTime()
Returns the value of field 'expirationTime'.

Returns:
Date

getStart

public int getStart()
Returns the value of field 'start'.

Returns:
int

getTemplateName

public java.lang.String getTemplateName()
Returns the value of field 'templateName'.

Returns:
String

hasAgreementInitiatorIsServiceConcumer

public boolean hasAgreementInitiatorIsServiceConcumer()
Method hasAgreementInitiatorIsServiceConcumer

Returns:
boolean

hasDuration

public boolean hasDuration()
Method hasDuration

Returns:
boolean

hasStart

public boolean hasStart()
Method hasStart

Returns:
boolean

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

setAgreementInitiator

public void setAgreementInitiator(java.lang.Object agreementInitiator)
Sets the value of field 'agreementInitiator'.

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

setAgreementInitiatorIsServiceConcumer

public void setAgreementInitiatorIsServiceConcumer(boolean agreementInitiatorIsServiceConcumer)
Sets the value of field 'agreementInitiatorIsServiceConcumer'.

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

setAgreementProvider

public void setAgreementProvider(java.lang.Object agreementProvider)
Sets the value of field 'agreementProvider'.

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

setDuration

public void setDuration(int duration)
Sets the value of field 'duration'.

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

setExpirationTime

public void setExpirationTime(java.util.Date expirationTime)
Sets the value of field 'expirationTime'.

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

setStart

public void setStart(int start)
Sets the value of field 'start'.

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

setTemplateName

public void setTemplateName(java.lang.String templateName)
Sets the value of field 'templateName'.

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

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.