Package org.cxml

Class SupplierInvitation


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

      • supplierStatus

        protected java.lang.String supplierStatus
      • extrinsic

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

      • SupplierInvitation

        public SupplierInvitation()
    • Method Detail

      • getSupplierStatus

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

        public void setSupplierStatus​(java.lang.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
      • setMasterAgreementIDInfo

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