Class JDFAutoTrappingDetails

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

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

      • JDFAutoTrappingDetails

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

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

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

      • setDefaultTrapping

        public void setDefaultTrapping​(boolean value)
        (36) set attribute DefaultTrapping
        Parameters:
        value - the value to set the attribute to
      • getDefaultTrapping

        public boolean getDefaultTrapping()
        (18) get boolean attribute DefaultTrapping
        Returns:
        boolean the value of the attribute
      • setIgnoreFileParams

        public void setIgnoreFileParams​(boolean value)
        (36) set attribute IgnoreFileParams
        Parameters:
        value - the value to set the attribute to
      • getIgnoreFileParams

        public boolean getIgnoreFileParams()
        (18) get boolean attribute IgnoreFileParams
        Returns:
        boolean the value of the attribute
      • setTrapping

        public void setTrapping​(boolean value)
        (36) set attribute Trapping
        Parameters:
        value - the value to set the attribute to
      • getTrapping

        public boolean getTrapping()
        (18) get boolean attribute Trapping
        Returns:
        boolean the value of the attribute
      • setTrappingType

        public void setTrappingType​(int value)
        (36) set attribute TrappingType
        Parameters:
        value - the value to set the attribute to
      • getTrappingType

        public int getTrappingType()
        (15) get int attribute TrappingType
        Returns:
        int the value of the attribute
      • getTrappingOrder

        public JDFTrappingOrder getTrappingOrder()
        (24) const get element TrappingOrder
        Returns:
        JDFTrappingOrder the element
      • getCreateTrappingOrder

        public JDFTrappingOrder getCreateTrappingOrder()
        (25) getCreateTrappingOrder
        Returns:
        JDFTrappingOrder the element
      • appendTrappingOrder

        public JDFTrappingOrder appendTrappingOrder()
        (29) append element TrappingOrder
        Returns:
        JDFTrappingOrder the element @ if the element already exists
      • getTrappingParams

        public JDFTrappingParams getTrappingParams()
        (24) const get element TrappingParams
        Returns:
        JDFTrappingParams the element
      • getCreateTrappingParams

        public JDFTrappingParams getCreateTrappingParams()
        (25) getCreateTrappingParams
        Returns:
        JDFTrappingParams the element
      • appendTrappingParams

        public JDFTrappingParams appendTrappingParams()
        (29) append element TrappingParams
        Returns:
        JDFTrappingParams the element @ if the element already exists
      • refTrappingParams

        public void refTrappingParams​(JDFTrappingParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateObjectResolution

        public JDFObjectResolution getCreateObjectResolution​(int iSkip)
        (26) getCreateObjectResolution
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFObjectResolution the element
      • getObjectResolution

        public JDFObjectResolution getObjectResolution​(int iSkip)
        (27) const get element ObjectResolution
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFObjectResolution the element default is getObjectResolution(0)
      • getAllObjectResolution

        public java.util.Collection<JDFObjectResolution> getAllObjectResolution()
        Get all ObjectResolution from the current element
        Returns:
        Collection, null if none are available
      • appendObjectResolution

        public JDFObjectResolution appendObjectResolution()
        (30) append element ObjectResolution
        Returns:
        JDFObjectResolution the element
      • refObjectResolution

        public void refObjectResolution​(JDFObjectResolution refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateTrapRegion

        public JDFTrapRegion getCreateTrapRegion​(int iSkip)
        (26) getCreateTrapRegion
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTrapRegion the element
      • getTrapRegion

        public JDFTrapRegion getTrapRegion​(int iSkip)
        (27) const get element TrapRegion
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTrapRegion the element default is getTrapRegion(0)
      • getAllTrapRegion

        public java.util.Collection<JDFTrapRegion> getAllTrapRegion()
        Get all TrapRegion from the current element
        Returns:
        Collection, null if none are available
      • appendTrapRegion

        public JDFTrapRegion appendTrapRegion()
        (30) append element TrapRegion
        Returns:
        JDFTrapRegion the element
      • refTrapRegion

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