Package ca.phon.ipa.xml
Class CharType
java.lang.Object
ca.phon.ipa.xml.CharType
Java class for charType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="charType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="token" type="{https://phon.ca/ns/ipa}tokenType"/> </sequence> <attribute name="value" type="{https://phon.ca/ns/ipa}singleChar" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getToken()
Gets the value of the token property.getValue()
Gets the value of the value property.void
Sets the value of the name property.void
Sets the value of the token property.void
Sets the value of the value property.
-
Field Details
-
name
-
token
-
value
-
-
Constructor Details
-
CharType
public CharType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getToken
Gets the value of the token property.- Returns:
- possible object is
TokenType
-
setToken
Sets the value of the token property.- Parameters:
value
- allowed object isTokenType
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-