|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ggf.schemas.graap._2007._03.ws_agreement.AgreementType
org.ggf.schemas.graap._2007._03.ws_agreement.AgreementTemplateType
public class AgreementTemplateType
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 |
|---|
protected ConstraintSectionType creationConstraints
protected java.lang.String templateId
| Constructor Detail |
|---|
public AgreementTemplateType()
| Method Detail |
|---|
public ConstraintSectionType getCreationConstraints()
ConstraintSectionTypepublic void setCreationConstraints(ConstraintSectionType value)
value - allowed object is
ConstraintSectionTypepublic java.lang.String getTemplateId()
Stringpublic void setTemplateId(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class AgreementTypepublic java.lang.String toString()
toString in class AgreementType
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AgreementTypepublic boolean equals(java.lang.Object object)
equals in class AgreementTypepublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AgreementTypepublic int hashCode()
hashCode in class AgreementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||