Class JDFAutoDrop

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

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

    • JDFAutoDrop

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

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

      protected JDFAutoDrop(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDrop
      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
    • setDropID

      public void setDropID(String value)
      (36) set attribute DropID
      Parameters:
      value - the value to set the attribute to
    • getDropID

      public String getDropID()
      (23) get String attribute DropID
      Returns:
      the value of the attribute
    • setEarliest

      public void setEarliest(JDFDate value)
      (11) set attribute Earliest
      Parameters:
      value - the value to set the attribute to or null
    • getEarliest

      public JDFDate getEarliest()
      (12) get JDFDate attribute Earliest
      Returns:
      JDFDate the value of the attribute
    • setMethod

      public void setMethod(String value)
      (36) set attribute Method
      Parameters:
      value - the value to set the attribute to
    • getMethod

      public String getMethod()
      (23) get String attribute Method
      Returns:
      the value of the attribute
    • setPickup

      public void setPickup(boolean value)
      (36) set attribute Pickup
      Parameters:
      value - the value to set the attribute to
    • getPickup

      public boolean getPickup()
      (18) get boolean attribute Pickup
      Returns:
      boolean the value of the attribute
    • setRequired

      public void setRequired(JDFDate value)
      (11) set attribute Required
      Parameters:
      value - the value to set the attribute to or null
    • getRequired

      public JDFDate getRequired()
      (12) get JDFDate attribute Required
      Returns:
      JDFDate the value of the attribute
    • setServiceLevel

      public void setServiceLevel(String value)
      (36) set attribute ServiceLevel
      Parameters:
      value - the value to set the attribute to
    • getServiceLevel

      public String getServiceLevel()
      (23) get String attribute ServiceLevel
      Returns:
      the value of the attribute
    • setTrackingID

      public void setTrackingID(String value)
      (36) set attribute TrackingID
      Parameters:
      value - the value to set the attribute to
    • getTrackingID

      public String getTrackingID()
      (23) get String attribute TrackingID
      Returns:
      the value of the attribute
    • setTransfer

      public void setTransfer(JDFAutoDeliveryParams.ETransfer enumVar)
      (5) set attribute Transfer
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getETransfer

      public JDFAutoDeliveryParams.ETransfer getETransfer()
      (9) get attribute Transfer
      Returns:
      the value of the attribute
    • setTransfer

      @Deprecated public void setTransfer(JDFAutoDeliveryParams.EnumTransfer enumVar)
      Deprecated.
      use SetTransfer(ETransfer) based on java.lang.enum instead
      (5) set attribute Transfer
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getTransfer

      Deprecated.
      use ETransfer GetETransfer() based on java.lang.enum instead
      (9) get attribute Transfer
      Returns:
      the value of the attribute
    • getCompany

      public JDFCompany getCompany()
      (24) const get element Company
      Returns:
      JDFCompany the element
    • getCreateCompany

      public JDFCompany getCreateCompany()
      (25) getCreateCompany
      Returns:
      JDFCompany the element
    • appendCompany

      public JDFCompany appendCompany()
      (29) append element Company
      Returns:
      JDFCompany the element
    • refCompany

      public void refCompany(JDFCompany refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact(int iSkip)
      (26) getCreateContact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element
    • getContact

      public JDFContact getContact(int iSkip)
      (27) const get element Contact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element default is getContact(0)
    • getAllContact

      public Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getDropItem

      public JDFDropItem getDropItem()
      (24) const get element DropItem
      Returns:
      JDFDropItem the element
    • getCreateDropItem

      public JDFDropItem getCreateDropItem()
      (25) getCreateDropItem
      Returns:
      JDFDropItem the element
    • getCreateDropItem

      public JDFDropItem getCreateDropItem(int iSkip)
      (26) getCreateDropItem
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItem the element
    • getDropItem

      public JDFDropItem getDropItem(int iSkip)
      (27) const get element DropItem
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItem the element default is getDropItem(0)
    • getAllDropItem

      public Collection<JDFDropItem> getAllDropItem()
      Get all DropItem from the current element
      Returns:
      Collection, null if none are available
    • appendDropItem

      public JDFDropItem appendDropItem()
      (30) append element DropItem
      Returns:
      JDFDropItem the element