Package org.cxml

Class PunchoutDetail


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

      • punchoutLevel

        protected java.lang.String punchoutLevel
      • description

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

        protected URL url
      • classification

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

        protected java.lang.String unitOfMeasure
      • manufacturerPartID

        protected java.lang.String manufacturerPartID
      • leadTime

        protected java.lang.String leadTime
      • expirationDate

        protected java.lang.String expirationDate
      • effectiveDate

        protected java.lang.String effectiveDate
      • searchGroupData

        protected java.util.List<SearchGroupData> searchGroupData
      • extrinsic

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

      • PunchoutDetail

        public PunchoutDetail()
    • Method Detail

      • getPunchoutLevel

        public java.lang.String getPunchoutLevel()
        Gets the value of the punchoutLevel property.
        Returns:
        possible object is String
      • setPunchoutLevel

        public void setPunchoutLevel​(java.lang.String value)
        Sets the value of the punchoutLevel property.
        Parameters:
        value - allowed object is String
      • 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

      • 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
      • 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

      • 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
      • 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
      • 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
      • 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
      • 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
      • getExpirationDate

        public java.lang.String getExpirationDate()
        Gets the value of the expirationDate property.
        Returns:
        possible object is String
      • setExpirationDate

        public void setExpirationDate​(java.lang.String value)
        Sets the value of the expirationDate property.
        Parameters:
        value - allowed object is String
      • getEffectiveDate

        public java.lang.String getEffectiveDate()
        Gets the value of the effectiveDate property.
        Returns:
        possible object is String
      • setEffectiveDate

        public void setEffectiveDate​(java.lang.String value)
        Sets the value of the effectiveDate property.
        Parameters:
        value - allowed object is String
      • getSearchGroupData

        public java.util.List<SearchGroupData> getSearchGroupData()
        Gets the value of the searchGroupData 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 searchGroupData property.

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

            getSearchGroupData().add(newItem);
         

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

      • getTerritoryAvailable

        public java.util.List<TerritoryAvailable> getTerritoryAvailable()
        Gets the value of the territoryAvailable 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 territoryAvailable property.

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

            getTerritoryAvailable().add(newItem);
         

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

      • 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