Package org.hl7.fhir
Class SampledData
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.SampledData
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SampledData
extends Element
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Java class for SampledData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SampledData">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="origin" type="{http://hl7.org/fhir}SimpleQuantity"/>
<element name="period" type="{http://hl7.org/fhir}decimal"/>
<element name="factor" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
<element name="lowerLimit" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
<element name="upperLimit" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
<element name="dimensions" type="{http://hl7.org/fhir}positiveInt"/>
<element name="data" type="{http://hl7.org/fhir}SampledDataDataType"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SampledDataDataTypeprotected PositiveIntprotected Decimalprotected Decimalprotected SimpleQuantityprotected Decimalprotected Decimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getData()Gets the value of the data property.Gets the value of the dimensions property.Gets the value of the factor property.Gets the value of the lowerLimit property.Gets the value of the origin property.Gets the value of the period property.Gets the value of the upperLimit property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetData(SampledDataDataType value) Sets the value of the data property.voidsetDimensions(PositiveInt value) Sets the value of the dimensions property.voidSets the value of the factor property.voidsetLowerLimit(Decimal value) Sets the value of the lowerLimit property.voidsetOrigin(SimpleQuantity value) Sets the value of the origin property.voidSets the value of the period property.voidsetUpperLimit(Decimal value) Sets the value of the upperLimit property.toString()withData(SampledDataDataType value) withDimensions(PositiveInt value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFactor(Decimal value) withLowerLimit(Decimal value) withOrigin(SimpleQuantity value) withPeriod(Decimal value) withUpperLimit(Decimal value) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
origin
-
period
-
factor
-
lowerLimit
-
upperLimit
-
dimensions
-
data
-
-
Constructor Details
-
SampledData
public SampledData()
-
-
Method Details
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
SimpleQuantity
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isSimpleQuantity
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Decimal
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isDecimal
-
getFactor
Gets the value of the factor property.- Returns:
- possible object is
Decimal
-
setFactor
Sets the value of the factor property.- Parameters:
value- allowed object isDecimal
-
getLowerLimit
Gets the value of the lowerLimit property.- Returns:
- possible object is
Decimal
-
setLowerLimit
Sets the value of the lowerLimit property.- Parameters:
value- allowed object isDecimal
-
getUpperLimit
Gets the value of the upperLimit property.- Returns:
- possible object is
Decimal
-
setUpperLimit
Sets the value of the upperLimit property.- Parameters:
value- allowed object isDecimal
-
getDimensions
Gets the value of the dimensions property.- Returns:
- possible object is
PositiveInt
-
setDimensions
Sets the value of the dimensions property.- Parameters:
value- allowed object isPositiveInt
-
getData
Gets the value of the data property.- Returns:
- possible object is
SampledDataDataType
-
setData
Sets the value of the data property.- Parameters:
value- allowed object isSampledDataDataType
-
withOrigin
-
withPeriod
-
withFactor
-
withLowerLimit
-
withUpperLimit
-
withDimensions
-
withData
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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- Overrides:
appendFieldsin classElement
-