Package com.ibm.fhir.path
Class FHIRPathIntegerValue.Builder
- java.lang.Object
 - 
- com.ibm.fhir.path.FHIRPathAbstractNode.Builder
 - 
- com.ibm.fhir.path.FHIRPathAbstractSystemValue.Builder
 - 
- com.ibm.fhir.path.FHIRPathIntegerValue.Builder
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRPathNode.Builder
- Enclosing class:
 - FHIRPathIntegerValue
 
public static class FHIRPathIntegerValue.Builder extends FHIRPathAbstractSystemValue.Builder
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathIntegerValuebuild()Build a FHIRPathIntegerValue instance using this builderFHIRPathIntegerValue.Buildername(String name)The name of the FHIRPathNodeFHIRPathIntegerValue.Builderpath(String path)The path of the FHIRPathNode- 
Methods inherited from class com.ibm.fhir.path.FHIRPathAbstractSystemValue.Builder
children, children, value 
 - 
 
 - 
 
- 
- 
Method Detail
- 
name
public FHIRPathIntegerValue.Builder name(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 FHIRPathIntegerValue.Builder path(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 FHIRPathIntegerValue build()
Build a FHIRPathIntegerValue instance using this builder- Specified by:
 buildin interfaceFHIRPathNode.Builder- Specified by:
 buildin classFHIRPathAbstractSystemValue.Builder- Returns:
 - a new FHIRPathIntegerValue instance
 
 
 - 
 
 -