org.cogroo.tools.checker.rules.model
Class Mask

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.Mask
All Implemented Interfaces:
Serializable

public class Mask
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Mask

public Mask()
Method Detail

getLexemeMask

public String getLexemeMask()
Gets the value of the lexemeMask property.

Returns:
possible object is String

setLexemeMask

public void setLexemeMask(String value)
Sets the value of the lexemeMask property.

Parameters:
value - allowed object is String

getPrimitiveMask

public String getPrimitiveMask()
Gets the value of the primitiveMask property.

Returns:
possible object is String

setPrimitiveMask

public void setPrimitiveMask(String value)
Sets the value of the primitiveMask property.

Parameters:
value - allowed object is String

getTagMask

public TagMask getTagMask()
Gets the value of the tagMask property.

Returns:
possible object is TagMask

setTagMask

public void setTagMask(TagMask value)
Sets the value of the tagMask property.

Parameters:
value - allowed object is TagMask

getTagReference

public Reference getTagReference()
Gets the value of the tagReference property.

Returns:
possible object is Reference

setTagReference

public void setTagReference(Reference value)
Sets the value of the tagReference property.

Parameters:
value - allowed object is Reference

getOutOfBounds

public String getOutOfBounds()
Gets the value of the outOfBounds property.

Returns:
possible object is String

setOutOfBounds

public void setOutOfBounds(String value)
Sets the value of the outOfBounds property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 CoGrOO. All Rights Reserved.