Package org.linuxforhealth.fhir.path
Class FHIRPathDateTimeValue.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.path.FHIRPathAbstractNode.Builder
-
- org.linuxforhealth.fhir.path.FHIRPathAbstractSystemValue.Builder
-
- org.linuxforhealth.fhir.path.FHIRPathAbstractTemporalValue.Builder
-
- org.linuxforhealth.fhir.path.FHIRPathDateTimeValue.Builder
-
- All Implemented Interfaces:
FHIRPathNode.Builder
- Enclosing class:
- FHIRPathDateTimeValue
public static class FHIRPathDateTimeValue.Builder extends FHIRPathAbstractTemporalValue.Builder
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.path.FHIRPathAbstractTemporalValue.Builder
precision, temporalAccessor, text
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathDateTimeValuebuild()Build a FHIRPathDateTimeValue instance using this builderFHIRPathDateTimeValue.Buildername(java.lang.String name)The name of the FHIRPathNodeFHIRPathDateTimeValue.Builderpath(java.lang.String path)The path of the FHIRPathNodeFHIRPathDateTimeValue.Buildertext(java.lang.String text)-
Methods inherited from class org.linuxforhealth.fhir.path.FHIRPathAbstractSystemValue.Builder
children, children, value
-
-
-
-
Method Detail
-
name
public FHIRPathDateTimeValue.Builder name(java.lang.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 FHIRPathDateTimeValue.Builder path(java.lang.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 FHIRPathDateTimeValue.Builder text(java.lang.String text)
- Overrides:
textin classFHIRPathAbstractTemporalValue.Builder
-
build
public FHIRPathDateTimeValue build()
Build a FHIRPathDateTimeValue instance using this builder- Specified by:
buildin interfaceFHIRPathNode.Builder- Specified by:
buildin classFHIRPathAbstractTemporalValue.Builder- Returns:
- a new FHIRPathDateTimeValue instance
-
-