Package org.cxml
Class MasterAgreementRequestHeader
java.lang.Object
org.cxml.MasterAgreementRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Commentsprotected DocumentReferenceprotected Stringprotected Stringprotected MaxAmountprotected MaxReleaseAmountprotected MinAmountprotected MinReleaseAmountprotected Stringprotected Stringprotected String -
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 comments property.Gets the value of the contact property.Gets the value of the documentReference property.Gets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the extrinsic property.Gets the value of the maxAmount property.Gets the value of the maxReleaseAmount property.Gets the value of the minAmount property.Gets the value of the minReleaseAmount property.Gets the value of the operation property.Gets the value of the parentAgreementPayloadID property.getType()Gets the value of the type property.voidsetAgreementDate(String value) Sets the value of the agreementDate property.voidsetAgreementID(String value) Sets the value of the agreementID property.voidsetComments(Comments value) Sets the value of the comments property.voidSets the value of the documentReference property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetMaxAmount(MaxAmount value) Sets the value of the maxAmount property.voidSets the value of the maxReleaseAmount property.voidsetMinAmount(MinAmount value) Sets the value of the minAmount property.voidSets the value of the minReleaseAmount property.voidsetOperation(String value) Sets the value of the operation property.voidSets the value of the parentAgreementPayloadID property.voidSets the value of the type property.
-
Field Details
-
agreementID
-
agreementDate
-
type
-
effectiveDate
-
expirationDate
-
parentAgreementPayloadID
-
operation
-
maxAmount
-
minAmount
-
maxReleaseAmount
-
minReleaseAmount
-
contact
-
comments
-
documentReference
-
extrinsic
-
-
Constructor Details
-
MasterAgreementRequestHeader
public MasterAgreementRequestHeader()
-
-
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
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getParentAgreementPayloadID
Gets the value of the parentAgreementPayloadID property.- Returns:
- possible object is
String
-
setParentAgreementPayloadID
Sets the value of the parentAgreementPayloadID property.- Parameters:
value- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
getContact
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
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
-
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-