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

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

public class GuaranteeTermType
extends TermType
implements java.io.Serializable

Class GuaranteeTermType.

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

Constructor Summary
GuaranteeTermType()
           
 
Method Summary
 BusinessValueList getBusinessValueList()
          Returns the value of field 'businessValueList'.
 java.lang.Object getQualifyingCondition()
          Returns the value of field 'qualifyingCondition'.
 java.lang.Object getServiceLevelObjective()
          Returns the value of field 'serviceLevelObjective'.
 ServiceScope getServiceScope()
          Returns the value of field 'serviceScope'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setBusinessValueList(BusinessValueList businessValueList)
          Sets the value of field 'businessValueList'.
 void setQualifyingCondition(java.lang.Object qualifyingCondition)
          Sets the value of field 'qualifyingCondition'.
 void setServiceLevelObjective(java.lang.Object serviceLevelObjective)
          Sets the value of field 'serviceLevelObjective'.
 void setServiceScope(ServiceScope serviceScope)
          Sets the value of field 'serviceScope'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class org.iids.aos.systemservices.datatypes.wsagreement.TermType
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuaranteeTermType

public GuaranteeTermType()
Method Detail

getBusinessValueList

public BusinessValueList getBusinessValueList()
Returns the value of field 'businessValueList'.

Returns:
BusinessValueList

getQualifyingCondition

public java.lang.Object getQualifyingCondition()
Returns the value of field 'qualifyingCondition'.

Returns:
Object

getServiceLevelObjective

public java.lang.Object getServiceLevelObjective()
Returns the value of field 'serviceLevelObjective'.

Returns:
Object

getServiceScope

public ServiceScope getServiceScope()
Returns the value of field 'serviceScope'.

Returns:
ServiceScope

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class TermType
Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Overrides:
marshal in class TermType
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

Overrides:
marshal in class TermType
Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setBusinessValueList

public void setBusinessValueList(BusinessValueList businessValueList)
Sets the value of field 'businessValueList'.

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

setQualifyingCondition

public void setQualifyingCondition(java.lang.Object qualifyingCondition)
Sets the value of field 'qualifyingCondition'.

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

setServiceLevelObjective

public void setServiceLevelObjective(java.lang.Object serviceLevelObjective)
Sets the value of field 'serviceLevelObjective'.

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

setServiceScope

public void setServiceScope(ServiceScope serviceScope)
Sets the value of field 'serviceScope'.

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

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

Overrides:
validate in class TermType
Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.