public static class SampleArrayValue.ApplyAnnotation
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AnnotationIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="SampleIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
annotationIndex |
protected long |
sampleIndex |
| Constructor and Description |
|---|
ApplyAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
long |
getAnnotationIndex()
Gets the value of the annotationIndex property.
|
long |
getSampleIndex()
Gets the value of the sampleIndex property.
|
int |
hashCode() |
void |
setAnnotationIndex(long value)
Sets the value of the annotationIndex property.
|
void |
setSampleIndex(long value)
Sets the value of the sampleIndex property.
|
java.lang.String |
toString() |
public long getAnnotationIndex()
public void setAnnotationIndex(long value)
public long getSampleIndex()
public void setSampleIndex(long value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object