Package gen.core.tmx14
Class Map
- java.lang.Object
-
- gen.core.tmx14.Map
-
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>
-
-
Constructor Summary
Constructors Constructor Description Map()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getUnicode
public java.lang.String getUnicode()
Gets the value of the unicode property.- Returns:
- possible object is
String
-
setUnicode
public void setUnicode(java.lang.String value)
Sets the value of the unicode property.- Parameters:
value
- allowed object isString
-
getCode
public java.lang.String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(java.lang.String value)
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getEnt
public java.lang.String getEnt()
Gets the value of the ent property.- Returns:
- possible object is
String
-
setEnt
public void setEnt(java.lang.String value)
Sets the value of the ent property.- Parameters:
value
- allowed object isString
-
getSubst
public java.lang.String getSubst()
Gets the value of the subst property.- Returns:
- possible object is
String
-
setSubst
public void setSubst(java.lang.String value)
Sets the value of the subst property.- Parameters:
value
- allowed object isString
-
-