Package org.cxml
Class MasterAgreementReference
java.lang.Object
org.cxml.MasterAgreementReference
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected DocumentReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the agreementDate property.Gets the value of the agreementID property.Gets the value of the agreementType property.Gets the value of the documentReference property.voidsetAgreementDate(String value) Sets the value of the agreementDate property.voidsetAgreementID(String value) Sets the value of the agreementID property.voidsetAgreementType(String value) Sets the value of the agreementType property.voidSets the value of the documentReference property.
-
Field Details
-
agreementID
-
agreementDate
-
agreementType
-
documentReference
-
-
Constructor Details
-
MasterAgreementReference
public MasterAgreementReference()
-
-
Method Details
-
getAgreementID
Gets the value of the agreementID property.- Returns:
- possible object is
String
-
setAgreementID
Sets the value of the agreementID property.- Parameters:
value- allowed object isString
-
getAgreementDate
Gets the value of the agreementDate property.- Returns:
- possible object is
String
-
setAgreementDate
Sets the value of the agreementDate property.- Parameters:
value- allowed object isString
-
getAgreementType
Gets the value of the agreementType property.- Returns:
- possible object is
String
-
setAgreementType
Sets the value of the agreementType property.- Parameters:
value- allowed object isString
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-