Class JDFAutoDropItem

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

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

      • JDFAutoDropItem

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

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

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

      • setActualAmount

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

        public int getActualAmount()
        (15) get int attribute ActualAmount
        Returns:
        int the value of the attribute
      • setActualTotalAmount

        public void setActualTotalAmount​(int value)
        (36) set attribute ActualTotalAmount
        Parameters:
        value - the value to set the attribute to
      • getActualTotalAmount

        public int getActualTotalAmount()
        (15) get int attribute ActualTotalAmount
        Returns:
        int the value of the attribute
      • setAmount

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

        public int getAmount()
        (15) get int attribute Amount
        Returns:
        int the value of the attribute
      • setTotalAmount

        public void setTotalAmount​(int value)
        (36) set attribute TotalAmount
        Parameters:
        value - the value to set the attribute to
      • getTotalAmount

        public int getTotalAmount()
        (15) get int attribute TotalAmount
        Returns:
        int the value of the attribute
      • setTotalDimensions

        public void setTotalDimensions​(JDFShape value)
        (36) set attribute TotalDimensions
        Parameters:
        value - the value to set the attribute to
      • getTotalDimensions

        public JDFShape getTotalDimensions()
        (20) get JDFShape attribute TotalDimensions
        Returns:
        JDFShape the value of the attribute, null if a the attribute value is not a valid to create a JDFShape
      • setTotalVolume

        public void setTotalVolume​(double value)
        (36) set attribute TotalVolume
        Parameters:
        value - the value to set the attribute to
      • getTotalVolume

        public double getTotalVolume()
        (17) get double attribute TotalVolume
        Returns:
        double the value of the attribute
      • setTotalWeight

        public void setTotalWeight​(double value)
        (36) set attribute TotalWeight
        Parameters:
        value - the value to set the attribute to
      • getTotalWeight

        public double getTotalWeight()
        (17) get double attribute TotalWeight
        Returns:
        double 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
      • setUnit

        public void setUnit​(java.lang.String value)
        (36) set attribute Unit
        Parameters:
        value - the value to set the attribute to
      • getUnit

        public java.lang.String getUnit()
        (23) get String attribute Unit
        Returns:
        the value of the attribute
      • getComponent

        public JDFComponent getComponent()
        (24) const get element Component
        Returns:
        JDFComponent the element
      • getCreateComponent

        public JDFComponent getCreateComponent()
        (25) getCreateComponent
        Returns:
        JDFComponent the element
      • getCreateComponent

        public JDFComponent getCreateComponent​(int iSkip)
        (26) getCreateComponent
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComponent the element
      • getComponent

        public JDFComponent getComponent​(int iSkip)
        (27) const get element Component
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComponent the element default is getComponent(0)
      • getAllComponent

        public java.util.Collection<JDFComponent> getAllComponent()
        Get all Component from the current element
        Returns:
        Collection, null if none are available
      • appendComponent

        public JDFComponent appendComponent()
        (30) append element Component
        Returns:
        JDFComponent the element
      • refComponent

        public void refComponent​(JDFComponent refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getExposedMedia

        public JDFExposedMedia getExposedMedia()
        (24) const get element ExposedMedia
        Returns:
        JDFExposedMedia the element
      • getCreateExposedMedia

        public JDFExposedMedia getCreateExposedMedia()
        (25) getCreateExposedMedia
        Returns:
        JDFExposedMedia the element
      • getCreateExposedMedia

        public JDFExposedMedia getCreateExposedMedia​(int iSkip)
        (26) getCreateExposedMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFExposedMedia the element
      • getExposedMedia

        public JDFExposedMedia getExposedMedia​(int iSkip)
        (27) const get element ExposedMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFExposedMedia the element default is getExposedMedia(0)
      • getAllExposedMedia

        public java.util.Collection<JDFExposedMedia> getAllExposedMedia()
        Get all ExposedMedia from the current element
        Returns:
        Collection, null if none are available
      • appendExposedMedia

        public JDFExposedMedia appendExposedMedia()
        (30) append element ExposedMedia
        Returns:
        JDFExposedMedia the element
      • refExposedMedia

        public void refExposedMedia​(JDFExposedMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getInk

        public JDFInk getInk()
        (24) const get element Ink
        Returns:
        JDFInk the element
      • getCreateInk

        public JDFInk getCreateInk()
        (25) getCreateInk
        Returns:
        JDFInk the element
      • getCreateInk

        public JDFInk getCreateInk​(int iSkip)
        (26) getCreateInk
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFInk the element
      • getInk

        public JDFInk getInk​(int iSkip)
        (27) const get element Ink
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFInk the element default is getInk(0)
      • getAllInk

        public java.util.Collection<JDFInk> getAllInk()
        Get all Ink from the current element
        Returns:
        Collection, null if none are available
      • appendInk

        public JDFInk appendInk()
        (30) append element Ink
        Returns:
        JDFInk the element
      • refInk

        public void refInk​(JDFInk refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getMedia

        public JDFMedia getMedia()
        (24) const get element Media
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia()
        (25) getCreateMedia
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia​(int iSkip)
        (26) getCreateMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element
      • getMedia

        public JDFMedia getMedia​(int iSkip)
        (27) const get element Media
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element default is getMedia(0)
      • getAllMedia

        public java.util.Collection<JDFMedia> getAllMedia()
        Get all Media from the current element
        Returns:
        Collection, null if none are available
      • appendMedia

        public JDFMedia appendMedia()
        (30) append element Media
        Returns:
        JDFMedia the element
      • refMedia

        public void refMedia​(JDFMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPallet

        public JDFPallet getPallet()
        (24) const get element Pallet
        Returns:
        JDFPallet the element
      • getCreatePallet

        public JDFPallet getCreatePallet()
        (25) getCreatePallet
        Returns:
        JDFPallet the element
      • getCreatePallet

        public JDFPallet getCreatePallet​(int iSkip)
        (26) getCreatePallet
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPallet the element
      • getPallet

        public JDFPallet getPallet​(int iSkip)
        (27) const get element Pallet
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPallet the element default is getPallet(0)
      • getAllPallet

        public java.util.Collection<JDFPallet> getAllPallet()
        Get all Pallet from the current element
        Returns:
        Collection, null if none are available
      • appendPallet

        public JDFPallet appendPallet()
        (30) append element Pallet
        Returns:
        JDFPallet the element
      • refPallet

        public void refPallet​(JDFPallet refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getRegisterRibbon

        public JDFRegisterRibbon getRegisterRibbon()
        (24) const get element RegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • getCreateRegisterRibbon

        public JDFRegisterRibbon getCreateRegisterRibbon()
        (25) getCreateRegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • getCreateRegisterRibbon

        public JDFRegisterRibbon getCreateRegisterRibbon​(int iSkip)
        (26) getCreateRegisterRibbon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegisterRibbon the element
      • getRegisterRibbon

        public JDFRegisterRibbon getRegisterRibbon​(int iSkip)
        (27) const get element RegisterRibbon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegisterRibbon the element default is getRegisterRibbon(0)
      • getAllRegisterRibbon

        public java.util.Collection<JDFRegisterRibbon> getAllRegisterRibbon()
        Get all RegisterRibbon from the current element
        Returns:
        Collection, null if none are available
      • appendRegisterRibbon

        public JDFRegisterRibbon appendRegisterRibbon()
        (30) append element RegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • refRegisterRibbon

        public void refRegisterRibbon​(JDFRegisterRibbon refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getStrap

        public JDFStrap getStrap()
        (24) const get element Strap
        Returns:
        JDFStrap the element
      • getCreateStrap

        public JDFStrap getCreateStrap()
        (25) getCreateStrap
        Returns:
        JDFStrap the element
      • getCreateStrap

        public JDFStrap getCreateStrap​(int iSkip)
        (26) getCreateStrap
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStrap the element
      • getStrap

        public JDFStrap getStrap​(int iSkip)
        (27) const get element Strap
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStrap the element default is getStrap(0)
      • getAllStrap

        public java.util.Collection<JDFStrap> getAllStrap()
        Get all Strap from the current element
        Returns:
        Collection, null if none are available
      • appendStrap

        public JDFStrap appendStrap()
        (30) append element Strap
        Returns:
        JDFStrap the element
      • refStrap

        public void refStrap​(JDFStrap refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getBundle

        public JDFBundle getBundle()
        (24) const get element Bundle
        Returns:
        JDFBundle the element
      • getCreateBundle

        public JDFBundle getCreateBundle()
        (25) getCreateBundle
        Returns:
        JDFBundle the element
      • getCreateBundle

        public JDFBundle getCreateBundle​(int iSkip)
        (26) getCreateBundle
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBundle the element
      • getBundle

        public JDFBundle getBundle​(int iSkip)
        (27) const get element Bundle
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBundle the element default is getBundle(0)
      • getAllBundle

        public java.util.Collection<JDFBundle> getAllBundle()
        Get all Bundle from the current element
        Returns:
        Collection, null if none are available
      • appendBundle

        public JDFBundle appendBundle()
        (30) append element Bundle
        Returns:
        JDFBundle the element
      • refBundle

        public void refBundle​(JDFBundle refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getDigitalMedia

        public JDFDigitalMedia getDigitalMedia()
        (24) const get element DigitalMedia
        Returns:
        JDFDigitalMedia the element
      • getCreateDigitalMedia

        public JDFDigitalMedia getCreateDigitalMedia()
        (25) getCreateDigitalMedia
        Returns:
        JDFDigitalMedia the element
      • getCreateDigitalMedia

        public JDFDigitalMedia getCreateDigitalMedia​(int iSkip)
        (26) getCreateDigitalMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDigitalMedia the element
      • getDigitalMedia

        public JDFDigitalMedia getDigitalMedia​(int iSkip)
        (27) const get element DigitalMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDigitalMedia the element default is getDigitalMedia(0)
      • getAllDigitalMedia

        public java.util.Collection<JDFDigitalMedia> getAllDigitalMedia()
        Get all DigitalMedia from the current element
        Returns:
        Collection, null if none are available
      • appendDigitalMedia

        public JDFDigitalMedia appendDigitalMedia()
        (30) append element DigitalMedia
        Returns:
        JDFDigitalMedia the element
      • refDigitalMedia

        public void refDigitalMedia​(JDFDigitalMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getRollStand

        public JDFRollStand getRollStand()
        (24) const get element RollStand
        Returns:
        JDFRollStand the element
      • getCreateRollStand

        public JDFRollStand getCreateRollStand()
        (25) getCreateRollStand
        Returns:
        JDFRollStand the element
      • getCreateRollStand

        public JDFRollStand getCreateRollStand​(int iSkip)
        (26) getCreateRollStand
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRollStand the element
      • getRollStand

        public JDFRollStand getRollStand​(int iSkip)
        (27) const get element RollStand
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRollStand the element default is getRollStand(0)
      • getAllRollStand

        public java.util.Collection<JDFRollStand> getAllRollStand()
        Get all RollStand from the current element
        Returns:
        Collection, null if none are available
      • appendRollStand

        public JDFRollStand appendRollStand()
        (30) append element RollStand
        Returns:
        JDFRollStand the element
      • refRollStand

        public void refRollStand​(JDFRollStand refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getTool

        public JDFTool getTool()
        (24) const get element Tool
        Returns:
        JDFTool the element
      • getCreateTool

        public JDFTool getCreateTool()
        (25) getCreateTool
        Returns:
        JDFTool the element
      • getCreateTool

        public JDFTool getCreateTool​(int iSkip)
        (26) getCreateTool
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTool the element
      • getTool

        public JDFTool getTool​(int iSkip)
        (27) const get element Tool
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTool the element default is getTool(0)
      • getAllTool

        public java.util.Collection<JDFTool> getAllTool()
        Get all Tool from the current element
        Returns:
        Collection, null if none are available
      • appendTool

        public JDFTool appendTool()
        (30) append element Tool
        Returns:
        JDFTool the element
      • refTool

        public void refTool​(JDFTool refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced