public class TagReference extends Object implements Serializable
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 and Description |
|---|
TagReference() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TagMask getTagMask()
TagMaskpublic void setTagMask(TagMask value)
value - allowed object is
TagMaskpublic long getIndex()
public void setIndex(long value)
Copyright © 2012–2017 CoGrOO. All rights reserved.