Package org.openstreetmap.osm
Class Tag
java.lang.Object
org.openstreetmap.osm.Tag
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">
<attribute name="k" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
k
-
v
-
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
getK
Gets the value of the k property.- Returns:
- possible object is
String
-
setK
Sets the value of the k property.- Parameters:
value- allowed object isString
-
getV
Gets the value of the v property.- Returns:
- possible object is
String
-
setV
Sets the value of the v property.- Parameters:
value- allowed object isString
-