Package com.ibm.fhir.path
Class FHIRPathBooleanValue.Builder
- java.lang.Object
-
- com.ibm.fhir.path.FHIRPathAbstractNode.Builder
-
- com.ibm.fhir.path.FHIRPathBooleanValue.Builder
-
- All Implemented Interfaces:
FHIRPathNode.Builder
- Enclosing class:
- FHIRPathBooleanValue
public static class FHIRPathBooleanValue.Builder extends FHIRPathAbstractNode.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathBooleanValue
build()
Build a FHIRPathBooleanValue instance using this builderFHIRPathBooleanValue.Builder
children(FHIRPathNode... children)
Child nodes of the FHIRPathNodeFHIRPathBooleanValue.Builder
children(Collection<FHIRPathNode> children)
Child nodes of the FHIRPathNodeFHIRPathBooleanValue.Builder
name(String name)
The name of the FHIRPathNodeFHIRPathBooleanValue.Builder
path(String path)
The path of the FHIRPathNodeFHIRPathBooleanValue.Builder
value(FHIRPathSystemValue value)
The primitive value of the FHIRPathNode
-
-
-
Method Detail
-
name
public FHIRPathBooleanValue.Builder name(String name)
Description copied from interface:FHIRPathNode.Builder
The name of the FHIRPathNode- Specified by:
name
in interfaceFHIRPathNode.Builder
- Overrides:
name
in classFHIRPathAbstractNode.Builder
- Parameters:
name
- the name of the FHIRPathNode- Returns:
- A reference to this builder instance
-
path
public FHIRPathBooleanValue.Builder path(String path)
Description copied from interface:FHIRPathNode.Builder
The path of the FHIRPathNode- Specified by:
path
in interfaceFHIRPathNode.Builder
- Overrides:
path
in classFHIRPathAbstractNode.Builder
- Parameters:
path
- the path of the FHIRPathNode- Returns:
- A reference to this builder instance
-
value
public FHIRPathBooleanValue.Builder value(FHIRPathSystemValue value)
Description copied from interface:FHIRPathNode.Builder
The primitive value of the FHIRPathNode- Specified by:
value
in interfaceFHIRPathNode.Builder
- Overrides:
value
in classFHIRPathAbstractNode.Builder
- Returns:
- A reference to this builder instance
-
children
public FHIRPathBooleanValue.Builder children(FHIRPathNode... children)
Description copied from interface:FHIRPathNode.Builder
Child nodes of the FHIRPathNode- Specified by:
children
in interfaceFHIRPathNode.Builder
- Overrides:
children
in classFHIRPathAbstractNode.Builder
- Returns:
- A reference to this builder instance
-
children
public FHIRPathBooleanValue.Builder children(Collection<FHIRPathNode> children)
Description copied from interface:FHIRPathNode.Builder
Child nodes of the FHIRPathNode- Specified by:
children
in interfaceFHIRPathNode.Builder
- Overrides:
children
in classFHIRPathAbstractNode.Builder
- Returns:
- A reference to this builder instance
-
build
public FHIRPathBooleanValue build()
Build a FHIRPathBooleanValue instance using this builder- Specified by:
build
in interfaceFHIRPathNode.Builder
- Specified by:
build
in classFHIRPathAbstractNode.Builder
- Returns:
- a new FHIRPathBooleanValue instance
-
-