Class JDFAutoDigitalDeliveryParams

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

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

      • JDFAutoDigitalDeliveryParams

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

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

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

      • setDigitalDeliveryProtocol

        public void setDigitalDeliveryProtocol​(java.lang.String value)
        (36) set attribute DigitalDeliveryProtocol
        Parameters:
        value - the value to set the attribute to
      • getDigitalDeliveryProtocol

        public java.lang.String getDigitalDeliveryProtocol()
        (23) get String attribute DigitalDeliveryProtocol
        Returns:
        the value of the attribute
      • setMethod

        public void setMethod​(java.lang.String value)
        (36) set attribute Method
        Parameters:
        value - the value to set the attribute to
      • getMethod

        public java.lang.String getMethod()
        (23) get String attribute Method
        Returns:
        the value of the attribute
      • 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 java.util.Collection<JDFContact> getAllContact()
        Get all Contact from the current element
        Returns:
        Collection, null if none are available
      • refContact

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