Class JDFAutoStrippingParams

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

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

      • JDFAutoStrippingParams

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

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

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

      • setAssemblyID

        public void setAssemblyID​(java.lang.String value)
        (36) set attribute AssemblyID
        Parameters:
        value - the value to set the attribute to
      • getAssemblyID

        public java.lang.String getAssemblyID()
        (23) get String attribute AssemblyID
        Returns:
        the value of the attribute
      • setAssemblyIDs

        public void setAssemblyIDs​(VString value)
        (36) set attribute AssemblyIDs
        Parameters:
        value - the value to set the attribute to
      • getAssemblyIDs

        public VString getAssemblyIDs()
        (21) get VString attribute AssemblyIDs
        Returns:
        VString the value of the attribute
      • setAutomated

        public void setAutomated​(boolean value)
        (36) set attribute Automated
        Parameters:
        value - the value to set the attribute to
      • getAutomated

        public boolean getAutomated()
        (18) get boolean attribute Automated
        Returns:
        boolean the value of the attribute
      • setGangElementID

        public void setGangElementID​(java.lang.String value)
        (36) set attribute GangElementID
        Parameters:
        value - the value to set the attribute to
      • getGangElementID

        public java.lang.String getGangElementID()
        (23) get String attribute GangElementID
        Returns:
        the value of the attribute
      • setInnermostShingling

        public void setInnermostShingling​(double value)
        (36) set attribute InnermostShingling
        Parameters:
        value - the value to set the attribute to
      • getInnermostShingling

        public double getInnermostShingling()
        (17) get double attribute InnermostShingling
        Returns:
        double the value of the attribute
      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setOutermostShingling

        public void setOutermostShingling​(double value)
        (36) set attribute OutermostShingling
        Parameters:
        value - the value to set the attribute to
      • getOutermostShingling

        public double getOutermostShingling()
        (17) get double attribute OutermostShingling
        Returns:
        double the value of the attribute
      • setSectionList

        public void setSectionList​(JDFIntegerList value)
        (36) set attribute SectionList
        Parameters:
        value - the value to set the attribute to
      • getSectionList

        public JDFIntegerList getSectionList()
        (20) get JDFIntegerList attribute SectionList
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setSheetNameFormat

        public void setSheetNameFormat​(java.lang.String value)
        (36) set attribute SheetNameFormat
        Parameters:
        value - the value to set the attribute to
      • getSheetNameFormat

        public java.lang.String getSheetNameFormat()
        (23) get String attribute SheetNameFormat
        Returns:
        the value of the attribute
      • setSheetNameTemplate

        public void setSheetNameTemplate​(java.lang.String value)
        (36) set attribute SheetNameTemplate
        Parameters:
        value - the value to set the attribute to
      • getSheetNameTemplate

        public java.lang.String getSheetNameTemplate()
        (23) get String attribute SheetNameTemplate
        Returns:
        the value of the attribute
      • setStackDepth

        public void setStackDepth​(int value)
        (36) set attribute StackDepth
        Parameters:
        value - the value to set the attribute to
      • getStackDepth

        public int getStackDepth()
        (15) get int attribute StackDepth
        Returns:
        int the value of the attribute
      • getBinderySignature

        public JDFBinderySignature getBinderySignature()
        (24) const get element BinderySignature
        Returns:
        JDFBinderySignature the element
      • getCreateBinderySignature

        public JDFBinderySignature getCreateBinderySignature()
        (25) getCreateBinderySignature
        Returns:
        JDFBinderySignature the element
      • appendBinderySignature

        public JDFBinderySignature appendBinderySignature()
        (29) append element BinderySignature
        Returns:
        JDFBinderySignature the element @ if the element already exists
      • refBinderySignature

        public void refBinderySignature​(JDFBinderySignature refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getDevice

        public JDFDevice getDevice()
        (24) const get element Device
        Returns:
        JDFDevice the element
      • getCreateDevice

        public JDFDevice getCreateDevice()
        (25) getCreateDevice
        Returns:
        JDFDevice the element
      • getCreateDevice

        public JDFDevice getCreateDevice​(int iSkip)
        (26) getCreateDevice
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevice the element
      • getDevice

        public JDFDevice getDevice​(int iSkip)
        (27) const get element Device
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevice the element default is getDevice(0)
      • getAllDevice

        public java.util.Collection<JDFDevice> getAllDevice()
        Get all Device from the current element
        Returns:
        Collection, null if none are available
      • appendDevice

        public JDFDevice appendDevice()
        (30) append element Device
        Returns:
        JDFDevice the element
      • refDevice

        public void refDevice​(JDFDevice refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getExternalImpositionTemplate

        public JDFExternalImpositionTemplate getExternalImpositionTemplate()
        (24) const get element ExternalImpositionTemplate
        Returns:
        JDFExternalImpositionTemplate the element
      • getCreateExternalImpositionTemplate

        public JDFExternalImpositionTemplate getCreateExternalImpositionTemplate()
        (25) getCreateExternalImpositionTemplate
        Returns:
        JDFExternalImpositionTemplate the element
      • appendExternalImpositionTemplate

        public JDFExternalImpositionTemplate appendExternalImpositionTemplate()
        (29) append element ExternalImpositionTemplate
        Returns:
        JDFExternalImpositionTemplate the element @ if the element already exists
      • refExternalImpositionTemplate

        public void refExternalImpositionTemplate​(JDFExternalImpositionTemplate refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getFitPolicy

        public JDFFitPolicy getFitPolicy()
        (24) const get element FitPolicy
        Returns:
        JDFFitPolicy the element
      • getCreateFitPolicy

        public JDFFitPolicy getCreateFitPolicy()
        (25) getCreateFitPolicy
        Returns:
        JDFFitPolicy the element
      • getCreateFitPolicy

        public JDFFitPolicy getCreateFitPolicy​(int iSkip)
        (26) getCreateFitPolicy
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFitPolicy the element
      • getFitPolicy

        public JDFFitPolicy getFitPolicy​(int iSkip)
        (27) const get element FitPolicy
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFitPolicy the element default is getFitPolicy(0)
      • getAllFitPolicy

        public java.util.Collection<JDFFitPolicy> getAllFitPolicy()
        Get all FitPolicy from the current element
        Returns:
        Collection, null if none are available
      • appendFitPolicy

        public JDFFitPolicy appendFitPolicy()
        (30) append element FitPolicy
        Returns:
        JDFFitPolicy the element
      • 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
      • getPosition

        public JDFPosition getPosition()
        (24) const get element Position
        Returns:
        JDFPosition the element
      • getCreatePosition

        public JDFPosition getCreatePosition()
        (25) getCreatePosition
        Returns:
        JDFPosition the element
      • getCreatePosition

        public JDFPosition getCreatePosition​(int iSkip)
        (26) getCreatePosition
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPosition the element
      • getPosition

        public JDFPosition getPosition​(int iSkip)
        (27) const get element Position
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPosition the element default is getPosition(0)
      • getAllPosition

        public java.util.Collection<JDFPosition> getAllPosition()
        Get all Position from the current element
        Returns:
        Collection, null if none are available
      • appendPosition

        public JDFPosition appendPosition()
        (30) append element Position
        Returns:
        JDFPosition the element
      • getStripCellParams

        public JDFStripCellParams getStripCellParams()
        (24) const get element StripCellParams
        Returns:
        JDFStripCellParams the element
      • getCreateStripCellParams

        public JDFStripCellParams getCreateStripCellParams()
        (25) getCreateStripCellParams
        Returns:
        JDFStripCellParams the element
      • appendStripCellParams

        public JDFStripCellParams appendStripCellParams()
        (29) append element StripCellParams
        Returns:
        JDFStripCellParams the element @ if the element already exists
      • getStripMark

        public JDFStripMark getStripMark()
        (24) const get element StripMark
        Returns:
        JDFStripMark the element
      • getCreateStripMark

        public JDFStripMark getCreateStripMark()
        (25) getCreateStripMark
        Returns:
        JDFStripMark the element
      • getCreateStripMark

        public JDFStripMark getCreateStripMark​(int iSkip)
        (26) getCreateStripMark
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStripMark the element
      • getStripMark

        public JDFStripMark getStripMark​(int iSkip)
        (27) const get element StripMark
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFStripMark the element default is getStripMark(0)
      • getAllStripMark

        public java.util.Collection<JDFStripMark> getAllStripMark()
        Get all StripMark from the current element
        Returns:
        Collection, null if none are available
      • appendStripMark

        public JDFStripMark appendStripMark()
        (30) append element StripMark
        Returns:
        JDFStripMark the element