| Modifier and Type | Method and Description |
|---|---|
Coding |
build() |
Coding.Builder |
clearCode()
Clears the value of the 'code' field.
|
Coding.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
Coding.Builder |
clearId()
Clears the value of the 'id' field.
|
Coding.Builder |
clearSystem()
Clears the value of the 'system' field.
|
Coding.Builder |
clearUserSelected()
Clears the value of the 'userSelected' field.
|
Coding.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getCode()
Gets the value of the 'code' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getSystem()
Gets the value of the 'system' field.
|
Boolean |
getUserSelected()
Gets the value of the 'userSelected' field.
|
String |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasSystem()
Checks whether the 'system' field has been set.
|
boolean |
hasUserSelected()
Checks whether the 'userSelected' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
Coding.Builder |
setCode(String value)
Sets the value of the 'code' field.
|
Coding.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
Coding.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Coding.Builder |
setSystem(String value)
Sets the value of the 'system' field.
|
Coding.Builder |
setUserSelected(Boolean value)
Sets the value of the 'userSelected' field.
|
Coding.Builder |
setVersion(String value)
Sets the value of the 'version' field.
|
public String getId()
public Coding.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Coding.Builder clearId()
public String getSystem()
public Coding.Builder setSystem(String value)
value - The value of 'system'.public boolean hasSystem()
public Coding.Builder clearSystem()
public String getVersion()
public Coding.Builder setVersion(String value)
value - The value of 'version'.public boolean hasVersion()
public Coding.Builder clearVersion()
public String getCode()
public Coding.Builder setCode(String value)
value - The value of 'code'.public boolean hasCode()
public Coding.Builder clearCode()
public String getDisplay()
public Coding.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public Coding.Builder clearDisplay()
public Boolean getUserSelected()
public Coding.Builder setUserSelected(Boolean value)
value - The value of 'userSelected'.public boolean hasUserSelected()
public Coding.Builder clearUserSelected()
Copyright © 2020. All rights reserved.