public class Annotation extends Object
Java class for Annotation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Annotation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="Code" type="{http://domain-model-uri/15/04}CodedValue"/>
</sequence>
<attribute name="SampleIndex" type="{http://domain-model-uri/15/04}SampleIndex" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected Extension |
extension |
protected Long |
valueIndex |
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
CodedValue |
getCode()
The code that describes the annotation of the element.
|
Extension |
getExtension()
Gets the value of the extension property.
|
Long |
getValueIndex()
Index number of the sample an annotation refers to.
|
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setValueIndex(Long value)
Sets the value of the valueIndex property.
|
protected Extension extension
protected CodedValue code
protected Long valueIndex
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic CodedValue getCode()
CodedValuepublic void setCode(CodedValue value)
value - allowed object is
CodedValuepublic Long getValueIndex()
LongCopyright © 2016. All rights reserved.