Package org.cxml

Class QuoteItemOut

java.lang.Object
org.cxml.QuoteItemOut

public class QuoteItemOut extends Object
  • Field Details

    • quantity

      protected String quantity
    • lineNumber

      protected String lineNumber
    • parentLineNumber

      protected String parentLineNumber
    • requestedDeliveryDate

      protected String requestedDeliveryDate
    • itemClassification

      protected String itemClassification
    • itemType

      protected String itemType
    • serviceLineType

      protected String serviceLineType
    • itemID

      protected ItemID itemID
    • itemDetail

      protected ItemDetail itemDetail
    • shipTo

      protected ShipTo shipTo
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • spendDetail

      protected SpendDetail spendDetail
    • total

      protected Total total
    • termsOfDelivery

      protected TermsOfDelivery termsOfDelivery
    • referenceDocumentInfo

      protected ReferenceDocumentInfo referenceDocumentInfo
    • contact

      protected List<Contact> contact
    • comments

      protected Comments comments
    • alternative

      protected Alternative alternative
    • supplierSelector

      protected SupplierSelector supplierSelector
  • Constructor Details

    • QuoteItemOut

      public QuoteItemOut()
  • Method Details

    • getQuantity

      public String getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is String
    • setQuantity

      public void setQuantity(String value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is String
    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • getParentLineNumber

      public String getParentLineNumber()
      Gets the value of the parentLineNumber property.
      Returns:
      possible object is String
    • setParentLineNumber

      public void setParentLineNumber(String value)
      Sets the value of the parentLineNumber property.
      Parameters:
      value - allowed object is String
    • getRequestedDeliveryDate

      public String getRequestedDeliveryDate()
      Gets the value of the requestedDeliveryDate property.
      Returns:
      possible object is String
    • setRequestedDeliveryDate

      public void setRequestedDeliveryDate(String value)
      Sets the value of the requestedDeliveryDate property.
      Parameters:
      value - allowed object is String
    • getItemClassification

      public String getItemClassification()
      Gets the value of the itemClassification property.
      Returns:
      possible object is String
    • setItemClassification

      public void setItemClassification(String value)
      Sets the value of the itemClassification property.
      Parameters:
      value - allowed object is String
    • getItemType

      public String getItemType()
      Gets the value of the itemType property.
      Returns:
      possible object is String
    • setItemType

      public void setItemType(String value)
      Sets the value of the itemType property.
      Parameters:
      value - allowed object is String
    • getServiceLineType

      public String getServiceLineType()
      Gets the value of the serviceLineType property.
      Returns:
      possible object is String
    • setServiceLineType

      public void setServiceLineType(String value)
      Sets the value of the serviceLineType property.
      Parameters:
      value - allowed object is String
    • getItemID

      public ItemID getItemID()
      Gets the value of the itemID property.
      Returns:
      possible object is ItemID
    • setItemID

      public void setItemID(ItemID value)
      Sets the value of the itemID property.
      Parameters:
      value - allowed object is ItemID
    • getItemDetail

      public ItemDetail getItemDetail()
      Gets the value of the itemDetail property.
      Returns:
      possible object is ItemDetail
    • setItemDetail

      public void setItemDetail(ItemDetail value)
      Sets the value of the itemDetail property.
      Parameters:
      value - allowed object is ItemDetail
    • getShipTo

      public ShipTo getShipTo()
      Gets the value of the shipTo property.
      Returns:
      possible object is ShipTo
    • setShipTo

      public void setShipTo(ShipTo value)
      Sets the value of the shipTo property.
      Parameters:
      value - allowed object is ShipTo
    • getShipping

      public Shipping getShipping()
      Gets the value of the shipping property.
      Returns:
      possible object is Shipping
    • setShipping

      public void setShipping(Shipping value)
      Sets the value of the shipping property.
      Parameters:
      value - allowed object is Shipping
    • getTax

      public Tax getTax()
      Gets the value of the tax property.
      Returns:
      possible object is Tax
    • setTax

      public void setTax(Tax value)
      Sets the value of the tax property.
      Parameters:
      value - allowed object is Tax
    • getSpendDetail

      public SpendDetail getSpendDetail()
      Gets the value of the spendDetail property.
      Returns:
      possible object is SpendDetail
    • setSpendDetail

      public void setSpendDetail(SpendDetail value)
      Sets the value of the spendDetail property.
      Parameters:
      value - allowed object is SpendDetail
    • getTotal

      public Total getTotal()
      Gets the value of the total property.
      Returns:
      possible object is Total
    • setTotal

      public void setTotal(Total value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is Total
    • getTermsOfDelivery

      public TermsOfDelivery getTermsOfDelivery()
      Gets the value of the termsOfDelivery property.
      Returns:
      possible object is TermsOfDelivery
    • setTermsOfDelivery

      public void setTermsOfDelivery(TermsOfDelivery value)
      Sets the value of the termsOfDelivery property.
      Parameters:
      value - allowed object is TermsOfDelivery
    • getReferenceDocumentInfo

      public ReferenceDocumentInfo getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo property.
      Returns:
      possible object is ReferenceDocumentInfo
    • setReferenceDocumentInfo

      public void setReferenceDocumentInfo(ReferenceDocumentInfo value)
      Sets the value of the referenceDocumentInfo property.
      Parameters:
      value - allowed object is ReferenceDocumentInfo
    • getContact

      public List<Contact> 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 set method 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

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • getAlternative

      public Alternative getAlternative()
      Gets the value of the alternative property.
      Returns:
      possible object is Alternative
    • setAlternative

      public void setAlternative(Alternative value)
      Sets the value of the alternative property.
      Parameters:
      value - allowed object is Alternative
    • getSupplierSelector

      public SupplierSelector getSupplierSelector()
      Gets the value of the supplierSelector property.
      Returns:
      possible object is SupplierSelector
    • setSupplierSelector

      public void setSupplierSelector(SupplierSelector value)
      Sets the value of the supplierSelector property.
      Parameters:
      value - allowed object is SupplierSelector