Package ca.phon.fontconverter.io
Class MappingType
java.lang.Object
ca.phon.fontconverter.io.MappingType
Java class for MappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="from" type="{}TokenType"/> <element name="to" type="{}TokenType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
-
to
-
-
Constructor Details
-
MappingType
public MappingType()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
TokenType
-
setFrom
Sets the value of the from property.- Parameters:
value
- allowed object isTokenType
-
getTo
Gets the value of the to property.- Returns:
- possible object is
TokenType
-
setTo
Sets the value of the to property.- Parameters:
value
- allowed object isTokenType
-