|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.Mask
public class Mask
A mask for a token or a tag
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 Summary | |
|---|---|
Mask()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mask()
| Method Detail |
|---|
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()
Stringpublic void setOutOfBounds(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||