Class DeviceComponent
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DeviceComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceComponent">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="type" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier"/>
<element name="lastSystemChange" type="{http://hl7.org/fhir}instant"/>
<element name="source" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="parent" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="operationalStatus" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameterGroup" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="measurementPrinciple" type="{http://hl7.org/fhir}Measmnt-Principle" minOccurs="0"/>
<element name="productionSpecification" type="{http://hl7.org/fhir}DeviceComponent.ProductionSpecification" maxOccurs="unbounded" minOccurs="0"/>
<element name="languageCode" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Identifierprotected CodeableConceptprotected Instantprotected MeasmntPrincipleprotected List<CodeableConcept> protected CodeableConceptprotected Referenceprotected List<DeviceComponentProductionSpecification> protected Referenceprotected CodeableConceptFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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) Gets the value of the identifier property.Gets the value of the languageCode property.Gets the value of the lastSystemChange property.Gets the value of the measurementPrinciple property.Gets the value of the operationalStatus property.Gets the value of the parameterGroup property.Gets the value of the parent property.Gets the value of the productionSpecification property.Gets the value of the source property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetLanguageCode(CodeableConcept value) Sets the value of the languageCode property.voidsetLastSystemChange(Instant value) Sets the value of the lastSystemChange property.voidSets the value of the measurementPrinciple property.voidsetOperationalStatus(List<CodeableConcept> value) voidsetParameterGroup(CodeableConcept value) Sets the value of the parameterGroup property.voidSets the value of the parent property.voidvoidSets the value of the source property.voidsetType(CodeableConcept value) Sets the value of the type property.toString()withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Identifier value) withImplicitRules(Uri value) withLanguage(Code value) withLanguageCode(CodeableConcept value) withLastSystemChange(Instant value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOperationalStatus(CodeableConcept... values) withParent(Reference value) withSource(Reference value) withType(CodeableConcept value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
type
-
identifier
-
lastSystemChange
-
source
-
parent
-
operationalStatus
-
parameterGroup
-
measurementPrinciple
-
productionSpecification
-
languageCode
-
-
Constructor Details
-
DeviceComponent
public DeviceComponent()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getLastSystemChange
Gets the value of the lastSystemChange property.- Returns:
- possible object is
Instant
-
setLastSystemChange
Sets the value of the lastSystemChange property.- Parameters:
value- allowed object isInstant
-
getSource
Gets the value of the source property.- Returns:
- possible object is
Reference
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isReference
-
getParent
Gets the value of the parent property.- Returns:
- possible object is
Reference
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isReference
-
getOperationalStatus
Gets the value of the operationalStatus 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 Jakarta XML Binding object. This is why there is not a
setmethod for the operationalStatus property.For example, to add a new item, do as follows:
getOperationalStatus().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getParameterGroup
Gets the value of the parameterGroup property.- Returns:
- possible object is
CodeableConcept
-
setParameterGroup
Sets the value of the parameterGroup property.- Parameters:
value- allowed object isCodeableConcept
-
getMeasurementPrinciple
Gets the value of the measurementPrinciple property.- Returns:
- possible object is
MeasmntPrinciple
-
setMeasurementPrinciple
Sets the value of the measurementPrinciple property.- Parameters:
value- allowed object isMeasmntPrinciple
-
getProductionSpecification
Gets the value of the productionSpecification 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 Jakarta XML Binding object. This is why there is not a
setmethod for the productionSpecification property.For example, to add a new item, do as follows:
getProductionSpecification().add(newItem);Objects of the following type(s) are allowed in the list
DeviceComponentProductionSpecification -
getLanguageCode
Gets the value of the languageCode property.- Returns:
- possible object is
CodeableConcept
-
setLanguageCode
Sets the value of the languageCode property.- Parameters:
value- allowed object isCodeableConcept
-
withType
-
withIdentifier
-
withLastSystemChange
-
withSource
-
withParent
-
withOperationalStatus
-
withOperationalStatus
-
withParameterGroup
-
withMeasurementPrinciple
-
withProductionSpecification
public DeviceComponent withProductionSpecification(DeviceComponentProductionSpecification... values) -
withProductionSpecification
public DeviceComponent withProductionSpecification(Collection<DeviceComponentProductionSpecification> values) -
withLanguageCode
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
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- Overrides:
appendin classDomainResource
-
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 classDomainResource
-
setOperationalStatus
-
setProductionSpecification
-