public class TextMatchType extends Object
Java class for TextMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextMatchType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="collation" type="{http://www.w3.org/2001/XMLSchema}string" default="i;ascii-casemap" />
<attribute name="negate-condition" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
collation |
protected Boolean |
negateCondition |
protected String |
value |
| Constructor and Description |
|---|
TextMatchType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollation()
Gets the value of the collation property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isNegateCondition()
Gets the value of the negateCondition property.
|
void |
setCollation(String value)
Sets the value of the collation property.
|
void |
setNegateCondition(Boolean value)
Sets the value of the negateCondition property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String collation
protected Boolean negateCondition
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getCollation()
Stringpublic void setCollation(String value)
value - allowed object is
Stringpublic boolean isNegateCondition()
BooleanCopyright © 2019 Bedework. All rights reserved.