Interface MarkerPostType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,NetworkElementType,TransportPointType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MarkerPostTypeImpl
public interface MarkerPostType extends TransportPointType
An XML MarkerPostType(@http://inspire.ec.europa.eu/schemas/tn/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMarkerPostType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.net.x40.NetworkElementType
NetworkElementType.BeginLifespanVersion, NetworkElementType.EndLifespanVersion
-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.tn.x40.TransportPointType
TransportPointType.GeographicalName, TransportPointType.ValidFrom, TransportPointType.ValidTo
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LengthTypeaddNewLocation2()Appends and returns a new empty "location" elementReferenceTypeaddNewRoute()Appends and returns a new empty "route" elementLengthTypegetLocation2()Gets the "location" elementReferenceTypegetRoute()Gets the "route" elementbooleanisNilRoute()Tests for nil "route" elementvoidsetLocation2(LengthType location2)Sets the "location" elementvoidsetNilRoute()Nils the "route" elementvoidsetRoute(ReferenceType route)Sets the "route" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface eu.europa.ec.inspire.schemas.net.x40.NetworkElementType
addNewBeginLifespanVersion, addNewEndLifespanVersion, addNewInNetwork, addNewInspireId, getBeginLifespanVersion, getEndLifespanVersion, getInNetworkArray, getInNetworkArray, getInspireId, insertNewInNetwork, isNilBeginLifespanVersion, isNilEndLifespanVersion, isNilInNetworkArray, isSetEndLifespanVersion, isSetInspireId, removeInNetwork, setBeginLifespanVersion, setEndLifespanVersion, setInNetworkArray, setInNetworkArray, setInspireId, setNilBeginLifespanVersion, setNilEndLifespanVersion, setNilInNetworkArray, sizeOfInNetworkArray, unsetEndLifespanVersion, unsetInspireId
-
Methods inherited from interface eu.europa.ec.inspire.schemas.tn.x40.TransportPointType
addNewGeographicalName, addNewGeometry, addNewValidFrom, addNewValidTo, getGeographicalName, getGeometry, getValidFrom, getValidTo, isNilGeographicalName, isNilValidFrom, isNilValidTo, isSetGeographicalName, isSetValidTo, setGeographicalName, setGeometry, setNilGeographicalName, setNilValidFrom, setNilValidTo, setValidFrom, setValidTo, unsetGeographicalName, unsetValidTo
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getLocation2
LengthType getLocation2()
Gets the "location" element
-
setLocation2
void setLocation2(LengthType location2)
Sets the "location" element
-
addNewLocation2
LengthType addNewLocation2()
Appends and returns a new empty "location" element
-
getRoute
ReferenceType getRoute()
Gets the "route" element
-
isNilRoute
boolean isNilRoute()
Tests for nil "route" element
-
setRoute
void setRoute(ReferenceType route)
Sets the "route" element
-
addNewRoute
ReferenceType addNewRoute()
Appends and returns a new empty "route" element
-
setNilRoute
void setNilRoute()
Nils the "route" element
-
-