Class JDFAutoLocation

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

    public abstract class JDFAutoLocation
    extends JDFElement
    class JDFAutoLocation : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoLocation

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

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

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

      • setLocationName

        public void setLocationName​(java.lang.String value)
        (36) set attribute LocationName
        Parameters:
        value - the value to set the attribute to
      • getLocationName

        public java.lang.String getLocationName()
        (23) get String attribute LocationName
        Returns:
        the value of the attribute
      • setLocID

        public void setLocID​(java.lang.String value)
        (36) set attribute LocID
        Parameters:
        value - the value to set the attribute to
      • getLocID

        public java.lang.String getLocID()
        (23) get String attribute LocID
        Returns:
        the value of the attribute
      • getCreateAddress

        public JDFAddress getCreateAddress​(int iSkip)
        (26) getCreateAddress
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAddress the element
      • getAddress

        public JDFAddress getAddress​(int iSkip)
        (27) const get element Address
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAddress the element default is getAddress(0)
      • getAllAddress

        public java.util.Collection<JDFAddress> getAllAddress()
        Get all Address from the current element
        Returns:
        Collection, null if none are available
      • appendAddress

        public JDFAddress appendAddress()
        (30) append element Address
        Returns:
        JDFAddress the element
      • refAddress

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