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

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.TermType
      extended by org.iids.aos.systemservices.datatypes.wsagreement.ServiceTermType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceDescriptionTermType, ServicePropertiesType, ServiceReferenceType

public class ServiceTermType
extends TermType
implements java.io.Serializable

Class ServiceTermType.

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

Constructor Summary
ServiceTermType()
           
 
Method Summary
 void deleteInternalIdentifier()
          Method deleteInternalIdentifier
 java.lang.String getHandlerIdentifier()
          Returns the value of field 'handlerIdentifier'.
 int getInternalIdentifier()
          Returns the value of field 'internalIdentifier'.
 java.lang.String getProviderOfferID()
          Returns the value of field 'providerOfferID'.
 java.lang.String getServiceName()
          Returns the value of field 'serviceName'.
 java.lang.String getServiceProvider()
          Returns the value of field 'serviceProvider'.
 boolean hasInternalIdentifier()
          Method hasInternalIdentifier
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setHandlerIdentifier(java.lang.String handlerIdentifier)
          Sets the value of field 'handlerIdentifier'.
 void setInternalIdentifier(int internalIdentifier)
          Sets the value of field 'internalIdentifier'.
 void setProviderOfferID(java.lang.String providerOfferID)
          Sets the value of field 'providerOfferID'.
 void setServiceName(java.lang.String serviceName)
          Sets the value of field 'serviceName'.
 void setServiceProvider(java.lang.String serviceProvider)
          Sets the value of field 'serviceProvider'.
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

ServiceTermType

public ServiceTermType()
Method Detail

deleteInternalIdentifier

public void deleteInternalIdentifier()
Method deleteInternalIdentifier


getHandlerIdentifier

public java.lang.String getHandlerIdentifier()
Returns the value of field 'handlerIdentifier'.

Returns:
String

getInternalIdentifier

public int getInternalIdentifier()
Returns the value of field 'internalIdentifier'.

Returns:
int

getProviderOfferID

public java.lang.String getProviderOfferID()
Returns the value of field 'providerOfferID'.

Returns:
String

getServiceName

public java.lang.String getServiceName()
Returns the value of field 'serviceName'.

Returns:
String

getServiceProvider

public java.lang.String getServiceProvider()
Returns the value of field 'serviceProvider'.

Returns:
String

hasInternalIdentifier

public boolean hasInternalIdentifier()
Method hasInternalIdentifier

Returns:
boolean

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

setHandlerIdentifier

public void setHandlerIdentifier(java.lang.String handlerIdentifier)
Sets the value of field 'handlerIdentifier'.

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

setInternalIdentifier

public void setInternalIdentifier(int internalIdentifier)
Sets the value of field 'internalIdentifier'.

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

setProviderOfferID

public void setProviderOfferID(java.lang.String providerOfferID)
Sets the value of field 'providerOfferID'.

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

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the value of field 'serviceName'.

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

setServiceProvider

public void setServiceProvider(java.lang.String serviceProvider)
Sets the value of field 'serviceProvider'.

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

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.