Class ClinicalInfo.RelatedMeasurement
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.ClinicalInfo.RelatedMeasurement
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- ClinicalInfo
public static class ClinicalInfo.RelatedMeasurement extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
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 name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement"/> <element name="ReferenceRange" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Range" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/> <element name="Meaning" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Validity" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeasurementValidity" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClinicalInfo.RelatedMeasurement.ReferenceRangeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<ClinicalInfo.RelatedMeasurement.ReferenceRange>referenceRangeprotected MeasurementValidityvalidityprotected Measurementvalue
-
Constructor Summary
Constructors Constructor Description RelatedMeasurement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<ClinicalInfo.RelatedMeasurement.ReferenceRange>getReferenceRange()Gets the value of the referenceRange property.MeasurementValiditygetValidity()Gets the value of the validity property.MeasurementgetValue()Gets the value of the value property.inthashCode()voidsetReferenceRange(List<ClinicalInfo.RelatedMeasurement.ReferenceRange> value)voidsetValidity(MeasurementValidity value)Sets the value of the validity property.voidsetValue(Measurement value)Sets the value of the value property.StringtoString()
-
-
-
Field Detail
-
value
protected Measurement value
-
referenceRange
protected List<ClinicalInfo.RelatedMeasurement.ReferenceRange> referenceRange
-
validity
protected MeasurementValidity validity
-
-
Method Detail
-
getValue
public Measurement getValue()
Gets the value of the value property.- Returns:
- possible object is
Measurement
-
setValue
public void setValue(Measurement value)
Sets the value of the value property.- Parameters:
value- allowed object isMeasurement
-
getReferenceRange
public List<ClinicalInfo.RelatedMeasurement.ReferenceRange> getReferenceRange()
Gets the value of the referenceRange property.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
setmethod for the referenceRange property.For example, to add a new item, do as follows:
getReferenceRange().add(newItem);Objects of the following type(s) are allowed in the list
ClinicalInfo.RelatedMeasurement.ReferenceRange
-
getValidity
public MeasurementValidity getValidity()
Gets the value of the validity property.- Returns:
- possible object is
MeasurementValidity
-
setValidity
public void setValidity(MeasurementValidity value)
Sets the value of the validity property.- Parameters:
value- allowed object isMeasurementValidity
-
setReferenceRange
public void setReferenceRange(List<ClinicalInfo.RelatedMeasurement.ReferenceRange> value)
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-