Class TokenType

java.lang.Object
ca.phon.fontconverter.io.TokenType

public class TokenType extends Object

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 Details

  • Constructor Details

    • TokenType

      public TokenType()
  • Method Details

    • getImage

      public String getImage()
      Gets the value of the image property.
      Returns:
      possible object is String
    • setImage

      public void setImage(String value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is String
    • getValue

      public UnicodeSequenceType getValue()
      Gets the value of the value property.
      Returns:
      possible object is UnicodeSequenceType
    • setValue

      public void setValue(UnicodeSequenceType value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is UnicodeSequenceType