Class DeviceComponent.ProductionSpecification
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.DeviceComponent.ProductionSpecification
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- DeviceComponent
public static class DeviceComponent.ProductionSpecification extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: DeviceComponent.productionSpecification ()Definition: Describes the production specification such as component revision, serial number, etc.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductionSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)IdentifierDtgetComponentId()Gets the value(s) for componentId ().StringgetProductionSpec()Gets the value(s) for productionSpec ().ca.uhn.fhir.model.primitive.StringDtgetProductionSpecElement()Gets the value(s) for productionSpec ().CodeableConceptDtgetSpecType()Gets the value(s) for specType ().booleanisEmpty()DeviceComponent.ProductionSpecificationsetComponentId(IdentifierDt theValue)Sets the value(s) for componentId ()DeviceComponent.ProductionSpecificationsetProductionSpec(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for productionSpec ()DeviceComponent.ProductionSpecificationsetProductionSpec(String theString)Sets the value for productionSpec ()DeviceComponent.ProductionSpecificationsetSpecType(CodeableConceptDt theValue)Sets the value(s) for specType ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ProductionSpecification
public ProductionSpecification()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getSpecType
public CodeableConceptDt getSpecType()
Gets the value(s) for specType (). creating it if it does not exist. Will not returnnull.Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.
-
setSpecType
public DeviceComponent.ProductionSpecification setSpecType(CodeableConceptDt theValue)
Sets the value(s) for specType ()Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.
-
getComponentId
public IdentifierDt getComponentId()
Gets the value(s) for componentId (). creating it if it does not exist. Will not returnnull.Definition: Describes the internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacture can make use of.
-
setComponentId
public DeviceComponent.ProductionSpecification setComponentId(IdentifierDt theValue)
Sets the value(s) for componentId ()Definition: Describes the internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacture can make use of.
-
getProductionSpecElement
public ca.uhn.fhir.model.primitive.StringDt getProductionSpecElement()
Gets the value(s) for productionSpec (). creating it if it does not exist. Will not returnnull.Definition: Describes the printable string defining the component.
-
getProductionSpec
public String getProductionSpec()
Gets the value(s) for productionSpec (). creating it if it does not exist. This method may returnnull.Definition: Describes the printable string defining the component.
-
setProductionSpec
public DeviceComponent.ProductionSpecification setProductionSpec(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for productionSpec ()Definition: Describes the printable string defining the component.
-
setProductionSpec
public DeviceComponent.ProductionSpecification setProductionSpec(String theString)
Sets the value for productionSpec ()Definition: Describes the printable string defining the component.
-
-