Class QuoteItemIn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Alternativeprotected Commentsprotected Stringprotected ItemDetailprotected ItemIDprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<ReferenceDocumentInfo>protected Stringprotected Stringprotected Shippingprotected ShipToprotected SpendDetailprotected SupplierProductionFacilityRelationsprotected Taxprotected TermsOfDeliveryprotected Totalprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alternative property.Gets the value of the comments property.Gets the value of the contact property.Gets the value of the extrinsic property.Gets the value of the itemClassification property.Gets the value of the itemDetail property.Gets the value of the itemID property.Gets the value of the itemType property.Gets the value of the lineNumber property.Gets the value of the parentLineNumber property.Gets the value of the quantity property.getRank()Gets the value of the rank property.Gets the value of the referenceDocumentInfo property.Gets the value of the requestedDeliveryDate property.Gets the value of the serviceLineType property.Gets the value of the shipping property.Gets the value of the shipTo property.Gets the value of the spendDetail property.Gets the value of the supplierProductionFacilityRelations property.getTax()Gets the value of the tax property.Gets the value of the termsOfDelivery property.getTotal()Gets the value of the total property.getType()Gets the value of the type property.voidsetAlternative(Alternative value) Sets the value of the alternative property.voidsetComments(Comments value) Sets the value of the comments property.voidsetItemClassification(String value) Sets the value of the itemClassification property.voidsetItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidSets the value of the itemID property.voidsetItemType(String value) Sets the value of the itemType property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidsetParentLineNumber(String value) Sets the value of the parentLineNumber property.voidsetQuantity(String value) Sets the value of the quantity property.voidSets the value of the rank property.voidsetRequestedDeliveryDate(String value) Sets the value of the requestedDeliveryDate property.voidsetServiceLineType(String value) Sets the value of the serviceLineType property.voidsetShipping(Shipping value) Sets the value of the shipping property.voidSets the value of the shipTo property.voidsetSpendDetail(SpendDetail value) Sets the value of the spendDetail property.voidSets the value of the supplierProductionFacilityRelations property.voidSets the value of the tax property.voidSets the value of the termsOfDelivery property.voidSets the value of the total property.voidSets the value of the type property.
-
Field Details
-
type
-
quantity
-
lineNumber
-
parentLineNumber
-
requestedDeliveryDate
-
rank
-
itemClassification
-
itemType
-
serviceLineType
-
itemID
-
itemDetail
-
shipTo
-
shipping
-
tax
-
spendDetail
-
total
-
termsOfDelivery
-
referenceDocumentInfo
-
contact
-
comments
-
alternative
-
supplierProductionFacilityRelations
-
extrinsic
-
-
Constructor Details
-
QuoteItemIn
public QuoteItemIn()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getParentLineNumber
Gets the value of the parentLineNumber property.- Returns:
- possible object is
String
-
setParentLineNumber
Sets the value of the parentLineNumber property.- Parameters:
value- allowed object isString
-
getRequestedDeliveryDate
Gets the value of the requestedDeliveryDate property.- Returns:
- possible object is
String
-
setRequestedDeliveryDate
Sets the value of the requestedDeliveryDate property.- Parameters:
value- allowed object isString
-
getRank
Gets the value of the rank property.- Returns:
- possible object is
String
-
setRank
Sets the value of the rank property.- Parameters:
value- allowed object isString
-
getItemClassification
Gets the value of the itemClassification property.- Returns:
- possible object is
String
-
setItemClassification
Sets the value of the itemClassification property.- Parameters:
value- allowed object isString
-
getItemType
Gets the value of the itemType property.- Returns:
- possible object is
String
-
setItemType
Sets the value of the itemType property.- Parameters:
value- allowed object isString
-
getServiceLineType
Gets the value of the serviceLineType property.- Returns:
- possible object is
String
-
setServiceLineType
Sets the value of the serviceLineType property.- Parameters:
value- allowed object isString
-
getItemID
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getItemDetail
Gets the value of the itemDetail property.- Returns:
- possible object is
ItemDetail
-
setItemDetail
Sets the value of the itemDetail property.- Parameters:
value- allowed object isItemDetail
-
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getShipping
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
Tax
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getSpendDetail
Gets the value of the spendDetail property.- Returns:
- possible object is
SpendDetail
-
setSpendDetail
Sets the value of the spendDetail property.- Parameters:
value- allowed object isSpendDetail
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getTermsOfDelivery
Gets the value of the termsOfDelivery property.- Returns:
- possible object is
TermsOfDelivery
-
setTermsOfDelivery
Sets the value of the termsOfDelivery property.- Parameters:
value- allowed object isTermsOfDelivery
-
getReferenceDocumentInfo
Gets the value of the referenceDocumentInfo 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 referenceDocumentInfo property.For example, to add a new item, do as follows:
getReferenceDocumentInfo().add(newItem);Objects of the following type(s) are allowed in the list
ReferenceDocumentInfo -
getContact
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getAlternative
Gets the value of the alternative property.- Returns:
- possible object is
Alternative
-
setAlternative
Sets the value of the alternative property.- Parameters:
value- allowed object isAlternative
-
getSupplierProductionFacilityRelations
Gets the value of the supplierProductionFacilityRelations property.- Returns:
- possible object is
SupplierProductionFacilityRelations
-
setSupplierProductionFacilityRelations
Sets the value of the supplierProductionFacilityRelations property.- Parameters:
value- allowed object isSupplierProductionFacilityRelations
-
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
-