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

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
          extended by com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.ServicePropertiesType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class ServicePropertiesType
extends ServiceTermType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for ServicePropertiesType complex type.

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

 <complexType name="ServicePropertiesType">
   <complexContent>
     <extension base="{http://schemas.ggf.org/graap/2007/03/ws-agreement}ServiceTermType">
       <sequence>
         <element name="VariableSet" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}VariableSetType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  VariableSetType variableSet
           
 
Fields inherited from class com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.ServiceTermType
serviceName
 
Fields inherited from class com.ebmwebsourcing.wsstar.agreement.definition.org.ggf.schemas.graap.agreement.TermType
name
 
Constructor Summary
ServicePropertiesType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 VariableSetType getVariableSet()
          Gets the value of the variableSet property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setVariableSet(VariableSetType value)
          Sets the value of the variableSet 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.ServiceTermType
getServiceName, setServiceName
 
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
 

Field Detail

variableSet

protected VariableSetType variableSet
Constructor Detail

ServicePropertiesType

public ServicePropertiesType()
Method Detail

getVariableSet

public VariableSetType getVariableSet()
Gets the value of the variableSet property.

Returns:
possible object is VariableSetType

setVariableSet

public void setVariableSet(VariableSetType value)
Sets the value of the variableSet property.

Parameters:
value - allowed object is VariableSetType

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 ServiceTermType

toString

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

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 ServiceTermType

equals

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

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 ServiceTermType

hashCode

public int hashCode()
Overrides:
hashCode in class ServiceTermType


Copyright © 2009 eBM Websourcing. All Rights Reserved.