Uses of Interface
eu.europa.ec.inspire.schemas.tn.x40.MarkerPostType
-
Packages that use MarkerPostType Package Description eu.europa.ec.inspire.schemas.tn.x40 eu.europa.ec.inspire.schemas.tn.x40.impl -
-
Uses of MarkerPostType in eu.europa.ec.inspire.schemas.tn.x40
Methods in eu.europa.ec.inspire.schemas.tn.x40 that return MarkerPostType Modifier and Type Method Description MarkerPostTypeMarkerPostDocument. addNewMarkerPost()Appends and returns a new empty "MarkerPost" elementMarkerPostTypeMarkerPostPropertyType. addNewMarkerPost()Appends and returns a new empty "MarkerPost" elementMarkerPostTypeMarkerPostDocument. getMarkerPost()Gets the "MarkerPost" elementMarkerPostTypeMarkerPostPropertyType. getMarkerPost()Gets the "MarkerPost" elementstatic MarkerPostTypeMarkerPostType.Factory. newInstance()static MarkerPostTypeMarkerPostType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(File file)static MarkerPostTypeMarkerPostType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(InputStream is)static MarkerPostTypeMarkerPostType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(Reader r)static MarkerPostTypeMarkerPostType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(String xmlAsString)static MarkerPostTypeMarkerPostType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(URL u)static MarkerPostTypeMarkerPostType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(XMLStreamReader sr)static MarkerPostTypeMarkerPostType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MarkerPostTypeMarkerPostType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MarkerPostTypeMarkerPostType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MarkerPostTypeMarkerPostType.Factory. parse(Node node)static MarkerPostTypeMarkerPostType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.tn.x40 with parameters of type MarkerPostType Modifier and Type Method Description voidMarkerPostDocument. setMarkerPost(MarkerPostType markerPost)Sets the "MarkerPost" elementvoidMarkerPostPropertyType. setMarkerPost(MarkerPostType markerPost)Sets the "MarkerPost" element -
Uses of MarkerPostType in eu.europa.ec.inspire.schemas.tn.x40.impl
Classes in eu.europa.ec.inspire.schemas.tn.x40.impl that implement MarkerPostType Modifier and Type Class Description classMarkerPostTypeImplAn XML MarkerPostType(@http://inspire.ec.europa.eu/schemas/tn/4.0).Methods in eu.europa.ec.inspire.schemas.tn.x40.impl that return MarkerPostType Modifier and Type Method Description MarkerPostTypeMarkerPostDocumentImpl. addNewMarkerPost()Appends and returns a new empty "MarkerPost" elementMarkerPostTypeMarkerPostPropertyTypeImpl. addNewMarkerPost()Appends and returns a new empty "MarkerPost" elementMarkerPostTypeMarkerPostDocumentImpl. getMarkerPost()Gets the "MarkerPost" elementMarkerPostTypeMarkerPostPropertyTypeImpl. getMarkerPost()Gets the "MarkerPost" elementMethods in eu.europa.ec.inspire.schemas.tn.x40.impl with parameters of type MarkerPostType Modifier and Type Method Description voidMarkerPostDocumentImpl. setMarkerPost(MarkerPostType markerPost)Sets the "MarkerPost" elementvoidMarkerPostPropertyTypeImpl. setMarkerPost(MarkerPostType markerPost)Sets the "MarkerPost" element
-