Package org.cxml
Class SupplierInvitation
java.lang.Object
org.cxml.SupplierInvitation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Correspondentprotected MasterAgreementIDInfoprotected OrganizationIDprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the correspondent property.Gets the value of the extrinsic property.Gets the value of the masterAgreementIDInfo property.Gets the value of the organizationID property.Gets the value of the supplierStatus property.voidsetCorrespondent(Correspondent value) Sets the value of the correspondent property.voidSets the value of the masterAgreementIDInfo property.voidsetOrganizationID(OrganizationID value) Sets the value of the organizationID property.voidsetSupplierStatus(String value) Sets the value of the supplierStatus property.
-
Field Details
-
supplierStatus
-
organizationID
-
correspondent
-
masterAgreementIDInfo
-
extrinsic
-
-
Constructor Details
-
SupplierInvitation
public SupplierInvitation()
-
-
Method Details
-
getSupplierStatus
Gets the value of the supplierStatus property.- Returns:
- possible object is
String
-
setSupplierStatus
Sets the value of the supplierStatus property.- Parameters:
value- allowed object isString
-
getOrganizationID
Gets the value of the organizationID property.- Returns:
- possible object is
OrganizationID
-
setOrganizationID
Sets the value of the organizationID property.- Parameters:
value- allowed object isOrganizationID
-
getCorrespondent
Gets the value of the correspondent property.- Returns:
- possible object is
Correspondent
-
setCorrespondent
Sets the value of the correspondent property.- Parameters:
value- allowed object isCorrespondent
-
getMasterAgreementIDInfo
Gets the value of the masterAgreementIDInfo property.- Returns:
- possible object is
MasterAgreementIDInfo
-
setMasterAgreementIDInfo
Sets the value of the masterAgreementIDInfo property.- Parameters:
value- allowed object isMasterAgreementIDInfo
-
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
-