Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.NetworkElementType
-
Packages that use NetworkElementType Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of NetworkElementType in eu.europa.ec.inspire.schemas.net.x40
Subinterfaces of NetworkElementType in eu.europa.ec.inspire.schemas.net.x40 Modifier and Type Interface Description interfaceGeneralisedLinkTypeAn XML GeneralisedLinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceGradeSeparatedCrossingTypeAn XML GradeSeparatedCrossingType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceLinkSequenceTypeAn XML LinkSequenceType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceLinkSetTypeAn XML LinkSetType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceLinkTypeAn XML LinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceNetworkAreaTypeAn XML NetworkAreaType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceNetworkConnectionTypeAn XML NetworkConnectionType(@http://inspire.ec.europa.eu/schemas/net/4.0).interfaceNodeTypeAn XML NodeType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40 that return NetworkElementType Modifier and Type Method Description NetworkElementTypeNetworkElementDocument. addNewNetworkElement()Appends and returns a new empty "NetworkElement" elementNetworkElementTypeNetworkElementPropertyType. addNewNetworkElement()Appends and returns a new empty "NetworkElement" elementNetworkElementTypeNetworkElementDocument. getNetworkElement()Gets the "NetworkElement" elementNetworkElementTypeNetworkElementPropertyType. getNetworkElement()Gets the "NetworkElement" elementstatic NetworkElementTypeNetworkElementType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic NetworkElementTypeNetworkElementType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic NetworkElementTypeNetworkElementType.Factory. parse(File file)static NetworkElementTypeNetworkElementType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(InputStream is)static NetworkElementTypeNetworkElementType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(Reader r)static NetworkElementTypeNetworkElementType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(String xmlAsString)static NetworkElementTypeNetworkElementType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(URL u)static NetworkElementTypeNetworkElementType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(XMLStreamReader sr)static NetworkElementTypeNetworkElementType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NetworkElementTypeNetworkElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NetworkElementTypeNetworkElementType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NetworkElementTypeNetworkElementType.Factory. parse(Node node)static NetworkElementTypeNetworkElementType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type NetworkElementType Modifier and Type Method Description voidNetworkElementDocument. setNetworkElement(NetworkElementType networkElement)Sets the "NetworkElement" elementvoidNetworkElementPropertyType. setNetworkElement(NetworkElementType networkElement)Sets the "NetworkElement" element -
Uses of NetworkElementType in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement NetworkElementType Modifier and Type Class Description classGeneralisedLinkTypeImplAn XML GeneralisedLinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).classGradeSeparatedCrossingTypeImplAn XML GradeSeparatedCrossingType(@http://inspire.ec.europa.eu/schemas/net/4.0).classLinkSequenceTypeImplAn XML LinkSequenceType(@http://inspire.ec.europa.eu/schemas/net/4.0).classLinkSetTypeImplAn XML LinkSetType(@http://inspire.ec.europa.eu/schemas/net/4.0).classLinkTypeImplAn XML LinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).classNetworkAreaTypeImplAn XML NetworkAreaType(@http://inspire.ec.europa.eu/schemas/net/4.0).classNetworkConnectionTypeImplAn XML NetworkConnectionType(@http://inspire.ec.europa.eu/schemas/net/4.0).classNetworkElementTypeImplAn XML NetworkElementType(@http://inspire.ec.europa.eu/schemas/net/4.0).classNodeTypeImplAn XML NodeType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return NetworkElementType Modifier and Type Method Description NetworkElementTypeNetworkElementDocumentImpl. addNewNetworkElement()Appends and returns a new empty "NetworkElement" elementNetworkElementTypeNetworkElementPropertyTypeImpl. addNewNetworkElement()Appends and returns a new empty "NetworkElement" elementNetworkElementTypeNetworkElementDocumentImpl. getNetworkElement()Gets the "NetworkElement" elementNetworkElementTypeNetworkElementPropertyTypeImpl. getNetworkElement()Gets the "NetworkElement" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type NetworkElementType Modifier and Type Method Description voidNetworkElementDocumentImpl. setNetworkElement(NetworkElementType networkElement)Sets the "NetworkElement" elementvoidNetworkElementPropertyTypeImpl. setNetworkElement(NetworkElementType networkElement)Sets the "NetworkElement" element
-