Class JDFAutoLot

  • 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:
    JDFLot

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

      • JDFAutoLot

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

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

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

      • setActualAmount

        public void setActualAmount​(double value)
        (36) set attribute ActualAmount
        Parameters:
        value - the value to set the attribute to
      • getActualAmount

        public double getActualAmount()
        (17) get double attribute ActualAmount
        Returns:
        double the value of the attribute
      • setAmount

        public void setAmount​(double value)
        (36) set attribute Amount
        Parameters:
        value - the value to set the attribute to
      • getAmount

        public double getAmount()
        (17) get double attribute Amount
        Returns:
        double the value of the attribute
      • setLotID

        public void setLotID​(java.lang.String value)
        (36) set attribute LotID
        Parameters:
        value - the value to set the attribute to
      • getLotID

        public java.lang.String getLotID()
        (23) get String attribute LotID
        Returns:
        the value of the attribute
      • setConsumption

        public void setConsumption​(JDFAutoLot.EnumConsumption enumVar)
        (5) set attribute Consumption
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getConsumption

        public JDFAutoLot.EnumConsumption getConsumption()
        (9) get attribute Consumption
        Returns:
        the value of the attribute