Package org.cxml
Class Product
- java.lang.Object
-
- org.cxml.Product
-
public class Product extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbuyerPartIDprotected java.util.List<IdReference>idReferenceprotected SupplierPartAuxiliaryIDsupplierPartAuxiliaryIDprotected SupplierPartIDsupplierPartID
-
Constructor Summary
Constructors Constructor Description Product()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuyerPartID()Gets the value of the buyerPartID property.java.util.List<IdReference>getIdReference()Gets the value of the idReference property.SupplierPartAuxiliaryIDgetSupplierPartAuxiliaryID()Gets the value of the supplierPartAuxiliaryID property.SupplierPartIDgetSupplierPartID()Gets the value of the supplierPartID property.voidsetBuyerPartID(java.lang.String value)Sets the value of the buyerPartID property.voidsetSupplierPartAuxiliaryID(SupplierPartAuxiliaryID value)Sets the value of the supplierPartAuxiliaryID property.voidsetSupplierPartID(SupplierPartID value)Sets the value of the supplierPartID property.
-
-
-
Field Detail
-
supplierPartID
protected SupplierPartID supplierPartID
-
supplierPartAuxiliaryID
protected SupplierPartAuxiliaryID supplierPartAuxiliaryID
-
buyerPartID
protected java.lang.String buyerPartID
-
idReference
protected java.util.List<IdReference> idReference
-
-
Method Detail
-
getSupplierPartID
public SupplierPartID getSupplierPartID()
Gets the value of the supplierPartID property.- Returns:
- possible object is
SupplierPartID
-
setSupplierPartID
public void setSupplierPartID(SupplierPartID value)
Sets the value of the supplierPartID property.- Parameters:
value- allowed object isSupplierPartID
-
getSupplierPartAuxiliaryID
public SupplierPartAuxiliaryID getSupplierPartAuxiliaryID()
Gets the value of the supplierPartAuxiliaryID property.- Returns:
- possible object is
SupplierPartAuxiliaryID
-
setSupplierPartAuxiliaryID
public void setSupplierPartAuxiliaryID(SupplierPartAuxiliaryID value)
Sets the value of the supplierPartAuxiliaryID property.- Parameters:
value- allowed object isSupplierPartAuxiliaryID
-
getBuyerPartID
public java.lang.String getBuyerPartID()
Gets the value of the buyerPartID property.- Returns:
- possible object is
String
-
setBuyerPartID
public void setBuyerPartID(java.lang.String value)
Sets the value of the buyerPartID property.- Parameters:
value- allowed object isString
-
getIdReference
public java.util.List<IdReference> 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
-
-