Package com.ibm.fhir.path
Class FHIRPathTimeValue.Builder
- java.lang.Object
 - 
- com.ibm.fhir.path.FHIRPathAbstractNode.Builder
 - 
- com.ibm.fhir.path.FHIRPathAbstractSystemValue.Builder
 - 
- com.ibm.fhir.path.FHIRPathAbstractTemporalValue.Builder
 - 
- com.ibm.fhir.path.FHIRPathTimeValue.Builder
 
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRPathNode.Builder
- Enclosing class:
 - FHIRPathTimeValue
 
public static class FHIRPathTimeValue.Builder extends FHIRPathAbstractTemporalValue.Builder
 
- 
- 
Field Summary
- 
Fields inherited from class com.ibm.fhir.path.FHIRPathAbstractTemporalValue.Builder
precision, temporalAccessor, text 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathTimeValuebuild()Build a FHIRPathTimeValue instance using this builderFHIRPathTimeValue.Buildername(String name)The name of the FHIRPathNodeFHIRPathTimeValue.Builderpath(String path)The path of the FHIRPathNodeFHIRPathTimeValue.Buildertext(String text)- 
Methods inherited from class com.ibm.fhir.path.FHIRPathAbstractSystemValue.Builder
children, children, value 
 - 
 
 - 
 
- 
- 
Method Detail
- 
name
public FHIRPathTimeValue.Builder name(String name)
Description copied from interface:FHIRPathNode.BuilderThe name of the FHIRPathNode- Specified by:
 namein interfaceFHIRPathNode.Builder- Overrides:
 namein classFHIRPathAbstractTemporalValue.Builder- Parameters:
 name- the name of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
path
public FHIRPathTimeValue.Builder path(String path)
Description copied from interface:FHIRPathNode.BuilderThe path of the FHIRPathNode- Specified by:
 pathin interfaceFHIRPathNode.Builder- Overrides:
 pathin classFHIRPathAbstractTemporalValue.Builder- Parameters:
 path- the path of the FHIRPathNode- Returns:
 - A reference to this builder instance
 
 
- 
text
public FHIRPathTimeValue.Builder text(String text)
- Overrides:
 textin classFHIRPathAbstractTemporalValue.Builder
 
- 
build
public FHIRPathTimeValue build()
Build a FHIRPathTimeValue instance using this builder- Specified by:
 buildin interfaceFHIRPathNode.Builder- Specified by:
 buildin classFHIRPathAbstractTemporalValue.Builder- Returns:
 - a new FHIRPathTimeValue instance
 
 
 - 
 
 -