Class JDFAutoCutMark

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

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

      • JDFAutoCutMark

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

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

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

      • setMarkType

        public void setMarkType​(JDFAutoCutMark.EnumMarkType enumVar)
        (5) set attribute MarkType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setPosition

        public void setPosition​(JDFXYPair value)
        (36) set attribute Position
        Parameters:
        value - the value to set the attribute to
      • getPosition

        public JDFXYPair getPosition()
        (20) get JDFXYPair attribute Position
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setBlocks

        public void setBlocks​(VString value)
        (36) set attribute Blocks
        Parameters:
        value - the value to set the attribute to
      • getBlocks

        public VString getBlocks()
        (21) get VString attribute Blocks
        Returns:
        VString the value of the attribute
      • getAssembly

        public JDFAssembly getAssembly()
        (24) const get element Assembly
        Returns:
        JDFAssembly the element
      • getCreateAssembly

        public JDFAssembly getCreateAssembly()
        (25) getCreateAssembly
        Returns:
        JDFAssembly the element
      • getCreateAssembly

        public JDFAssembly getCreateAssembly​(int iSkip)
        (26) getCreateAssembly
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssembly the element
      • getAssembly

        public JDFAssembly getAssembly​(int iSkip)
        (27) const get element Assembly
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssembly the element default is getAssembly(0)
      • getAllAssembly

        public java.util.Collection<JDFAssembly> getAllAssembly()
        Get all Assembly from the current element
        Returns:
        Collection, null if none are available
      • appendAssembly

        public JDFAssembly appendAssembly()
        (30) append element Assembly
        Returns:
        JDFAssembly the element
      • refAssembly

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