| Modifier and Type | Method and Description |
|---|---|
Resource |
build() |
Resource.Builder |
clearId()
Clears the value of the 'id' field.
|
Resource.Builder |
clearImplicitRules()
Clears the value of the 'implicitRules' field.
|
Resource.Builder |
clearLanguage()
Clears the value of the 'language' field.
|
Resource.Builder |
clearMeta()
Clears the value of the 'meta' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getImplicitRules()
Gets the value of the 'implicitRules' field.
|
String |
getLanguage()
Gets the value of the 'language' field.
|
Meta |
getMeta()
Gets the value of the 'meta' field.
|
Meta.Builder |
getMetaBuilder()
Gets the Builder instance for the 'meta' field and creates one if it doesn't exist yet.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasImplicitRules()
Checks whether the 'implicitRules' field has been set.
|
boolean |
hasLanguage()
Checks whether the 'language' field has been set.
|
boolean |
hasMeta()
Checks whether the 'meta' field has been set.
|
boolean |
hasMetaBuilder()
Checks whether the 'meta' field has an active Builder instance
Field for FHIR property meta
|
Resource.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Resource.Builder |
setImplicitRules(String value)
Sets the value of the 'implicitRules' field.
|
Resource.Builder |
setLanguage(String value)
Sets the value of the 'language' field.
|
Resource.Builder |
setMeta(Meta value)
Sets the value of the 'meta' field.
|
Resource.Builder |
setMetaBuilder(Meta.Builder value)
Sets the Builder instance for the 'meta' field
Field for FHIR property meta
|
public String getId()
public Resource.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Resource.Builder clearId()
public Meta getMeta()
public Resource.Builder setMeta(Meta value)
value - The value of 'meta'.public boolean hasMeta()
public Meta.Builder getMetaBuilder()
public Resource.Builder setMetaBuilder(Meta.Builder value)
value - The builder instance that must be set.public boolean hasMetaBuilder()
public Resource.Builder clearMeta()
public String getImplicitRules()
public Resource.Builder setImplicitRules(String value)
value - The value of 'implicitRules'.public boolean hasImplicitRules()
public Resource.Builder clearImplicitRules()
public String getLanguage()
public Resource.Builder setLanguage(String value)
value - The value of 'language'.public boolean hasLanguage()
public Resource.Builder clearLanguage()
Copyright © 2020. All rights reserved.