Class PunchoutDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Classification>protected List<Description>protected Stringprotected Stringprotected Stringprotected ManufacturerNameprotected Stringprotected PriceBasisQuantityprotected Stringprotected List<SearchGroupData>protected List<TerritoryAvailable>protected Stringprotected UnitPriceprotected URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classification property.Gets the value of the description property.Gets the value of the effectiveDate property.Gets the value of the expirationDate property.Gets the value of the extrinsic property.Gets the value of the leadTime property.Gets the value of the manufacturerName property.Gets the value of the manufacturerPartID property.Gets the value of the priceBasisQuantity property.Gets the value of the punchoutLevel property.Gets the value of the searchGroupData property.Gets the value of the territoryAvailable property.Gets the value of the unitOfMeasure property.Gets the value of the unitPrice property.getURL()Gets the value of the url property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetLeadTime(String value) Sets the value of the leadTime property.voidSets the value of the manufacturerName property.voidsetManufacturerPartID(String value) Sets the value of the manufacturerPartID property.voidSets the value of the priceBasisQuantity property.voidsetPunchoutLevel(String value) Sets the value of the punchoutLevel property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.voidSets the value of the url property.
-
Field Details
-
punchoutLevel
-
description
-
url
-
classification
-
unitPrice
-
unitOfMeasure
-
priceBasisQuantity
-
manufacturerName
-
manufacturerPartID
-
leadTime
-
expirationDate
-
effectiveDate
-
searchGroupData
-
territoryAvailable
-
extrinsic
-
-
Constructor Details
-
PunchoutDetail
public PunchoutDetail()
-
-
Method Details
-
getPunchoutLevel
Gets the value of the punchoutLevel property.- Returns:
- possible object is
String
-
setPunchoutLevel
Sets the value of the punchoutLevel property.- Parameters:
value- allowed object isString
-
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 -
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-
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
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getPriceBasisQuantity
Gets the value of the priceBasisQuantity property.- Returns:
- possible object is
PriceBasisQuantity
-
setPriceBasisQuantity
Sets the value of the priceBasisQuantity property.- Parameters:
value- allowed object isPriceBasisQuantity
-
getManufacturerName
Gets the value of the manufacturerName property.- Returns:
- possible object is
ManufacturerName
-
setManufacturerName
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isManufacturerName
-
getManufacturerPartID
Gets the value of the manufacturerPartID property.- Returns:
- possible object is
String
-
setManufacturerPartID
Sets the value of the manufacturerPartID property.- Parameters:
value- allowed object isString
-
getLeadTime
Gets the value of the leadTime property.- Returns:
- possible object is
String
-
setLeadTime
Sets the value of the leadTime property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
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
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
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
-