Class JDFAutoTrappingDetails

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFTrappingDetails

public abstract class JDFAutoTrappingDetails extends JDFResource
class JDFAutoTrappingDetails : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoTrappingDetails

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • 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
    • 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
    • refTrappingParams

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

      public JDFObjectResolution getObjectResolution()
      (24) const get element ObjectResolution
      Returns:
      JDFObjectResolution the element
    • getCreateObjectResolution

      public JDFObjectResolution getCreateObjectResolution()
      (25) getCreateObjectResolution
      Returns:
      JDFObjectResolution the element
    • 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 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
    • getTrapRegion

      public JDFTrapRegion getTrapRegion()
      (24) const get element TrapRegion
      Returns:
      JDFTrapRegion the element
    • getCreateTrapRegion

      public JDFTrapRegion getCreateTrapRegion()
      (25) getCreateTrapRegion
      Returns:
      JDFTrapRegion the element
    • 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 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