Class PunchoutDetail
- java.lang.Object
-
- org.cxml.PunchoutDetail
-
public class PunchoutDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Classification>classificationprotected java.util.List<Description>descriptionprotected java.lang.StringeffectiveDateprotected java.lang.StringexpirationDateprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringleadTimeprotected ManufacturerNamemanufacturerNameprotected java.lang.StringmanufacturerPartIDprotected PriceBasisQuantitypriceBasisQuantityprotected java.lang.StringpunchoutLevelprotected java.util.List<SearchGroupData>searchGroupDataprotected java.util.List<TerritoryAvailable>territoryAvailableprotected java.lang.StringunitOfMeasureprotected UnitPriceunitPriceprotected URLurl
-
Constructor Summary
Constructors Constructor Description PunchoutDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Classification>getClassification()Gets the value of the classification property.java.util.List<Description>getDescription()Gets the value of the description property.java.lang.StringgetEffectiveDate()Gets the value of the effectiveDate property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetLeadTime()Gets the value of the leadTime property.ManufacturerNamegetManufacturerName()Gets the value of the manufacturerName property.java.lang.StringgetManufacturerPartID()Gets the value of the manufacturerPartID property.PriceBasisQuantitygetPriceBasisQuantity()Gets the value of the priceBasisQuantity property.java.lang.StringgetPunchoutLevel()Gets the value of the punchoutLevel property.java.util.List<SearchGroupData>getSearchGroupData()Gets the value of the searchGroupData property.java.util.List<TerritoryAvailable>getTerritoryAvailable()Gets the value of the territoryAvailable property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.UnitPricegetUnitPrice()Gets the value of the unitPrice property.URLgetURL()Gets the value of the url property.voidsetEffectiveDate(java.lang.String value)Sets the value of the effectiveDate property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetLeadTime(java.lang.String value)Sets the value of the leadTime property.voidsetManufacturerName(ManufacturerName value)Sets the value of the manufacturerName property.voidsetManufacturerPartID(java.lang.String value)Sets the value of the manufacturerPartID property.voidsetPriceBasisQuantity(PriceBasisQuantity value)Sets the value of the priceBasisQuantity property.voidsetPunchoutLevel(java.lang.String value)Sets the value of the punchoutLevel property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.voidsetUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidsetURL(URL value)Sets the value of the url property.
-
-
-
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
-
unitPrice
protected UnitPrice unitPrice
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
priceBasisQuantity
protected PriceBasisQuantity priceBasisQuantity
-
manufacturerName
protected ManufacturerName manufacturerName
-
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
-
territoryAvailable
protected java.util.List<TerritoryAvailable> territoryAvailable
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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 isString
-
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
setmethod 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
-
setURL
public void setURL(URL value)
Sets the value of the url property.- Parameters:
value- allowed object isURL
-
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
setmethod 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 isUnitPrice
-
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 isString
-
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 isPriceBasisQuantity
-
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 isManufacturerName
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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
setmethod 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
setmethod 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
setmethod 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
-
-