public class Mask extends Object implements Serializable
Java class for Mask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mask">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="LexemeMask" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PrimitiveMask" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TagMask" type="{}TagMask"/>
<element name="TagReference" type="{}Reference"/>
<element name="OutOfBounds" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Mask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLexemeMask()
Gets the value of the lexemeMask property.
|
String |
getOutOfBounds()
Gets the value of the outOfBounds property.
|
String |
getPrimitiveMask()
Gets the value of the primitiveMask property.
|
TagMask |
getTagMask()
Gets the value of the tagMask property.
|
Reference |
getTagReference()
Gets the value of the tagReference property.
|
void |
setLexemeMask(String value)
Sets the value of the lexemeMask property.
|
void |
setOutOfBounds(String value)
Sets the value of the outOfBounds property.
|
void |
setPrimitiveMask(String value)
Sets the value of the primitiveMask property.
|
void |
setTagMask(TagMask value)
Sets the value of the tagMask property.
|
void |
setTagReference(Reference value)
Sets the value of the tagReference property.
|
public String getLexemeMask()
Stringpublic void setLexemeMask(String value)
value - allowed object is
Stringpublic String getPrimitiveMask()
Stringpublic void setPrimitiveMask(String value)
value - allowed object is
Stringpublic TagMask getTagMask()
TagMaskpublic void setTagMask(TagMask value)
value - allowed object is
TagMaskpublic Reference getTagReference()
Referencepublic void setTagReference(Reference value)
value - allowed object is
Referencepublic String getOutOfBounds()
StringCopyright © 2012–2017 CoGrOO. All rights reserved.