Class JDFAutoAssetListCreationParams

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

    public abstract class JDFAutoAssetListCreationParams
    extends JDFResource
    class JDFAutoAssetListCreationParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoAssetListCreationParams

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

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

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

      • setAssetTypes

        public void setAssetTypes​(java.lang.String value)
        (36) set attribute AssetTypes
        Parameters:
        value - the value to set the attribute to
      • getAssetTypes

        public java.lang.String getAssetTypes()
        (23) get String attribute AssetTypes
        Returns:
        the value of the attribute
      • 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 java.util.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