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

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

public class TagReference
extends Object
implements Serializable

References a tag from a different token

Java class for TagReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TagReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TagMask" type="{}TagMask"/>
       </sequence>
       <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TagReference()
           
 
Method Summary
 long getIndex()
          Gets the value of the index property.
 TagMask getTagMask()
          Gets the value of the tagMask property.
 void setIndex(long value)
          Sets the value of the index property.
 void setTagMask(TagMask value)
          Sets the value of the tagMask property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagReference

public TagReference()
Method Detail

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

getIndex

public long getIndex()
Gets the value of the index property.


setIndex

public void setIndex(long value)
Sets the value of the index property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.