Class JDFAutoExposedMedia

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

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

    • JDFAutoExposedMedia

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

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

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

      public void setPolarity(boolean value)
      (36) set attribute Polarity
      Parameters:
      value - the value to set the attribute to
    • getPolarity

      public boolean getPolarity()
      (18) get boolean attribute Polarity
      Returns:
      boolean the value of the attribute
    • setColorType

      public void setColorType(JDFAutoExposedMedia.EnumColorType enumVar)
      (5) set attribute ColorType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getColorType

      public JDFAutoExposedMedia.EnumColorType getColorType()
      (9) get attribute ColorType
      Returns:
      the value of the attribute
    • setPageListIndex

      public void setPageListIndex(JDFIntegerRangeList value)
      (36) set attribute PageListIndex
      Parameters:
      value - the value to set the attribute to
    • getPageListIndex

      public JDFIntegerRangeList getPageListIndex()
      (20) get JDFIntegerRangeList attribute PageListIndex
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • setPlateType

      public void setPlateType(JDFAutoExposedMedia.EnumPlateType enumVar)
      (5) set attribute PlateType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPlateType

      public JDFAutoExposedMedia.EnumPlateType getPlateType()
      (9) get attribute PlateType
      Returns:
      the value of the attribute
    • setProofName

      public void setProofName(String value)
      (36) set attribute ProofName
      Parameters:
      value - the value to set the attribute to
    • getProofName

      public String getProofName()
      (23) get String attribute ProofName
      Returns:
      the value of the attribute
    • setProofQuality

      public void setProofQuality(JDFAutoExposedMedia.EnumProofQuality enumVar)
      (5) set attribute ProofQuality
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getProofQuality

      public JDFAutoExposedMedia.EnumProofQuality getProofQuality()
      (9) get attribute ProofQuality
      Returns:
      the value of the attribute
    • setProofType

      public void setProofType(JDFAutoExposedMedia.EnumProofType enumVar)
      (5) set attribute ProofType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getProofType

      public JDFAutoExposedMedia.EnumProofType getProofType()
      (9) get attribute ProofType
      Returns:
      the value of the attribute
    • setPunchType

      public void setPunchType(String value)
      (36) set attribute PunchType
      Parameters:
      value - the value to set the attribute to
    • getPunchType

      public String getPunchType()
      (23) get String attribute PunchType
      Returns:
      the value of the attribute
    • setResolution

      public void setResolution(JDFXYPair value)
      (36) set attribute Resolution
      Parameters:
      value - the value to set the attribute to
    • getResolution

      public JDFXYPair getResolution()
      (20) get JDFXYPair attribute Resolution
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • 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 @ 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
    • getPageList

      public JDFPageList getPageList()
      (24) const get element PageList
      Returns:
      JDFPageList the element
    • getCreatePageList

      public JDFPageList getCreatePageList()
      (25) getCreatePageList
      Returns:
      JDFPageList the element
    • appendPageList

      public JDFPageList appendPageList()
      (29) append element PageList
      Returns:
      JDFPageList the element @ if the element already exists
    • refPageList

      public void refPageList(JDFPageList refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getScreeningParams

      public JDFScreeningParams getScreeningParams()
      (24) const get element ScreeningParams
      Returns:
      JDFScreeningParams the element
    • getCreateScreeningParams

      public JDFScreeningParams getCreateScreeningParams()
      (25) getCreateScreeningParams
      Returns:
      JDFScreeningParams the element
    • appendScreeningParams

      public JDFScreeningParams appendScreeningParams()
      (29) append element ScreeningParams
      Returns:
      JDFScreeningParams the element @ if the element already exists
    • refScreeningParams

      public void refScreeningParams(JDFScreeningParams refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Overrides:
      getContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Overrides:
      getCreateContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact(int iSkip)
      (26) getCreateContact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element
    • getContact

      public JDFContact getContact(int iSkip)
      (27) const get element Contact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element default is getContact(0)
    • getAllContact

      public Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Overrides:
      appendContact in class JDFResource
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getIdentificationField

      public JDFIdentificationField getIdentificationField()
      (24) const get element IdentificationField
      Returns:
      JDFIdentificationField the element
    • getCreateIdentificationField

      public JDFIdentificationField getCreateIdentificationField()
      (25) getCreateIdentificationField
      Returns:
      JDFIdentificationField the element
    • getCreateIdentificationField

      public JDFIdentificationField getCreateIdentificationField(int iSkip)
      (26) getCreateIdentificationField
      Overrides:
      getCreateIdentificationField in class JDFResource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIdentificationField the element
    • getIdentificationField

      public JDFIdentificationField getIdentificationField(int iSkip)
      (27) const get element IdentificationField
      Overrides:
      getIdentificationField in class JDFResource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIdentificationField the element default is getIdentificationField(0)
    • getAllIdentificationField

      public Collection<JDFIdentificationField> getAllIdentificationField()
      Get all IdentificationField from the current element
      Returns:
      Collection, null if none are available
    • appendIdentificationField

      public JDFIdentificationField appendIdentificationField()
      (30) append element IdentificationField
      Overrides:
      appendIdentificationField in class JDFResource
      Returns:
      JDFIdentificationField the element
    • refIdentificationField

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