Class JDFDropItemIntent

  • 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

    public class JDFDropItemIntent
    extends JDFAutoDropItemIntent
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFDropItemIntent

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

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

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

      • toString

        public java.lang.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:
        Object.toString()
      • 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
      • setFromDropItem

        public void setFromDropItem​(JDFDropItem dropItem)
        Parameters:
        dropItem -