Package org.cxml

Class PunchoutDetail

java.lang.Object
org.cxml.PunchoutDetail

public class PunchoutDetail extends Object
  • Field Details

  • Constructor Details

    • PunchoutDetail

      public PunchoutDetail()
  • Method Details

    • getPunchoutLevel

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

      public void setPunchoutLevel(String value)
      Sets the value of the punchoutLevel property.
      Parameters:
      value - allowed object is String
    • getDescription

      public 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 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 String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

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

      public PriceBasisQuantity getPriceBasisQuantity()
      Gets the value of the priceBasisQuantity property.
      Returns:
      possible object is PriceBasisQuantity
    • 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 String getManufacturerPartID()
      Gets the value of the manufacturerPartID property.
      Returns:
      possible object is String
    • setManufacturerPartID

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

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

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

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

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

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

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

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