Package org.cxml

Class MasterAgreementRequestHeader

java.lang.Object
org.cxml.MasterAgreementRequestHeader

public class MasterAgreementRequestHeader extends Object
  • Field Details

    • agreementID

      protected String agreementID
    • agreementDate

      protected String agreementDate
    • type

      protected String type
    • effectiveDate

      protected String effectiveDate
    • expirationDate

      protected String expirationDate
    • parentAgreementPayloadID

      protected String parentAgreementPayloadID
    • operation

      protected String operation
    • maxAmount

      protected MaxAmount maxAmount
    • minAmount

      protected MinAmount minAmount
    • maxReleaseAmount

      protected MaxReleaseAmount maxReleaseAmount
    • minReleaseAmount

      protected MinReleaseAmount minReleaseAmount
    • contact

      protected List<Contact> contact
    • comments

      protected Comments comments
    • documentReference

      protected DocumentReference documentReference
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • MasterAgreementRequestHeader

      public MasterAgreementRequestHeader()
  • Method Details

    • getAgreementID

      public String getAgreementID()
      Gets the value of the agreementID property.
      Returns:
      possible object is String
    • setAgreementID

      public void setAgreementID(String value)
      Sets the value of the agreementID property.
      Parameters:
      value - allowed object is String
    • getAgreementDate

      public String getAgreementDate()
      Gets the value of the agreementDate property.
      Returns:
      possible object is String
    • setAgreementDate

      public void setAgreementDate(String value)
      Sets the value of the agreementDate property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getEffectiveDate

      public String getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(String value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getParentAgreementPayloadID

      public String getParentAgreementPayloadID()
      Gets the value of the parentAgreementPayloadID property.
      Returns:
      possible object is String
    • setParentAgreementPayloadID

      public void setParentAgreementPayloadID(String value)
      Sets the value of the parentAgreementPayloadID property.
      Parameters:
      value - allowed object is String
    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
    • 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 is MaxAmount
    • 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 is MinAmount
    • 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 is MaxReleaseAmount
    • 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 is MinReleaseAmount
    • getContact

      public 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 set method 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 is Comments
    • 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 is DocumentReference
    • getExtrinsic

      public 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 set method 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