Package iofXml.v2
Class Map
java.lang.Object
iofXml.v2.Map
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="{}Scale"/>
<element ref="{}MapPosition"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mapPosition property.getScale()Gets the value of the scale property.voidsetMapPosition(MapPosition value) Sets the value of the mapPosition property.voidSets the value of the scale property.
-
Field Details
-
scale
-
mapPosition
-
-
Constructor Details
-
Map
public Map()
-
-
Method Details
-
getScale
Gets the value of the scale property.- Returns:
- possible object is
String
-
setScale
Sets the value of the scale property.- Parameters:
value- allowed object isString
-
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
-