Class JDFAutoFileAlias

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

    public abstract class JDFAutoFileAlias
    extends JDFElement
    class JDFAutoFileAlias : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFileAlias

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

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

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

      • setAlias

        public void setAlias​(java.lang.String value)
        (36) set attribute Alias
        Parameters:
        value - the value to set the attribute to
      • getAlias

        public java.lang.String getAlias()
        (23) get String attribute Alias
        Returns:
        the value of the attribute
      • setDisposition

        public void setDisposition​(JDFAutoFileAlias.EnumDisposition enumVar)
        (5) set attribute Disposition
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setMimeType

        public void setMimeType​(java.lang.String value)
        (36) set attribute MimeType
        Parameters:
        value - the value to set the attribute to
      • getMimeType

        public java.lang.String getMimeType()
        (23) get String attribute MimeType
        Returns:
        the value of the attribute
      • setRawAlias

        public void setRawAlias​(java.lang.String value)
        (36) set attribute RawAlias
        Parameters:
        value - the value to set the attribute to
      • getRawAlias

        public java.lang.String getRawAlias()
        (23) get String attribute RawAlias
        Returns:
        the value of the attribute
      • setURL

        public void setURL​(java.lang.String value)
        (36) set attribute URL
        Parameters:
        value - the value to set the attribute to
      • getURL

        public java.lang.String getURL()
        (23) get String attribute URL
        Returns:
        the value of the attribute
      • getFileSpec

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

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

        public JDFFileSpec appendFileSpec()
        (29) append element FileSpec
        Returns:
        JDFFileSpec the element @ if the element already exists
      • refFileSpec

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