Package org.cxml
Class MasterAgreementIDInfo
java.lang.Object
org.cxml.MasterAgreementIDInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<IdReference> -
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 idReference 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.
-
Field Details
-
agreementID
-
agreementDate
-
agreementType
-
idReference
-
-
Constructor Details
-
MasterAgreementIDInfo
public MasterAgreementIDInfo()
-
-
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
-
getIdReference
Gets the value of the idReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-