Package iofXml.v2
Class MapTextPosition
java.lang.Object
iofXml.v2.MapTextPosition
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}MapPosition"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mapPosition property.voidsetMapPosition(MapPosition value) Sets the value of the mapPosition property.
-
Field Details
-
mapPosition
-
-
Constructor Details
-
MapTextPosition
public MapTextPosition()
-
-
Method Details
-
getMapPosition
Gets the value of the mapPosition property.- Returns:
- possible object is
MapPosition
-
setMapPosition
Sets the value of the mapPosition property.- Parameters:
value- allowed object isMapPosition
-