Package org.cxml

Class Product


  • public class Product
    extends java.lang.Object
    • Field Detail

      • buyerPartID

        protected java.lang.String buyerPartID
      • idReference

        protected java.util.List<IdReference> idReference
    • Constructor Detail

      • Product

        public Product()
    • 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 is SupplierPartID
      • 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 is String
      • 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 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