org.ggf.schemas.graap._2007._03.ws_agreement
Class AgreementTemplateType

java.lang.Object
  extended by org.ggf.schemas.graap._2007._03.ws_agreement.AgreementType
      extended by org.ggf.schemas.graap._2007._03.ws_agreement.AgreementTemplateType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class AgreementTemplateType
extends AgreementType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for AgreementTemplateType complex type.

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

 <complexType name="AgreementTemplateType">
   <complexContent>
     <extension base="{http://schemas.ggf.org/graap/2007/03/ws-agreement}AgreementType">
       <sequence>
         <element name="CreationConstraints" type="{http://schemas.ggf.org/graap/2007/03/ws-agreement}ConstraintSectionType"/>
       </sequence>
       <attribute name="TemplateId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConstraintSectionType creationConstraints
           
protected  java.lang.String templateId
           
 
Fields inherited from class org.ggf.schemas.graap._2007._03.ws_agreement.AgreementType
agreementId, context, hjid, name, terms
 
Constructor Summary
AgreementTemplateType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 ConstraintSectionType getCreationConstraints()
          Gets the value of the creationConstraints property.
 java.lang.String getTemplateId()
          Gets the value of the templateId property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setCreationConstraints(ConstraintSectionType value)
          Sets the value of the creationConstraints property.
 void setTemplateId(java.lang.String value)
          Sets the value of the templateId property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.ggf.schemas.graap._2007._03.ws_agreement.AgreementType
getAgreementId, getContext, getHjid, getName, getTerms, setAgreementId, setContext, setHjid, setName, setTerms
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

creationConstraints

protected ConstraintSectionType creationConstraints

templateId

protected java.lang.String templateId
Constructor Detail

AgreementTemplateType

public AgreementTemplateType()
Method Detail

getCreationConstraints

public ConstraintSectionType getCreationConstraints()
Gets the value of the creationConstraints property.

Returns:
possible object is ConstraintSectionType

setCreationConstraints

public void setCreationConstraints(ConstraintSectionType value)
Sets the value of the creationConstraints property.

Parameters:
value - allowed object is ConstraintSectionType

getTemplateId

public java.lang.String getTemplateId()
Gets the value of the templateId property.

Returns:
possible object is String

setTemplateId

public void setTemplateId(java.lang.String value)
Sets the value of the templateId 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 AgreementType

toString

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

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 AgreementType

equals

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

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 AgreementType

hashCode

public int hashCode()
Overrides:
hashCode in class AgreementType


Copyright © 2008 eBMWebsourcing. All Rights Reserved.