Package org.cxml

Class MasterAgreementRequestHeader


  • public class MasterAgreementRequestHeader
    extends java.lang.Object
    • 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
      • contact

        protected java.util.List<Contact> contact
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • MasterAgreementRequestHeader

        public MasterAgreementRequestHeader()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 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 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 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
      • setDocumentReference

        public void setDocumentReference​(DocumentReference value)
        Sets the value of the documentReference property.
        Parameters:
        value - allowed object is DocumentReference
      • 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 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