public static class SampleArrayValue.ApplyAnnotation extends 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(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.
|
String |
toString() |
public long getAnnotationIndex()
public void setAnnotationIndex(long value)
public long getSampleIndex()
public void setSampleIndex(long value)
Copyright © 2017. All rights reserved.