Package org.cxml

Class ItemID

java.lang.Object
org.cxml.ItemID

public class ItemID extends Object
  • Field Details

  • Constructor Details

    • ItemID

      public ItemID()
  • Method Details

    • 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 is SupplierPartID
    • 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 is SupplierPartAuxiliaryID
    • getBuyerPartID

      public String getBuyerPartID()
      Gets the value of the buyerPartID property.
      Returns:
      possible object is String
    • setBuyerPartID

      public void setBuyerPartID(String value)
      Sets the value of the buyerPartID property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public 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 set method 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