Class XmlUnparsedData
java.lang.Object
ca.phon.session.io.xml.v2_0.XmlUnparsedData
Unparsed data for a tier with error
Java class for unparsedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unparsedData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/session}unparsedValue"/> <element ref="{https://phon.ca/ns/session}parseError"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parseError property.Unvalidated value - text entered by uservoid
setParseError
(XmlParseErrorType value) Sets the value of the parseError property.void
setUnparsedValue
(String value) Sets the value of the unparsedValue property.
-
Field Details
-
unparsedValue
-
parseError
-
-
Constructor Details
-
XmlUnparsedData
public XmlUnparsedData()
-
-
Method Details
-
getUnparsedValue
-
setUnparsedValue
-
getParseError
Gets the value of the parseError property.- Returns:
- possible object is
XmlParseErrorType
-
setParseError
Sets the value of the parseError property.- Parameters:
value
- allowed object isXmlParseErrorType
-