Package org.linuxforhealth.fhir.path
Class FHIRPathQuantityValue.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.path.FHIRPathAbstractNode.Builder
-
- org.linuxforhealth.fhir.path.FHIRPathAbstractSystemValue.Builder
-
- org.linuxforhealth.fhir.path.FHIRPathQuantityValue.Builder
-
- All Implemented Interfaces:
FHIRPathNode.Builder
- Enclosing class:
- FHIRPathQuantityValue
public static class FHIRPathQuantityValue.Builder extends FHIRPathAbstractSystemValue.Builder
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.path.FHIRPathAbstractNode.Builder
children, name, path, type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathQuantityValue
build()
Build a FHIRPathQuantityValue instance using this builderFHIRPathQuantityValue.Builder
name(java.lang.String name)
The name of the FHIRPathNodeFHIRPathQuantityValue.Builder
path(java.lang.String path)
The path of the FHIRPathNode-
Methods inherited from class org.linuxforhealth.fhir.path.FHIRPathAbstractSystemValue.Builder
children, children, value
-
-
-
-
Method Detail
-
name
public FHIRPathQuantityValue.Builder name(java.lang.String name)
Description copied from interface:FHIRPathNode.Builder
The name of the FHIRPathNode- Specified by:
name
in interfaceFHIRPathNode.Builder
- Overrides:
name
in classFHIRPathAbstractSystemValue.Builder
- Parameters:
name
- the name of the FHIRPathNode- Returns:
- A reference to this builder instance
-
path
public FHIRPathQuantityValue.Builder path(java.lang.String path)
Description copied from interface:FHIRPathNode.Builder
The path of the FHIRPathNode- Specified by:
path
in interfaceFHIRPathNode.Builder
- Overrides:
path
in classFHIRPathAbstractSystemValue.Builder
- Parameters:
path
- the path of the FHIRPathNode- Returns:
- A reference to this builder instance
-
build
public FHIRPathQuantityValue build()
Build a FHIRPathQuantityValue instance using this builder- Specified by:
build
in interfaceFHIRPathNode.Builder
- Specified by:
build
in classFHIRPathAbstractSystemValue.Builder
- Returns:
- a new FHIRPathQuantityValue instance
-
-