public class MapInfo
extends java.lang.Object
Java class for mapInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mapInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="tagname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="input-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="actual-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actualId |
protected java.lang.String |
inputId |
protected java.lang.String |
tagname |
| Constructor and Description |
|---|
MapInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualId()
Gets the value of the actualId property.
|
java.lang.String |
getInputId()
Gets the value of the inputId property.
|
java.lang.String |
getTagname()
Gets the value of the tagname property.
|
void |
setActualId(java.lang.String value)
Sets the value of the actualId property.
|
void |
setInputId(java.lang.String value)
Sets the value of the inputId property.
|
void |
setTagname(java.lang.String value)
Sets the value of the tagname property.
|
protected java.lang.String tagname
protected java.lang.String inputId
protected java.lang.String actualId
public java.lang.String getTagname()
Stringpublic void setTagname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInputId()
Stringpublic void setInputId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getActualId()
Stringpublic void setActualId(java.lang.String value)
value - allowed object is
String