public static class AbstractMetricValue.Annotation 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">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Type" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getCode()
The CODED VALUE that describes the annotation of the ELEMENT.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
int |
hashCode() |
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue code
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getCode()
CodedValuepublic void setCode(CodedValue value)
value - allowed object is
CodedValueCopyright © 2017. All rights reserved.