Package org.cxml
Class MasterAgreementReference
- java.lang.Object
-
- org.cxml.MasterAgreementReference
-
public class MasterAgreementReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringagreementDateprotected java.lang.StringagreementIDprotected java.lang.StringagreementTypeprotected DocumentReferencedocumentReference
-
Constructor Summary
Constructors Constructor Description MasterAgreementReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAgreementDate()Gets the value of the agreementDate property.java.lang.StringgetAgreementID()Gets the value of the agreementID property.java.lang.StringgetAgreementType()Gets the value of the agreementType property.DocumentReferencegetDocumentReference()Gets the value of the documentReference property.voidsetAgreementDate(java.lang.String value)Sets the value of the agreementDate property.voidsetAgreementID(java.lang.String value)Sets the value of the agreementID property.voidsetAgreementType(java.lang.String value)Sets the value of the agreementType property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.
-
-
-
Field Detail
-
agreementID
protected java.lang.String agreementID
-
agreementDate
protected java.lang.String agreementDate
-
agreementType
protected java.lang.String agreementType
-
documentReference
protected DocumentReference documentReference
-
-
Method Detail
-
getAgreementID
public java.lang.String getAgreementID()
Gets the value of the agreementID property.- Returns:
- possible object is
String
-
setAgreementID
public void setAgreementID(java.lang.String value)
Sets the value of the agreementID property.- Parameters:
value- allowed object isString
-
getAgreementDate
public java.lang.String getAgreementDate()
Gets the value of the agreementDate property.- Returns:
- possible object is
String
-
setAgreementDate
public void setAgreementDate(java.lang.String value)
Sets the value of the agreementDate property.- Parameters:
value- allowed object isString
-
getAgreementType
public java.lang.String getAgreementType()
Gets the value of the agreementType property.- Returns:
- possible object is
String
-
setAgreementType
public void setAgreementType(java.lang.String value)
Sets the value of the agreementType property.- Parameters:
value- allowed object isString
-
getDocumentReference
public DocumentReference getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
public void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
-