Package org.cxml

Class MasterAgreementReference


  • public class MasterAgreementReference
    extends java.lang.Object
    • Field Detail

      • agreementID

        protected java.lang.String agreementID
      • agreementDate

        protected java.lang.String agreementDate
      • agreementType

        protected java.lang.String agreementType
    • Constructor Detail

      • MasterAgreementReference

        public MasterAgreementReference()
    • 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
      • getAgreementType

        public java.lang.String getAgreementType()
        Gets the value of the agreementType property.
        Returns:
        possible object is String
      • setAgreementType

        public void setAgreementType​(java.lang.String value)
        Sets the value of the agreementType property.
        Parameters:
        value - allowed object is String
      • setDocumentReference

        public void setDocumentReference​(DocumentReference value)
        Sets the value of the documentReference property.
        Parameters:
        value - allowed object is DocumentReference