Class JDFAutoDropIntent

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoDropIntent
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFDropIntent

public abstract class JDFAutoDropIntent extends JDFElement
class JDFAutoDropIntent : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoDropIntent

      protected JDFAutoDropIntent(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoDropIntent
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoDropIntent

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

      protected JDFAutoDropIntent(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDropIntent
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setAdditionalAmount

      public void setAdditionalAmount(int value)
      (36) set attribute AdditionalAmount
      Parameters:
      value - the value to set the attribute to
    • getAdditionalAmount

      public int getAdditionalAmount()
      (15) get int attribute AdditionalAmount
      Returns:
      int the value of the attribute
    • setBuyerAccount

      public void setBuyerAccount(String value)
      (36) set attribute BuyerAccount
      Parameters:
      value - the value to set the attribute to
    • getBuyerAccount

      public String getBuyerAccount()
      (23) get String attribute BuyerAccount
      Returns:
      the value of the attribute
    • setDropID

      public void setDropID(String value)
      (36) set attribute DropID
      Parameters:
      value - the value to set the attribute to
    • getDropID

      public String getDropID()
      (23) get String attribute DropID
      Returns:
      the value of the attribute
    • setPickup

      public void setPickup(boolean value)
      (36) set attribute Pickup
      Parameters:
      value - the value to set the attribute to
    • getPickup

      public boolean getPickup()
      (18) get boolean attribute Pickup
      Returns:
      boolean the value of the attribute
    • getEarliest

      public JDFTimeSpan getEarliest()
      (24) const get element Earliest
      Returns:
      JDFTimeSpan the element
    • getCreateEarliest

      public JDFTimeSpan getCreateEarliest()
      (25) getCreateEarliest
      Returns:
      JDFTimeSpan the element
    • appendEarliest

      public JDFTimeSpan appendEarliest()
      (29) append element Earliest
      Returns:
      JDFTimeSpan the element @ if the element already exists
    • getEarliestDuration

      public JDFDurationSpan getEarliestDuration()
      (24) const get element EarliestDuration
      Returns:
      JDFDurationSpan the element
    • getCreateEarliestDuration

      public JDFDurationSpan getCreateEarliestDuration()
      (25) getCreateEarliestDuration
      Returns:
      JDFDurationSpan the element
    • appendEarliestDuration

      public JDFDurationSpan appendEarliestDuration()
      (29) append element EarliestDuration
      Returns:
      JDFDurationSpan the element @ if the element already exists
    • getMethod

      public JDFNameSpan getMethod()
      (24) const get element Method
      Returns:
      JDFNameSpan the element
    • getCreateMethod

      public JDFNameSpan getCreateMethod()
      (25) getCreateMethod
      Returns:
      JDFNameSpan the element
    • appendMethod

      public JDFNameSpan appendMethod()
      (29) append element Method
      Returns:
      JDFNameSpan the element @ if the element already exists
    • getRequired

      public JDFTimeSpan getRequired()
      (24) const get element Required
      Returns:
      JDFTimeSpan the element
    • getCreateRequired

      public JDFTimeSpan getCreateRequired()
      (25) getCreateRequired
      Returns:
      JDFTimeSpan the element
    • appendRequired

      public JDFTimeSpan appendRequired()
      (29) append element Required
      Returns:
      JDFTimeSpan the element @ if the element already exists
    • getRequiredDuration

      public JDFDurationSpan getRequiredDuration()
      (24) const get element RequiredDuration
      Returns:
      JDFDurationSpan the element
    • getCreateRequiredDuration

      public JDFDurationSpan getCreateRequiredDuration()
      (25) getCreateRequiredDuration
      Returns:
      JDFDurationSpan the element
    • appendRequiredDuration

      public JDFDurationSpan appendRequiredDuration()
      (29) append element RequiredDuration
      Returns:
      JDFDurationSpan the element @ if the element already exists
    • getReturnMethod

      public JDFNameSpan getReturnMethod()
      (24) const get element ReturnMethod
      Returns:
      JDFNameSpan the element
    • getCreateReturnMethod

      public JDFNameSpan getCreateReturnMethod()
      (25) getCreateReturnMethod
      Returns:
      JDFNameSpan the element
    • appendReturnMethod

      public JDFNameSpan appendReturnMethod()
      (29) append element ReturnMethod
      Returns:
      JDFNameSpan the element @ if the element already exists
    • getServiceLevel

      public JDFStringSpan getServiceLevel()
      (24) const get element ServiceLevel
      Returns:
      JDFStringSpan the element
    • getCreateServiceLevel

      public JDFStringSpan getCreateServiceLevel()
      (25) getCreateServiceLevel
      Returns:
      JDFStringSpan the element
    • appendServiceLevel

      public JDFStringSpan appendServiceLevel()
      (29) append element ServiceLevel
      Returns:
      JDFStringSpan the element @ if the element already exists
    • getSurplusHandling

      public JDFSpanSurplusHandling getSurplusHandling()
      (24) const get element SurplusHandling
      Returns:
      JDFSpanSurplusHandling the element
    • getCreateSurplusHandling

      public JDFSpanSurplusHandling getCreateSurplusHandling()
      (25) getCreateSurplusHandling
      Returns:
      JDFSpanSurplusHandling the element
    • appendSurplusHandling

      public JDFSpanSurplusHandling appendSurplusHandling()
      (29) append element SurplusHandling
      Returns:
      JDFSpanSurplusHandling the element @ if the element already exists
    • getTransfer

      public JDFSpanTransfer getTransfer()
      (24) const get element Transfer
      Returns:
      JDFSpanTransfer the element
    • getCreateTransfer

      public JDFSpanTransfer getCreateTransfer()
      (25) getCreateTransfer
      Returns:
      JDFSpanTransfer the element
    • appendTransfer

      public JDFSpanTransfer appendTransfer()
      (29) append element Transfer
      Returns:
      JDFSpanTransfer the element @ if the element already exists
    • getCompany

      public JDFCompany getCompany()
      (24) const get element Company
      Returns:
      JDFCompany the element
    • getCreateCompany

      public JDFCompany getCreateCompany()
      (25) getCreateCompany
      Returns:
      JDFCompany the element
    • appendCompany

      public JDFCompany appendCompany()
      (29) append element Company
      Returns:
      JDFCompany the element @ if the element already exists
    • refCompany

      public void refCompany(JDFCompany refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Returns:
      JDFContact the element
    • 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 Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Returns:
      JDFContact the element
    • refContact

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

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element @ if the element already exists
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getDropItemIntent

      public JDFDropItemIntent getDropItemIntent()
      (24) const get element DropItemIntent
      Returns:
      JDFDropItemIntent the element
    • getCreateDropItemIntent

      public JDFDropItemIntent getCreateDropItemIntent()
      (25) getCreateDropItemIntent
      Returns:
      JDFDropItemIntent the element
    • getCreateDropItemIntent

      public JDFDropItemIntent getCreateDropItemIntent(int iSkip)
      (26) getCreateDropItemIntent
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItemIntent the element
    • getDropItemIntent

      public JDFDropItemIntent getDropItemIntent(int iSkip)
      (27) const get element DropItemIntent
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDropItemIntent the element default is getDropItemIntent(0)
    • getAllDropItemIntent

      public Collection<JDFDropItemIntent> getAllDropItemIntent()
      Get all DropItemIntent from the current element
      Returns:
      Collection, null if none are available
    • appendDropItemIntent

      public JDFDropItemIntent appendDropItemIntent()
      (30) append element DropItemIntent
      Returns:
      JDFDropItemIntent the element
    • getPricing

      public JDFPricing getPricing()
      (24) const get element Pricing
      Returns:
      JDFPricing the element
    • getCreatePricing

      public JDFPricing getCreatePricing()
      (25) getCreatePricing
      Returns:
      JDFPricing the element
    • appendPricing

      public JDFPricing appendPricing()
      (29) append element Pricing
      Returns:
      JDFPricing the element @ if the element already exists