Class JDFAutoDeliveryParams

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

    public abstract class JDFAutoDeliveryParams
    extends JDFResource
    class JDFAutoDeliveryParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDeliveryParams

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

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

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

      • setDeliveryID

        public void setDeliveryID​(java.lang.String value)
        (36) set attribute DeliveryID
        Parameters:
        value - the value to set the attribute to
      • getDeliveryID

        public java.lang.String getDeliveryID()
        (23) get String attribute DeliveryID
        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
      • setEarliestDuration

        public void setEarliestDuration​(JDFDuration value)
        (36) set attribute EarliestDuration
        Parameters:
        value - the value to set the attribute to
      • getEarliestDuration

        public JDFDuration getEarliestDuration()
        (20) get JDFDuration attribute EarliestDuration
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • 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
      • setRequiredDuration

        public void setRequiredDuration​(JDFDuration value)
        (36) set attribute RequiredDuration
        Parameters:
        value - the value to set the attribute to
      • getRequiredDuration

        public JDFDuration getRequiredDuration()
        (20) get JDFDuration attribute RequiredDuration
        Returns:
        JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
      • 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
      • setTransfer

        public void setTransfer​(JDFAutoDeliveryParams.EnumTransfer enumVar)
        (5) set attribute Transfer
        Parameters:
        enumVar - the enumVar to set the attribute to
      • 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
      • 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
      • refContact

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

        public JDFDrop getDrop()
        (24) const get element Drop
        Returns:
        JDFDrop the element
      • getCreateDrop

        public JDFDrop getCreateDrop()
        (25) getCreateDrop
        Returns:
        JDFDrop the element
      • getCreateDrop

        public JDFDrop getCreateDrop​(int iSkip)
        (26) getCreateDrop
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDrop the element
      • getDrop

        public JDFDrop getDrop​(int iSkip)
        (27) const get element Drop
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDrop the element default is getDrop(0)
      • getAllDrop

        public java.util.Collection<JDFDrop> getAllDrop()
        Get all Drop from the current element
        Returns:
        Collection, null if none are available
      • appendDrop

        public JDFDrop appendDrop()
        (30) append element Drop
        Returns:
        JDFDrop the element
      • getFileSpec

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

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

        public JDFFileSpec getCreateFileSpec​(int iSkip)
        (26) getCreateFileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec​(int iSkip)
        (27) const get element FileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getAllFileSpec

        public java.util.Collection<JDFFileSpec> getAllFileSpec()
        Get all FileSpec from the current element
        Returns:
        Collection, null if none are available
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (30) 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