Package com.ibm.fhir.path
Class FHIRPathDateTimeValue.Builder
- java.lang.Object
-
- com.ibm.fhir.path.FHIRPathAbstractNode.Builder
-
- com.ibm.fhir.path.FHIRPathAbstractTemporalValue.Builder
-
- com.ibm.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 com.ibm.fhir.path.FHIRPathAbstractTemporalValue.Builder
precision, temporalAccessor, text
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPathDateTimeValue
build()
Build a FHIRPathDateTimeValue instance using this builderFHIRPathDateTimeValue.Builder
children(FHIRPathNode... children)
Child nodes of the FHIRPathNodeFHIRPathDateTimeValue.Builder
children(Collection<FHIRPathNode> children)
Child nodes of the FHIRPathNodeFHIRPathDateTimeValue.Builder
name(String name)
The name of the FHIRPathNodeFHIRPathDateTimeValue.Builder
path(String path)
The path of the FHIRPathNodeFHIRPathDateTimeValue.Builder
text(String text)
FHIRPathDateTimeValue.Builder
value(FHIRPathSystemValue value)
The primitive value of the FHIRPathNode
-
-
-
Method Detail
-
name
public FHIRPathDateTimeValue.Builder name(String name)
Description copied from interface:FHIRPathNode.Builder
The name of the FHIRPathNode- Specified by:
name
in interfaceFHIRPathNode.Builder
- Overrides:
name
in classFHIRPathAbstractTemporalValue.Builder
- Parameters:
name
- the name of the FHIRPathNode- Returns:
- A reference to this builder instance
-
path
public FHIRPathDateTimeValue.Builder path(String path)
Description copied from interface:FHIRPathNode.Builder
The path of the FHIRPathNode- Specified by:
path
in interfaceFHIRPathNode.Builder
- Overrides:
path
in classFHIRPathAbstractTemporalValue.Builder
- Parameters:
path
- the path of the FHIRPathNode- Returns:
- A reference to this builder instance
-
value
public FHIRPathDateTimeValue.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 classFHIRPathAbstractTemporalValue.Builder
- Returns:
- A reference to this builder instance
-
children
public FHIRPathDateTimeValue.Builder children(FHIRPathNode... children)
Description copied from interface:FHIRPathNode.Builder
Child nodes of the FHIRPathNode- Specified by:
children
in interfaceFHIRPathNode.Builder
- Overrides:
children
in classFHIRPathAbstractTemporalValue.Builder
- Returns:
- A reference to this builder instance
-
children
public FHIRPathDateTimeValue.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 classFHIRPathAbstractTemporalValue.Builder
- Returns:
- A reference to this builder instance
-
text
public FHIRPathDateTimeValue.Builder text(String text)
- Overrides:
text
in classFHIRPathAbstractTemporalValue.Builder
-
build
public FHIRPathDateTimeValue build()
Build a FHIRPathDateTimeValue instance using this builder- Specified by:
build
in interfaceFHIRPathNode.Builder
- Specified by:
build
in classFHIRPathAbstractTemporalValue.Builder
- Returns:
- a new FHIRPathDateTimeValue instance
-
-