Class JDFAutoDrop

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

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

      • JDFAutoDrop

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

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

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

      • setDropID

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

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

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

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

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

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

        public void setTransfer​(JDFAutoDrop.EnumTransfer enumVar)
        (5) set attribute Transfer
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getTransfer

        public JDFAutoDrop.EnumTransfer getTransfer()
        (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 @ if the element already exists
      • 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 java.util.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 @ if the element already exists
      • 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 java.util.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