Package org.cxml
Class PayableMasterAgreementInfo
java.lang.Object
org.cxml.PayableMasterAgreementInfo
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the masterAgreementReferenceOrMasterAgreementIDInfo property.
-
Field Details
-
masterAgreementReferenceOrMasterAgreementIDInfo
-
-
Constructor Details
-
PayableMasterAgreementInfo
public PayableMasterAgreementInfo()
-
-
Method Details
-
getMasterAgreementReferenceOrMasterAgreementIDInfo
Gets the value of the masterAgreementReferenceOrMasterAgreementIDInfo 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 masterAgreementReferenceOrMasterAgreementIDInfo property.For example, to add a new item, do as follows:
getMasterAgreementReferenceOrMasterAgreementIDInfo().add(newItem);Objects of the following type(s) are allowed in the list
MasterAgreementIDInfoMasterAgreementReference
-