public class EnumNomenRef extends Object
Java class for EnumNomenRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumNomenRef">
<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="EnumIndex" type="{http://domain-model-uri/15/04}SampleIndex" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected Long |
enumIndex |
protected Extension |
extension |
| Constructor and Description |
|---|
EnumNomenRef() |
| Modifier and Type | Method and Description |
|---|---|
CodedValue |
getCode()
The referenced enumeration code.
|
Long |
getEnumIndex()
Index number of the enumeration this reference points to.
|
Extension |
getExtension()
Gets the value of the extension property.
|
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setEnumIndex(Long value)
Sets the value of the enumIndex property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
protected Extension extension
protected CodedValue code
protected Long enumIndex
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 getEnumIndex()
LongCopyright © 2016. All rights reserved.