Class JDFAutoDieLayout

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:
JDFDieLayout

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

    • JDFAutoDieLayout

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

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

      protected JDFAutoDieLayout(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDieLayout
      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
    • setCutBox

      public void setCutBox(JDFRectangle value)
      (36) set attribute CutBox
      Parameters:
      value - the value to set the attribute to
    • getCutBox

      public JDFRectangle getCutBox()
      (20) get JDFRectangle attribute CutBox
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • setDieSide

      public void setDieSide(JDFAutoDieLayout.EDieSide enumVar)
      (5) set attribute DieSide
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEDieSide

      public JDFAutoDieLayout.EDieSide getEDieSide()
      (9) get attribute DieSide
      Returns:
      the value of the attribute
    • setDieSide

      @Deprecated public void setDieSide(JDFAutoDieLayout.EnumDieSide enumVar)
      Deprecated.
      use SetDieSide(EDieSide) based on java.lang.enum instead
      (5) set attribute DieSide
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDieSide

      Deprecated.
      use EDieSide GetEDieSide() based on java.lang.enum instead
      (9) get attribute DieSide
      Returns:
      the value of the attribute
    • setMediaSide

      public void setMediaSide(JDFAutoDieLayout.EMediaSide enumVar)
      (5) set attribute MediaSide
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMediaSide

      public JDFAutoDieLayout.EMediaSide getEMediaSide()
      (9) get attribute MediaSide
      Returns:
      the value of the attribute
    • setMediaSide

      @Deprecated public void setMediaSide(JDFAutoDieLayout.EnumMediaSide enumVar)
      Deprecated.
      use SetMediaSide(EMediaSide) based on java.lang.enum instead
      (5) set attribute MediaSide
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMediaSide

      Deprecated.
      use EMediaSide GetEMediaSide() based on java.lang.enum instead
      (9) get attribute MediaSide
      Returns:
      the value of the attribute
    • setRotated

      public void setRotated(boolean value)
      (36) set attribute Rotated
      Parameters:
      value - the value to set the attribute to
    • getRotated

      public boolean getRotated()
      (18) get boolean attribute Rotated
      Returns:
      boolean the value of the attribute
    • setWaste

      public void setWaste(double value)
      (36) set attribute Waste
      Parameters:
      value - the value to set the attribute to
    • getWaste

      public double getWaste()
      (17) get double attribute Waste
      Returns:
      double the value of the attribute
    • 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 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
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec(int iSkip)
      (26) getCreateFileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element
    • getFileSpec

      public JDFFileSpec getFileSpec(int iSkip)
      (27) const get element FileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element default is getFileSpec(0)
    • getAllFileSpec

      public Collection<JDFFileSpec> getAllFileSpec()
      Get all FileSpec from the current element
      Returns:
      Collection, null if none are available
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (30) append element FileSpec
      Returns:
      JDFFileSpec the element
    • refFileSpec

      public void refFileSpec(JDFFileSpec 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
    • appendMedia

      public JDFMedia appendMedia()
      (29) 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
    • getRuleLength

      public JDFRuleLength getRuleLength()
      (24) const get element RuleLength
      Returns:
      JDFRuleLength the element
    • getCreateRuleLength

      public JDFRuleLength getCreateRuleLength()
      (25) getCreateRuleLength
      Returns:
      JDFRuleLength the element
    • getCreateRuleLength

      public JDFRuleLength getCreateRuleLength(int iSkip)
      (26) getCreateRuleLength
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRuleLength the element
    • getRuleLength

      public JDFRuleLength getRuleLength(int iSkip)
      (27) const get element RuleLength
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRuleLength the element default is getRuleLength(0)
    • getAllRuleLength

      public Collection<JDFRuleLength> getAllRuleLength()
      Get all RuleLength from the current element
      Returns:
      Collection, null if none are available
    • appendRuleLength

      public JDFRuleLength appendRuleLength()
      (30) append element RuleLength
      Returns:
      JDFRuleLength the element
    • getStation

      public JDFStation getStation()
      (24) const get element Station
      Returns:
      JDFStation the element
    • getCreateStation

      public JDFStation getCreateStation()
      (25) getCreateStation
      Returns:
      JDFStation the element
    • getCreateStation

      public JDFStation getCreateStation(int iSkip)
      (26) getCreateStation
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFStation the element
    • getStation

      public JDFStation getStation(int iSkip)
      (27) const get element Station
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFStation the element default is getStation(0)
    • getAllStation

      public Collection<JDFStation> getAllStation()
      Get all Station from the current element
      Returns:
      Collection, null if none are available
    • appendStation

      public JDFStation appendStation()
      (30) append element Station
      Returns:
      JDFStation the element
    • getCutLines

      public JDFSeparationList getCutLines()
      (24) const get element CutLines
      Returns:
      JDFSeparationList the element
    • getCreateCutLines

      public JDFSeparationList getCreateCutLines()
      (25) getCreateCutLines
      Returns:
      JDFSeparationList the element
    • appendCutLines

      public JDFSeparationList appendCutLines()
      (29) append element CutLines
      Returns:
      JDFSeparationList the element