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 extensionsJava 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
Fields Modifier and Type Field Description protected SampledDataDataTypedataprotected PositiveIntdimensionsprotected Decimalfactorprotected DecimallowerLimitprotected SimpleQuantityoriginprotected Decimalperiodprotected DecimalupperLimit
-
Constructor Summary
Constructors Constructor Description SampledData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)SampledDataDataTypegetData()Gets the value of the data property.PositiveIntgetDimensions()Gets the value of the dimensions property.DecimalgetFactor()Gets the value of the factor property.DecimalgetLowerLimit()Gets the value of the lowerLimit property.SimpleQuantitygetOrigin()Gets the value of the origin property.DecimalgetPeriod()Gets the value of the period property.DecimalgetUpperLimit()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.voidsetFactor(Decimal value)Sets 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.voidsetPeriod(Decimal value)Sets the value of the period property.voidsetUpperLimit(Decimal value)Sets the value of the upperLimit property.java.lang.StringtoString()SampledDatawithData(SampledDataDataType value)SampledDatawithDimensions(PositiveInt value)SampledDatawithExtension(java.util.Collection<Extension> values)SampledDatawithExtension(Extension... values)SampledDatawithFactor(Decimal value)SampledDatawithId(java.lang.String value)SampledDatawithLowerLimit(Decimal value)SampledDatawithOrigin(SimpleQuantity value)SampledDatawithPeriod(Decimal value)SampledDatawithUpperLimit(Decimal value)-
Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setId
-
-
-
-
Field Detail
-
origin
protected SimpleQuantity origin
-
period
protected Decimal period
-
factor
protected Decimal factor
-
lowerLimit
protected Decimal lowerLimit
-
upperLimit
protected Decimal upperLimit
-
dimensions
protected PositiveInt dimensions
-
data
protected SampledDataDataType data
-
-
Method Detail
-
getOrigin
public SimpleQuantity getOrigin()
Gets the value of the origin property.- Returns:
- possible object is
SimpleQuantity
-
setOrigin
public void setOrigin(SimpleQuantity value)
Sets the value of the origin property.- Parameters:
value- allowed object isSimpleQuantity
-
getPeriod
public Decimal getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Decimal
-
setPeriod
public void setPeriod(Decimal value)
Sets the value of the period property.- Parameters:
value- allowed object isDecimal
-
getFactor
public Decimal getFactor()
Gets the value of the factor property.- Returns:
- possible object is
Decimal
-
setFactor
public void setFactor(Decimal value)
Sets the value of the factor property.- Parameters:
value- allowed object isDecimal
-
getLowerLimit
public Decimal getLowerLimit()
Gets the value of the lowerLimit property.- Returns:
- possible object is
Decimal
-
setLowerLimit
public void setLowerLimit(Decimal value)
Sets the value of the lowerLimit property.- Parameters:
value- allowed object isDecimal
-
getUpperLimit
public Decimal getUpperLimit()
Gets the value of the upperLimit property.- Returns:
- possible object is
Decimal
-
setUpperLimit
public void setUpperLimit(Decimal value)
Sets the value of the upperLimit property.- Parameters:
value- allowed object isDecimal
-
getDimensions
public PositiveInt getDimensions()
Gets the value of the dimensions property.- Returns:
- possible object is
PositiveInt
-
setDimensions
public void setDimensions(PositiveInt value)
Sets the value of the dimensions property.- Parameters:
value- allowed object isPositiveInt
-
getData
public SampledDataDataType getData()
Gets the value of the data property.- Returns:
- possible object is
SampledDataDataType
-
setData
public void setData(SampledDataDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isSampledDataDataType
-
withOrigin
public SampledData withOrigin(SimpleQuantity value)
-
withPeriod
public SampledData withPeriod(Decimal value)
-
withFactor
public SampledData withFactor(Decimal value)
-
withLowerLimit
public SampledData withLowerLimit(Decimal value)
-
withUpperLimit
public SampledData withUpperLimit(Decimal value)
-
withDimensions
public SampledData withDimensions(PositiveInt value)
-
withData
public SampledData withData(SampledDataDataType value)
-
withExtension
public SampledData withExtension(Extension... values)
- Overrides:
withExtensionin classElement
-
withExtension
public SampledData withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classElement
-
withId
public SampledData withId(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
-