Package org.cxml
Class ItemID
java.lang.Object
org.cxml.ItemID
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<IdReference>protected SupplierPartAuxiliaryIDprotected SupplierPartID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buyerPartID property.Gets the value of the idReference property.Gets the value of the supplierPartAuxiliaryID property.Gets the value of the supplierPartID property.voidsetBuyerPartID(String value) Sets the value of the buyerPartID property.voidSets the value of the supplierPartAuxiliaryID property.voidsetSupplierPartID(SupplierPartID value) Sets the value of the supplierPartID property.
-
Field Details
-
supplierPartID
-
supplierPartAuxiliaryID
-
buyerPartID
-
idReference
-
-
Constructor Details
-
ItemID
public ItemID()
-
-
Method Details
-
getSupplierPartID
Gets the value of the supplierPartID property.- Returns:
- possible object is
SupplierPartID
-
setSupplierPartID
Sets the value of the supplierPartID property.- Parameters:
value- allowed object isSupplierPartID
-
getSupplierPartAuxiliaryID
Gets the value of the supplierPartAuxiliaryID property.- Returns:
- possible object is
SupplierPartAuxiliaryID
-
setSupplierPartAuxiliaryID
Sets the value of the supplierPartAuxiliaryID property.- Parameters:
value- allowed object isSupplierPartAuxiliaryID
-
getBuyerPartID
Gets the value of the buyerPartID property.- Returns:
- possible object is
String
-
setBuyerPartID
Sets the value of the buyerPartID property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-