Class JDFAutoLot

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

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

    • JDFAutoLot

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • 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(String value)
      (36) set attribute LotID
      Parameters:
      value - the value to set the attribute to
    • getLotID

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

      public void setConsumption(JDFAutoLot.EConsumption enumVar)
      (5) set attribute Consumption
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEConsumption

      public JDFAutoLot.EConsumption getEConsumption()
      (9) get attribute Consumption
      Returns:
      the value of the attribute
    • setConsumption

      @Deprecated public void setConsumption(JDFAutoLot.EnumConsumption enumVar)
      Deprecated.
      use SetConsumption(EConsumption) based on java.lang.enum instead
      (5) set attribute Consumption
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getConsumption

      @Deprecated public JDFAutoLot.EnumConsumption getConsumption()
      Deprecated.
      use EConsumption GetEConsumption() based on java.lang.enum instead
      (9) get attribute Consumption
      Returns:
      the value of the attribute