Package org.cxml
Class SupplierInvitation
- java.lang.Object
-
- org.cxml.SupplierInvitation
-
public class SupplierInvitation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Correspondentcorrespondentprotected java.util.List<Extrinsic>extrinsicprotected MasterAgreementIDInfomasterAgreementIDInfoprotected OrganizationIDorganizationIDprotected java.lang.StringsupplierStatus
-
Constructor Summary
Constructors Constructor Description SupplierInvitation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorrespondentgetCorrespondent()Gets the value of the correspondent property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.MasterAgreementIDInfogetMasterAgreementIDInfo()Gets the value of the masterAgreementIDInfo property.OrganizationIDgetOrganizationID()Gets the value of the organizationID property.java.lang.StringgetSupplierStatus()Gets the value of the supplierStatus property.voidsetCorrespondent(Correspondent value)Sets the value of the correspondent property.voidsetMasterAgreementIDInfo(MasterAgreementIDInfo value)Sets the value of the masterAgreementIDInfo property.voidsetOrganizationID(OrganizationID value)Sets the value of the organizationID property.voidsetSupplierStatus(java.lang.String value)Sets the value of the supplierStatus property.
-
-
-
Field Detail
-
supplierStatus
protected java.lang.String supplierStatus
-
organizationID
protected OrganizationID organizationID
-
correspondent
protected Correspondent correspondent
-
masterAgreementIDInfo
protected MasterAgreementIDInfo masterAgreementIDInfo
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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 isString
-
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 isOrganizationID
-
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 isCorrespondent
-
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 isMasterAgreementIDInfo
-
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
setmethod 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
-
-