Package iofXml.v2
Class MapPosition
-
- All Implemented Interfaces:
public class MapPositionJava 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"> <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="unit" default="mm"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="mm"/> <enumeration value="other"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MapPosition()
-
Method Summary
Modifier and Type Method Description StringgetX()Gets the value of the x property. voidsetX(String value)Sets the value of the x property. StringgetY()Gets the value of the y property. voidsetY(String value)Sets the value of the y property. StringgetUnit()Gets the value of the unit property. voidsetUnit(String value)Sets the value of the unit property.
-