org.ggf.schemas.graap._2007._03.ws_agreement
Class ServiceTermType
java.lang.Object
org.ggf.schemas.graap._2007._03.ws_agreement.TermType
org.ggf.schemas.graap._2007._03.ws_agreement.ServiceTermType
- All Implemented Interfaces:
- 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.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>
| Fields inherited from class org.ggf.schemas.graap._2007._03.ws_agreement.TermType |
hjid, name |
|
Method Summary |
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serviceName
protected java.lang.String serviceName
ServiceTermType
public ServiceTermType()
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
Copyright © 2008 eBMWebsourcing. All Rights Reserved.