Package org.cxml

Class ItemDetail

java.lang.Object
org.cxml.ItemDetail

public class ItemDetail extends Object
  • Field Details

  • Constructor Details

    • ItemDetail

      public ItemDetail()
  • Method Details

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

    • getOverallLimit

      public OverallLimit getOverallLimit()
      Gets the value of the overallLimit property.
      Returns:
      possible object is OverallLimit
    • setOverallLimit

      public void setOverallLimit(OverallLimit value)
      Sets the value of the overallLimit property.
      Parameters:
      value - allowed object is OverallLimit
    • getExpectedLimit

      public ExpectedLimit getExpectedLimit()
      Gets the value of the expectedLimit property.
      Returns:
      possible object is ExpectedLimit
    • setExpectedLimit

      public void setExpectedLimit(ExpectedLimit value)
      Sets the value of the expectedLimit property.
      Parameters:
      value - allowed object is ExpectedLimit
    • 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
    • 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

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

      public 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

    • getItemDetailIndustry

      public ItemDetailIndustry getItemDetailIndustry()
      Gets the value of the itemDetailIndustry property.
      Returns:
      possible object is ItemDetailIndustry
    • setItemDetailIndustry

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

      public List<AttachmentReference> getAttachmentReference()
      Gets the value of the attachmentReference 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 attachmentReference property.

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

          getAttachmentReference().add(newItem);
       

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

    • getPlannedAcceptanceDays

      public String getPlannedAcceptanceDays()
      Gets the value of the plannedAcceptanceDays property.
      Returns:
      possible object is String
    • setPlannedAcceptanceDays

      public void setPlannedAcceptanceDays(String value)
      Sets the value of the plannedAcceptanceDays property.
      Parameters:
      value - allowed object is String
    • 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