Package org.cxml
Class QuoteItemOut
java.lang.Object
org.cxml.QuoteItemOut
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Alternativeprotected Commentsprotected Stringprotected ItemDetailprotected ItemIDprotected Stringprotected Stringprotected Stringprotected Stringprotected ReferenceDocumentInfoprotected Stringprotected Stringprotected Shippingprotected ShipToprotected SpendDetailprotected SupplierSelectorprotected Taxprotected TermsOfDeliveryprotected Total -
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 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.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 supplierSelector property.getTax()Gets the value of the tax property.Gets the value of the termsOfDelivery property.getTotal()Gets the value of the total 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 referenceDocumentInfo 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 supplierSelector property.voidSets the value of the tax property.voidSets the value of the termsOfDelivery property.voidSets the value of the total property.
-
Field Details
-
quantity
-
lineNumber
-
parentLineNumber
-
requestedDeliveryDate
-
itemClassification
-
itemType
-
serviceLineType
-
itemID
-
itemDetail
-
shipTo
-
shipping
-
tax
-
spendDetail
-
total
-
termsOfDelivery
-
referenceDocumentInfo
-
contact
-
comments
-
alternative
-
supplierSelector
-
-
Constructor Details
-
QuoteItemOut
public QuoteItemOut()
-
-
Method Details
-
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
-
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.- Returns:
- possible object is
ReferenceDocumentInfo
-
setReferenceDocumentInfo
Sets the value of the referenceDocumentInfo property.- Parameters:
value- allowed object isReferenceDocumentInfo
-
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
-
getSupplierSelector
Gets the value of the supplierSelector property.- Returns:
- possible object is
SupplierSelector
-
setSupplierSelector
Sets the value of the supplierSelector property.- Parameters:
value- allowed object isSupplierSelector
-