Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.DirectedLinkType
-
Packages that use DirectedLinkType Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of DirectedLinkType in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return DirectedLinkType Modifier and Type Method Description DirectedLinkTypeDirectedLinkDocument. addNewDirectedLink()Appends and returns a new empty "DirectedLink" elementDirectedLinkTypeDirectedLinkPropertyType. addNewDirectedLink()Appends and returns a new empty "DirectedLink" elementDirectedLinkTypeDirectedLinkDocument. getDirectedLink()Gets the "DirectedLink" elementDirectedLinkTypeDirectedLinkPropertyType. getDirectedLink()Gets the "DirectedLink" elementstatic DirectedLinkTypeDirectedLinkType.Factory. newInstance()static DirectedLinkTypeDirectedLinkType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(File file)static DirectedLinkTypeDirectedLinkType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(InputStream is)static DirectedLinkTypeDirectedLinkType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(Reader r)static DirectedLinkTypeDirectedLinkType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(String xmlAsString)static DirectedLinkTypeDirectedLinkType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(URL u)static DirectedLinkTypeDirectedLinkType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(XMLStreamReader sr)static DirectedLinkTypeDirectedLinkType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DirectedLinkTypeDirectedLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DirectedLinkTypeDirectedLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DirectedLinkTypeDirectedLinkType.Factory. parse(Node node)static DirectedLinkTypeDirectedLinkType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type DirectedLinkType Modifier and Type Method Description voidDirectedLinkDocument. setDirectedLink(DirectedLinkType directedLink)Sets the "DirectedLink" elementvoidDirectedLinkPropertyType. setDirectedLink(DirectedLinkType directedLink)Sets the "DirectedLink" element -
Uses of DirectedLinkType in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement DirectedLinkType Modifier and Type Class Description classDirectedLinkTypeImplAn XML DirectedLinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return DirectedLinkType Modifier and Type Method Description DirectedLinkTypeDirectedLinkDocumentImpl. addNewDirectedLink()Appends and returns a new empty "DirectedLink" elementDirectedLinkTypeDirectedLinkPropertyTypeImpl. addNewDirectedLink()Appends and returns a new empty "DirectedLink" elementDirectedLinkTypeDirectedLinkDocumentImpl. getDirectedLink()Gets the "DirectedLink" elementDirectedLinkTypeDirectedLinkPropertyTypeImpl. getDirectedLink()Gets the "DirectedLink" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type DirectedLinkType Modifier and Type Method Description voidDirectedLinkDocumentImpl. setDirectedLink(DirectedLinkType directedLink)Sets the "DirectedLink" elementvoidDirectedLinkPropertyTypeImpl. setDirectedLink(DirectedLinkType directedLink)Sets the "DirectedLink" element
-