Class JDFAutoMediaSource

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

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

    • JDFAutoMediaSource

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

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

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

      public void setManualFeed(boolean value)
      (36) set attribute ManualFeed
      Parameters:
      value - the value to set the attribute to
    • getManualFeed

      public boolean getManualFeed()
      (18) get boolean attribute ManualFeed
      Returns:
      boolean the value of the attribute
    • setLeadingEdge

      public void setLeadingEdge(double value)
      (36) set attribute LeadingEdge
      Parameters:
      value - the value to set the attribute to
    • getLeadingEdge

      public double getLeadingEdge()
      (17) get double attribute LeadingEdge
      Returns:
      double the value of the attribute
    • setMediaLocation

      public void setMediaLocation(String value)
      (36) set attribute MediaLocation
      Parameters:
      value - the value to set the attribute to
    • getMediaLocation

      public String getMediaLocation()
      (23) get String attribute MediaLocation
      Returns:
      the value of the attribute
    • setSheetLay

      public void setSheetLay(JDFAutoMediaSource.EnumSheetLay enumVar)
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSheetLay

      public JDFAutoMediaSource.EnumSheetLay getSheetLay()
      (9) get attribute SheetLay
      Returns:
      the value of the attribute
    • 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 @ if the element already exists
    • refMedia

      public void refMedia(JDFMedia refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getComponent

      public JDFComponent getComponent()
      (24) const get element Component
      Returns:
      JDFComponent the element
    • getCreateComponent

      public JDFComponent getCreateComponent()
      (25) getCreateComponent
      Returns:
      JDFComponent the element
    • appendComponent

      public JDFComponent appendComponent()
      (29) append element Component
      Returns:
      JDFComponent the element @ if the element already exists
    • refComponent

      public void refComponent(JDFComponent refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced