Class JDFAutoPricing

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFPricing

public abstract class JDFAutoPricing extends JDFElement
class JDFAutoPricing : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoPricing

      protected JDFAutoPricing(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoPricing
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoPricing

      protected JDFAutoPricing(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoPricing
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoPricing

      protected JDFAutoPricing(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoPricing
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setAdditionalPrice

      public void setAdditionalPrice(double value)
      (36) set attribute AdditionalPrice
      Parameters:
      value - the value to set the attribute to
    • getAdditionalPrice

      public double getAdditionalPrice()
      (17) get double attribute AdditionalPrice
      Returns:
      double the value of the attribute
    • setCurrency

      public void setCurrency(String value)
      (36) set attribute Currency
      Parameters:
      value - the value to set the attribute to
    • getCurrency

      public String getCurrency()
      (23) get String attribute Currency
      Returns:
      the value of the attribute
    • setHasPrice

      public void setHasPrice(boolean value)
      (36) set attribute HasPrice
      Parameters:
      value - the value to set the attribute to
    • getHasPrice

      public boolean getHasPrice()
      (18) get boolean attribute HasPrice
      Returns:
      boolean the value of the attribute
    • setItem

      public void setItem(String value)
      (36) set attribute Item
      Parameters:
      value - the value to set the attribute to
    • getItem

      public String getItem()
      (23) get String attribute Item
      Returns:
      the value of the attribute
    • setPrice

      public void setPrice(double value)
      (36) set attribute Price
      Parameters:
      value - the value to set the attribute to
    • getPrice

      public double getPrice()
      (17) get double attribute Price
      Returns:
      double the value of the attribute
    • getPayment

      public JDFPayment getPayment()
      (24) const get element Payment
      Returns:
      JDFPayment the element
    • getCreatePayment

      public JDFPayment getCreatePayment()
      (25) getCreatePayment
      Returns:
      JDFPayment the element
    • getCreatePayment

      public JDFPayment getCreatePayment(int iSkip)
      (26) getCreatePayment
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPayment the element
    • getPayment

      public JDFPayment getPayment(int iSkip)
      (27) const get element Payment
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPayment the element default is getPayment(0)
    • getAllPayment

      public Collection<JDFPayment> getAllPayment()
      Get all Payment from the current element
      Returns:
      Collection, null if none are available
    • appendPayment

      public JDFPayment appendPayment()
      (30) append element Payment
      Returns:
      JDFPayment the element
    • getPricing

      public JDFPricing getPricing()
      (24) const get element Pricing
      Returns:
      JDFPricing the element
    • getCreatePricing

      public JDFPricing getCreatePricing()
      (25) getCreatePricing
      Returns:
      JDFPricing the element
    • getCreatePricing

      public JDFPricing getCreatePricing(int iSkip)
      (26) getCreatePricing
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPricing the element
    • getPricing

      public JDFPricing getPricing(int iSkip)
      (27) const get element Pricing
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPricing the element default is getPricing(0)
    • getAllPricing

      public Collection<JDFPricing> getAllPricing()
      Get all Pricing from the current element
      Returns:
      Collection, null if none are available
    • appendPricing

      public JDFPricing appendPricing()
      (30) append element Pricing
      Returns:
      JDFPricing the element