|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.checker.rules.model.TagReference
public class TagReference
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>
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 |
---|
public TagReference()
Method Detail |
---|
public TagMask getTagMask()
TagMask
public void setTagMask(TagMask value)
value
- allowed object is
TagMask
public long getIndex()
public void setIndex(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |