public class SupplierInvitation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Correspondent |
correspondent |
protected java.util.List<Extrinsic> |
extrinsic |
protected MasterAgreementIDInfo |
masterAgreementIDInfo |
protected OrganizationID |
organizationID |
protected java.lang.String |
supplierStatus |
| Constructor and Description |
|---|
SupplierInvitation() |
| Modifier and Type | Method and Description |
|---|---|
Correspondent |
getCorrespondent()
Gets the value of the correspondent property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
MasterAgreementIDInfo |
getMasterAgreementIDInfo()
Gets the value of the masterAgreementIDInfo property.
|
OrganizationID |
getOrganizationID()
Gets the value of the organizationID property.
|
java.lang.String |
getSupplierStatus()
Gets the value of the supplierStatus property.
|
void |
setCorrespondent(Correspondent value)
Sets the value of the correspondent property.
|
void |
setMasterAgreementIDInfo(MasterAgreementIDInfo value)
Sets the value of the masterAgreementIDInfo property.
|
void |
setOrganizationID(OrganizationID value)
Sets the value of the organizationID property.
|
void |
setSupplierStatus(java.lang.String value)
Sets the value of the supplierStatus property.
|
protected java.lang.String supplierStatus
protected OrganizationID organizationID
protected Correspondent correspondent
protected MasterAgreementIDInfo masterAgreementIDInfo
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getSupplierStatus()
Stringpublic void setSupplierStatus(java.lang.String value)
value - allowed object is
Stringpublic OrganizationID getOrganizationID()
OrganizationIDpublic void setOrganizationID(OrganizationID value)
value - allowed object is
OrganizationIDpublic Correspondent getCorrespondent()
Correspondentpublic void setCorrespondent(Correspondent value)
value - allowed object is
Correspondentpublic MasterAgreementIDInfo getMasterAgreementIDInfo()
MasterAgreementIDInfopublic void setMasterAgreementIDInfo(MasterAgreementIDInfo value)
value - allowed object is
MasterAgreementIDInfopublic java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.