public class Map
extends java.lang.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="unicode" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="ent" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="subst" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
code |
protected java.lang.String |
ent |
protected java.lang.String |
subst |
protected java.lang.String |
unicode |
Constructor and Description |
---|
Map() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getEnt()
Gets the value of the ent property.
|
java.lang.String |
getSubst()
Gets the value of the subst property.
|
java.lang.String |
getUnicode()
Gets the value of the unicode property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setEnt(java.lang.String value)
Sets the value of the ent property.
|
void |
setSubst(java.lang.String value)
Sets the value of the subst property.
|
void |
setUnicode(java.lang.String value)
Sets the value of the unicode property.
|
protected java.lang.String unicode
protected java.lang.String code
protected java.lang.String ent
protected java.lang.String subst
public java.lang.String getUnicode()
String
public void setUnicode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnt()
String
public void setEnt(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubst()
String
public void setSubst(java.lang.String value)
value
- allowed object is
String