Package ca.phon.session.io.xml.v13
Class PunctuationType
java.lang.Object
ca.phon.session.io.xml.v13.PunctuationType
Punctuation like '.',',',etc.
Java class for punctuationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="punctuationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPunctuation like '.',',',etc.getType()
Gets the value of the type property.void
setContent
(String value) Sets the value of the content property.void
Sets the value of the type property.
-
Field Details
-
-
type
-
-
Constructor Details
-
PunctuationType
public PunctuationType()
-
-
Method Details
-
getContent
Punctuation like '.',',',etc.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-