com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement
Class ServiceTermType

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.TermType
      extended by com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.ServiceTermType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
ServiceDescriptionTermType, ServicePropertiesType, ServiceReferenceType

public abstract class ServiceTermType
extends TermType
implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for ServiceTermType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceTermType">
   <complexContent>
     <extension base="{http://schemas.ggf.org/graap/2007/03/ws-agreement}TermType">
       <attribute name="ServiceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String serviceName
           
 
Fields inherited from class com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.TermType
name
 
Constructor Summary
ServiceTermType()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target)
           
 java.lang.Object copyTo(java.lang.Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
           
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getServiceName()
          Gets the value of the serviceName property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setServiceName(java.lang.String value)
          Sets the value of the serviceName property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.TermType
getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createCopy
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
 

Field Detail

serviceName

protected java.lang.String serviceName
Constructor Detail

ServiceTermType

public ServiceTermType()
Method Detail

getServiceName

public java.lang.String getServiceName()
Gets the value of the serviceName property.

Returns:
possible object is String

setServiceName

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

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class TermType

toString

public java.lang.String toString()
Overrides:
toString in class TermType

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TermType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class TermType

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TermType

hashCode

public int hashCode()
Overrides:
hashCode in class TermType

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class TermType

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable
Overrides:
copyTo in class TermType


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.