public class EnumStringMetricDescriptor extends StringMetricDescriptor
Java class for EnumStringMetricDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumStringMetricDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}StringMetricDescriptor">
<sequence>
<element name="AllowedValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="EnumCodes" type="{http://domain-model-uri/15/04}EnumNomenRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedValues |
protected List<EnumNomenRef> |
enumCodes |
availability, bodySites, category, maxDelayTime, unitdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
EnumStringMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedValues()
List of allowed values for this EnumStringMetric.Gets the value of the allowedValues property.
|
List<EnumNomenRef> |
getEnumCodes()
References a code in a coding system for an enum.Gets the value of the enumCodes property.
|
void |
setAllowedValues(List<String> value) |
void |
setEnumCodes(List<EnumNomenRef> value) |
getAvailability, getBodySites, getCategory, getMaxDelayTime, getUnit, setAvailability, setBodySites, setCategory, setMaxDelayTime, setUnitgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<EnumNomenRef> enumCodes
public List<String> getAllowedValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowedValues property.
For example, to add a new item, do as follows:
getAllowedValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<EnumNomenRef> getEnumCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the enumCodes property.
For example, to add a new item, do as follows:
getEnumCodes().add(newItem);
Objects of the following type(s) are allowed in the list
EnumNomenRef
public void setEnumCodes(List<EnumNomenRef> value)
Copyright © 2016. All rights reserved.