Package org.cxml

Class SupplierInvitation

java.lang.Object
org.cxml.SupplierInvitation

public class SupplierInvitation extends Object
  • Field Details

  • Constructor Details

    • SupplierInvitation

      public SupplierInvitation()
  • Method Details

    • getSupplierStatus

      public String getSupplierStatus()
      Gets the value of the supplierStatus property.
      Returns:
      possible object is String
    • setSupplierStatus

      public void setSupplierStatus(String value)
      Sets the value of the supplierStatus property.
      Parameters:
      value - allowed object is String
    • getOrganizationID

      public OrganizationID getOrganizationID()
      Gets the value of the organizationID property.
      Returns:
      possible object is OrganizationID
    • setOrganizationID

      public void setOrganizationID(OrganizationID value)
      Sets the value of the organizationID property.
      Parameters:
      value - allowed object is OrganizationID
    • getCorrespondent

      public Correspondent getCorrespondent()
      Gets the value of the correspondent property.
      Returns:
      possible object is Correspondent
    • setCorrespondent

      public void setCorrespondent(Correspondent value)
      Sets the value of the correspondent property.
      Parameters:
      value - allowed object is Correspondent
    • getMasterAgreementIDInfo

      public MasterAgreementIDInfo getMasterAgreementIDInfo()
      Gets the value of the masterAgreementIDInfo property.
      Returns:
      possible object is MasterAgreementIDInfo
    • setMasterAgreementIDInfo

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