Class JDFAutoPricing

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFPricing

    public abstract class JDFAutoPricing
    extends JDFElement
    class JDFAutoPricing : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPricing

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

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

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

      • 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​(java.lang.String value)
        (36) set attribute Currency
        Parameters:
        value - the value to set the attribute to
      • getCurrency

        public java.lang.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​(java.lang.String value)
        (36) set attribute Item
        Parameters:
        value - the value to set the attribute to
      • getItem

        public java.lang.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
      • 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 java.util.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
      • 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 java.util.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