public class TaasExtractionResult
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="terms" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
terms |
protected java.lang.String |
text |
Constructor and Description |
---|
TaasExtractionResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTerms()
Gets the value of the terms property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
void |
setTerms(java.lang.String value)
Sets the value of the terms property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTerms()
String
public void setTerms(java.lang.String value)
value
- allowed object is
String