Package org.linuxforhealth.fhir.path
Class FHIRPathBooleanValue.Builder
- java.lang.Object
 - 
- org.linuxforhealth.fhir.path.FHIRPathAbstractNode.Builder
 - 
- org.linuxforhealth.fhir.path.FHIRPathAbstractSystemValue.Builder
 - 
- org.linuxforhealth.fhir.path.FHIRPathBooleanValue.Builder
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRPathNode.Builder
- Enclosing class:
 - FHIRPathBooleanValue
 
public static class FHIRPathBooleanValue.Builder extends FHIRPathAbstractSystemValue.Builder
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathBooleanValuebuild()Build a FHIRPathBooleanValue instance using this builderFHIRPathBooleanValue.Buildername(java.lang.String name)The name of the FHIRPathNodeFHIRPathBooleanValue.Builderpath(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 FHIRPathBooleanValue.Builder name(java.lang.String name)
Description copied from interface:FHIRPathNode.BuilderThe name of the FHIRPathNode- Specified by:
 namein interfaceFHIRPathNode.Builder- Overrides:
 namein classFHIRPathAbstractSystemValue.Builder- Parameters:
 name- the name of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
path
public FHIRPathBooleanValue.Builder path(java.lang.String path)
Description copied from interface:FHIRPathNode.BuilderThe path of the FHIRPathNode- Specified by:
 pathin interfaceFHIRPathNode.Builder- Overrides:
 pathin classFHIRPathAbstractSystemValue.Builder- Parameters:
 path- the path of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
build
public FHIRPathBooleanValue build()
Build a FHIRPathBooleanValue instance using this builder- Specified by:
 buildin interfaceFHIRPathNode.Builder- Specified by:
 buildin classFHIRPathAbstractSystemValue.Builder- Returns:
 - a new FHIRPathBooleanValue instance
 
 
 - 
 
 -