Package com.ibm.fhir.path
Class FHIRPathQuantityValue.Builder
- java.lang.Object
 - 
- com.ibm.fhir.path.FHIRPathAbstractNode.Builder
 - 
- com.ibm.fhir.path.FHIRPathQuantityValue.Builder
 
 
 
- 
- All Implemented Interfaces:
 FHIRPathNode.Builder
- Enclosing class:
 - FHIRPathQuantityValue
 
public static class FHIRPathQuantityValue.Builder extends FHIRPathAbstractNode.Builder
 
- 
- 
Field Summary
- 
Fields inherited from class com.ibm.fhir.path.FHIRPathAbstractNode.Builder
children, name, path, type 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathQuantityValuebuild()Build a FHIRPathQuantityValue instance using this builderFHIRPathQuantityValue.Builderchildren(FHIRPathNode... children)Child nodes of the FHIRPathNodeFHIRPathQuantityValue.Builderchildren(Collection<FHIRPathNode> children)Child nodes of the FHIRPathNodeFHIRPathQuantityValue.Buildername(String name)The name of the FHIRPathNodeFHIRPathQuantityValue.Builderpath(String path)The path of the FHIRPathNodeFHIRPathQuantityValue.Buildervalue(FHIRPathSystemValue value)The primitive value of the FHIRPathNode 
 - 
 
- 
- 
Method Detail
- 
name
public FHIRPathQuantityValue.Builder name(String name)
Description copied from interface:FHIRPathNode.BuilderThe name of the FHIRPathNode- Specified by:
 namein interfaceFHIRPathNode.Builder- Overrides:
 namein classFHIRPathAbstractNode.Builder- Parameters:
 name- the name of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
path
public FHIRPathQuantityValue.Builder path(String path)
Description copied from interface:FHIRPathNode.BuilderThe path of the FHIRPathNode- Specified by:
 pathin interfaceFHIRPathNode.Builder- Overrides:
 pathin classFHIRPathAbstractNode.Builder- Parameters:
 path- the path of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
value
public FHIRPathQuantityValue.Builder value(FHIRPathSystemValue value)
Description copied from interface:FHIRPathNode.BuilderThe primitive value of the FHIRPathNode- Specified by:
 valuein interfaceFHIRPathNode.Builder- Overrides:
 valuein classFHIRPathAbstractNode.Builder- Returns:
 - A reference to this builder instance
 
 
- 
children
public FHIRPathQuantityValue.Builder children(FHIRPathNode... children)
Description copied from interface:FHIRPathNode.BuilderChild nodes of the FHIRPathNode- Specified by:
 childrenin interfaceFHIRPathNode.Builder- Overrides:
 childrenin classFHIRPathAbstractNode.Builder- Returns:
 - A reference to this builder instance
 
 
- 
children
public FHIRPathQuantityValue.Builder children(Collection<FHIRPathNode> children)
Description copied from interface:FHIRPathNode.BuilderChild nodes of the FHIRPathNode- Specified by:
 childrenin interfaceFHIRPathNode.Builder- Overrides:
 childrenin classFHIRPathAbstractNode.Builder- Returns:
 - A reference to this builder instance
 
 
- 
build
public FHIRPathQuantityValue build()
Build a FHIRPathQuantityValue instance using this builder- Specified by:
 buildin interfaceFHIRPathNode.Builder- Specified by:
 buildin classFHIRPathAbstractNode.Builder- Returns:
 - a new FHIRPathQuantityValue instance
 
 
 - 
 
 -