Class JDFDropItemIntent

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

public class JDFDropItemIntent extends JDFAutoDropItemIntent
See Also:
  • Constructor Details

    • JDFDropItemIntent

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

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

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

    • toString

      public String toString()
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also:
    • getUnknownElements

      public VString getUnknownElements(boolean bIgnorePrivate, int nMax)
      return a vector of unknown element nodenames
      Overrides:
      getUnknownElements in class JDFElement
      Parameters:
      bIgnorePrivate - true, to ignore the private elements
      nMax - maximum number of elements in the vector returned
      Returns:
      Vector a vector with nMax unknown elements in the actual element.
    • getParentDeliveryIntent

      public JDFDeliveryIntent getParentDeliveryIntent()
      Get ancestor node of 'this' - node DeliveryIntent
      Returns:
      JDFDeliveryIntent: DeliveryIntent node
    • getParentDropIntent

      public JDFDropIntent getParentDropIntent()
      Get parent node of 'this' - node DropIntent
      Returns:
      DropIntent: DropIntent node
    • getAdditionalAmount_Integer

      @Deprecated public int getAdditionalAmount_Integer()
      Deprecated.
      Get of 'this' the value of attribute AdditionalAmount. If not specified, get the default value of attribute AdditionalAmount, that is specified in it's parent element (node DeliveryIntent)
      Returns:
      WString: attribute value
    • getAdditionalAmount

      public int getAdditionalAmount()
      Description copied from class: JDFAutoDropItemIntent
      (15) get int attribute AdditionalAmount
      Overrides:
      getAdditionalAmount in class JDFAutoDropItemIntent
      Returns:
      int the value of the attribute
      See Also:
    • setFromDropItem

      public void setFromDropItem(JDFDropItem dropItem)
      Parameters:
      dropItem -
    • getDropID

      public String getDropID()
      Description copied from class: JDFAutoDropItemIntent
      (23) get String attribute DropID
      Overrides:
      getDropID in class JDFAutoDropItemIntent
      Returns:
      the value of the attribute
      See Also: