Package org.cxml

Class ItemDetail


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

      • description

        protected java.util.List<Description> description
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
      • classification

        protected java.util.List<Classification> classification
      • manufacturerPartID

        protected java.lang.String manufacturerPartID
      • url

        protected URL url
      • leadTime

        protected java.lang.String leadTime
      • dimension

        protected java.util.List<Dimension> dimension
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ItemDetail

        public ItemDetail()
    • Method Detail

      • getUnitPrice

        public UnitPrice getUnitPrice()
        Gets the value of the unitPrice property.
        Returns:
        possible object is UnitPrice
      • setUnitPrice

        public void setUnitPrice​(UnitPrice value)
        Sets the value of the unitPrice property.
        Parameters:
        value - allowed object is UnitPrice
      • getDescription

        public java.util.List<Description> getDescription()
        Gets the value of the description 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 description property.

        For example, to add a new item, do as follows:

            getDescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list Description

      • getUnitOfMeasure

        public java.lang.String getUnitOfMeasure()
        Gets the value of the unitOfMeasure property.
        Returns:
        possible object is String
      • setUnitOfMeasure

        public void setUnitOfMeasure​(java.lang.String value)
        Sets the value of the unitOfMeasure property.
        Parameters:
        value - allowed object is String
      • setPriceBasisQuantity

        public void setPriceBasisQuantity​(PriceBasisQuantity value)
        Sets the value of the priceBasisQuantity property.
        Parameters:
        value - allowed object is PriceBasisQuantity
      • getClassification

        public java.util.List<Classification> getClassification()
        Gets the value of the classification 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 classification property.

        For example, to add a new item, do as follows:

            getClassification().add(newItem);
         

        Objects of the following type(s) are allowed in the list Classification

      • getManufacturerPartID

        public java.lang.String getManufacturerPartID()
        Gets the value of the manufacturerPartID property.
        Returns:
        possible object is String
      • setManufacturerPartID

        public void setManufacturerPartID​(java.lang.String value)
        Sets the value of the manufacturerPartID property.
        Parameters:
        value - allowed object is String
      • getManufacturerName

        public ManufacturerName getManufacturerName()
        Gets the value of the manufacturerName property.
        Returns:
        possible object is ManufacturerName
      • setManufacturerName

        public void setManufacturerName​(ManufacturerName value)
        Sets the value of the manufacturerName property.
        Parameters:
        value - allowed object is ManufacturerName
      • getURL

        public URL getURL()
        Gets the value of the url property.
        Returns:
        possible object is URL
      • setURL

        public void setURL​(URL value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is URL
      • getLeadTime

        public java.lang.String getLeadTime()
        Gets the value of the leadTime property.
        Returns:
        possible object is String
      • setLeadTime

        public void setLeadTime​(java.lang.String value)
        Sets the value of the leadTime property.
        Parameters:
        value - allowed object is String
      • getDimension

        public java.util.List<Dimension> getDimension()
        Gets the value of the dimension 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 dimension property.

        For example, to add a new item, do as follows:

            getDimension().add(newItem);
         

        Objects of the following type(s) are allowed in the list Dimension

      • setItemDetailIndustry

        public void setItemDetailIndustry​(ItemDetailIndustry value)
        Sets the value of the itemDetailIndustry property.
        Parameters:
        value - allowed object is ItemDetailIndustry
      • getExtrinsic

        public java.util.List<Extrinsic> 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 set method 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