Class XmlUnparsedData

java.lang.Object
ca.phon.session.io.xml.v2_0.XmlUnparsedData

public class XmlUnparsedData extends Object
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 Details

  • Constructor Details

    • XmlUnparsedData

      public XmlUnparsedData()
  • Method Details

    • getUnparsedValue

      public String getUnparsedValue()
      Unvalidated value - text entered by user
      Returns:
      possible object is String
    • setUnparsedValue

      public void setUnparsedValue(String value)
      Sets the value of the unparsedValue property.
      Parameters:
      value - allowed object is String
    • getParseError

      public XmlParseErrorType getParseError()
      Gets the value of the parseError property.
      Returns:
      possible object is XmlParseErrorType
    • setParseError

      public void setParseError(XmlParseErrorType value)
      Sets the value of the parseError property.
      Parameters:
      value - allowed object is XmlParseErrorType