Package org.cxml

Class MasterAgreementReference

java.lang.Object
org.cxml.MasterAgreementReference

public class MasterAgreementReference extends Object
  • Field Details

    • agreementID

      protected String agreementID
    • agreementDate

      protected String agreementDate
    • agreementType

      protected String agreementType
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • MasterAgreementReference

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

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

      public void setAgreementType(String value)
      Sets the value of the agreementType property.
      Parameters:
      value - allowed object is String
    • 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