Class JDFDeliveryParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFDeliveryParams extends JDFAutoDeliveryParams
See Also:
  • Constructor Details

    • JDFDeliveryParams

      public JDFDeliveryParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFDeliveryParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFDeliveryParams

      public JDFDeliveryParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFDeliveryParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFDeliveryParams

      public JDFDeliveryParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFDeliveryParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • setFromArtDelivery

      public void setFromArtDelivery(JDFArtDeliveryIntent adi)
      Parameters:
      adi - the artdeliveryintent
    • setFromDeliveryIntent

      public void setFromDeliveryIntent(JDFDeliveryIntent delIntent)
      Parameters:
      delIntent -
    • getDropItem

      public JDFDropItem getDropItem()
      XJDF Only
      Returns:
      JDFDropItem the element
    • getCreateDropItem

      public JDFDropItem getCreateDropItem()
      XJDF Only
      Returns:
      JDFDropItem the element
    • getCreateDropItem

      public JDFDropItem getCreateDropItem(int iSkip)
      XJDF Only
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItem the element
    • getDropItem

      public JDFDropItem getDropItem(int iSkip)
      XJDF Only
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItem the element default is getDropItem(0)
    • getAllDropItem

      public Collection<JDFDropItem> getAllDropItem()
      XJDF Only
      Returns:
      Collection, null if none are available
    • appendDropItem

      public JDFDropItem appendDropItem()
      XJDF Only
      Returns:
      JDFDropItem the element