Class Mapping

java.lang.Object
org.mapsforge.poi.writer.jaxb.Mapping

public class Mapping 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="tag" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Mapping

      public Mapping()
  • Method Details

    • getTag

      public String getTag()
      Gets the value of the tag property.
      Returns:
      possible object is String
    • setTag

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