Package org.cxml
Class MasterAgreementRequestHeader
- java.lang.Object
-
- org.cxml.MasterAgreementRequestHeader
-
public class MasterAgreementRequestHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringagreementDateprotected java.lang.StringagreementIDprotected Commentscommentsprotected java.util.List<Contact>contactprotected DocumentReferencedocumentReferenceprotected java.lang.StringeffectiveDateprotected java.lang.StringexpirationDateprotected java.util.List<Extrinsic>extrinsicprotected MaxAmountmaxAmountprotected MaxReleaseAmountmaxReleaseAmountprotected MinAmountminAmountprotected MinReleaseAmountminReleaseAmountprotected java.lang.Stringoperationprotected java.lang.StringparentAgreementPayloadIDprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description MasterAgreementRequestHeader()
-
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.CommentsgetComments()Gets the value of the comments property.java.util.List<Contact>getContact()Gets the value of the contact property.DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.lang.StringgetEffectiveDate()Gets the value of the effectiveDate property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.MaxAmountgetMaxAmount()Gets the value of the maxAmount property.MaxReleaseAmountgetMaxReleaseAmount()Gets the value of the maxReleaseAmount property.MinAmountgetMinAmount()Gets the value of the minAmount property.MinReleaseAmountgetMinReleaseAmount()Gets the value of the minReleaseAmount property.java.lang.StringgetOperation()Gets the value of the operation property.java.lang.StringgetParentAgreementPayloadID()Gets the value of the parentAgreementPayloadID property.java.lang.StringgetType()Gets the value of the type 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.voidsetComments(Comments value)Sets the value of the comments property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetEffectiveDate(java.lang.String value)Sets the value of the effectiveDate property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidsetMaxReleaseAmount(MaxReleaseAmount value)Sets the value of the maxReleaseAmount property.voidsetMinAmount(MinAmount value)Sets the value of the minAmount property.voidsetMinReleaseAmount(MinReleaseAmount value)Sets the value of the minReleaseAmount property.voidsetOperation(java.lang.String value)Sets the value of the operation property.voidsetParentAgreementPayloadID(java.lang.String value)Sets the value of the parentAgreementPayloadID property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
agreementID
protected java.lang.String agreementID
-
agreementDate
protected java.lang.String agreementDate
-
type
protected java.lang.String type
-
effectiveDate
protected java.lang.String effectiveDate
-
expirationDate
protected java.lang.String expirationDate
-
parentAgreementPayloadID
protected java.lang.String parentAgreementPayloadID
-
operation
protected java.lang.String operation
-
maxAmount
protected MaxAmount maxAmount
-
minAmount
protected MinAmount minAmount
-
maxReleaseAmount
protected MaxReleaseAmount maxReleaseAmount
-
minReleaseAmount
protected MinReleaseAmount minReleaseAmount
-
contact
protected java.util.List<Contact> contact
-
comments
protected Comments comments
-
documentReference
protected DocumentReference documentReference
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getEffectiveDate
public java.lang.String getEffectiveDate()
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
public void setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
public java.lang.String getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getParentAgreementPayloadID
public java.lang.String getParentAgreementPayloadID()
Gets the value of the parentAgreementPayloadID property.- Returns:
- possible object is
String
-
setParentAgreementPayloadID
public void setParentAgreementPayloadID(java.lang.String value)
Sets the value of the parentAgreementPayloadID property.- Parameters:
value- allowed object isString
-
getOperation
public java.lang.String getOperation()
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
public void setOperation(java.lang.String value)
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getMaxAmount
public MaxAmount getMaxAmount()
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
public void setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
public MinAmount getMinAmount()
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
public void setMinAmount(MinAmount value)
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxReleaseAmount
public MaxReleaseAmount getMaxReleaseAmount()
Gets the value of the maxReleaseAmount property.- Returns:
- possible object is
MaxReleaseAmount
-
setMaxReleaseAmount
public void setMaxReleaseAmount(MaxReleaseAmount value)
Sets the value of the maxReleaseAmount property.- Parameters:
value- allowed object isMaxReleaseAmount
-
getMinReleaseAmount
public MinReleaseAmount getMinReleaseAmount()
Gets the value of the minReleaseAmount property.- Returns:
- possible object is
MinReleaseAmount
-
setMinReleaseAmount
public void setMinReleaseAmount(MinReleaseAmount value)
Sets the value of the minReleaseAmount property.- Parameters:
value- allowed object isMinReleaseAmount
-
getContact
public java.util.List<Contact> 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
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
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
-
getExtrinsic
public java.util.List<Extrinsic> 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
-
-