Uses of Interface
eu.europa.ec.inspire.schemas.tn.x40.TransportNodeType
-
Packages that use TransportNodeType Package Description eu.europa.ec.inspire.schemas.tn.x40 eu.europa.ec.inspire.schemas.tn.x40.impl -
-
Uses of TransportNodeType in eu.europa.ec.inspire.schemas.tn.x40
Methods in eu.europa.ec.inspire.schemas.tn.x40 that return TransportNodeType Modifier and Type Method Description TransportNodeTypeTransportNodeDocument. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportNodePropertyType. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportObjectPropertyType. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportNodeDocument. getTransportNode()Gets the "TransportNode" elementTransportNodeTypeTransportNodePropertyType. getTransportNode()Gets the "TransportNode" elementTransportNodeTypeTransportObjectPropertyType. getTransportNode()Gets the "TransportNode" elementstatic TransportNodeTypeTransportNodeType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic TransportNodeTypeTransportNodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic TransportNodeTypeTransportNodeType.Factory. parse(File file)static TransportNodeTypeTransportNodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(InputStream is)static TransportNodeTypeTransportNodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(Reader r)static TransportNodeTypeTransportNodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(String xmlAsString)static TransportNodeTypeTransportNodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(URL u)static TransportNodeTypeTransportNodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(XMLStreamReader sr)static TransportNodeTypeTransportNodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TransportNodeTypeTransportNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TransportNodeTypeTransportNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TransportNodeTypeTransportNodeType.Factory. parse(Node node)static TransportNodeTypeTransportNodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.tn.x40 with parameters of type TransportNodeType Modifier and Type Method Description voidTransportNodeDocument. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" elementvoidTransportNodePropertyType. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" elementvoidTransportObjectPropertyType. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" element -
Uses of TransportNodeType in eu.europa.ec.inspire.schemas.tn.x40.impl
Classes in eu.europa.ec.inspire.schemas.tn.x40.impl that implement TransportNodeType Modifier and Type Class Description classTransportNodeTypeImplAn XML TransportNodeType(@http://inspire.ec.europa.eu/schemas/tn/4.0).Methods in eu.europa.ec.inspire.schemas.tn.x40.impl that return TransportNodeType Modifier and Type Method Description TransportNodeTypeTransportNodeDocumentImpl. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportNodePropertyTypeImpl. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportObjectPropertyTypeImpl. addNewTransportNode()Appends and returns a new empty "TransportNode" elementTransportNodeTypeTransportNodeDocumentImpl. getTransportNode()Gets the "TransportNode" elementTransportNodeTypeTransportNodePropertyTypeImpl. getTransportNode()Gets the "TransportNode" elementTransportNodeTypeTransportObjectPropertyTypeImpl. getTransportNode()Gets the "TransportNode" elementMethods in eu.europa.ec.inspire.schemas.tn.x40.impl with parameters of type TransportNodeType Modifier and Type Method Description voidTransportNodeDocumentImpl. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" elementvoidTransportNodePropertyTypeImpl. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" elementvoidTransportObjectPropertyTypeImpl. setTransportNode(TransportNodeType transportNode)Sets the "TransportNode" element
-