Package ca.phon.fontconverter.io
Class TokenType
java.lang.Object
ca.phon.fontconverter.io.TokenType
Java class for TokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{}UnicodeSequenceType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImage()
Gets the value of the image property.getValue()
Gets the value of the value property.void
Sets the value of the image property.void
setValue
(UnicodeSequenceType value) Sets the value of the value property.
-
Field Details
-
image
-
value
-
-
Constructor Details
-
TokenType
public TokenType()
-
-
Method Details
-
getImage
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
Sets the value of the image property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
UnicodeSequenceType
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isUnicodeSequenceType
-