Class Tag

java.lang.Object
org.openstreetmap.osm.Tag

public class Tag extends Object

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 Details

  • Constructor Details

    • Tag

      public Tag()
  • Method Details

    • getK

      public String getK()
      Gets the value of the k property.
      Returns:
      possible object is String
    • setK

      public void setK(String value)
      Sets the value of the k property.
      Parameters:
      value - allowed object is String
    • getV

      public String getV()
      Gets the value of the v property.
      Returns:
      possible object is String
    • setV

      public void setV(String value)
      Sets the value of the v property.
      Parameters:
      value - allowed object is String