Class ClinicalInfo.RelatedMeasurement.ReferenceRange
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.ClinicalInfo.RelatedMeasurement.ReferenceRange
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Enclosing class:
- ClinicalInfo.RelatedMeasurement
public static class ClinicalInfo.RelatedMeasurement.ReferenceRange 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="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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CodedValuemeaningprotected Rangerange
-
Constructor Summary
Constructors Constructor Description ReferenceRange()
-
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)CodedValuegetMeaning()Gets the value of the meaning property.RangegetRange()Gets the value of the range property.inthashCode()voidsetMeaning(CodedValue value)Sets the value of the meaning property.voidsetRange(Range value)Sets the value of the range property.StringtoString()
-
-
-
Field Detail
-
range
protected Range range
-
meaning
protected CodedValue meaning
-
-
Method Detail
-
getRange
public Range getRange()
Gets the value of the range property.- Returns:
- possible object is
Range
-
setRange
public void setRange(Range value)
Sets the value of the range property.- Parameters:
value- allowed object isRange
-
getMeaning
public CodedValue getMeaning()
Gets the value of the meaning property.- Returns:
- possible object is
CodedValue
-
setMeaning
public void setMeaning(CodedValue value)
Sets the value of the meaning property.- Parameters:
value- allowed object isCodedValue
-
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
-
-