public static class BroadcastableValueSets.AncestorValue extends Object
| Constructor and Description |
|---|
AncestorValue()
Nullary constructor so Spark can encode this as a bean.
|
AncestorValue(String referenceName,
String uri,
String version,
String ancestorSystem,
String ancestorValue)
Constructs an ancestor value bean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAncestorSystem()
Returns the system of the ancestor code.
|
String |
getAncestorValue()
Returns the value of the ancestor code.
|
String |
getReferenceName()
Returns the value set reference name.
|
String |
getUri()
Returns the URI of the hierarchy that owns this ancestor value.
|
String |
getVersion()
Returns the version of the hierarchy that owns this ancestor value.
|
int |
hashCode() |
void |
setAncestorSystem(String ancestorSystem)
Sets the system of the ancestor code.
|
void |
setAncestorValue(String ancestorValue)
Sets the value of the ancestor code.
|
void |
setReferenceName(String referenceName)
Sets the value set reference name.
|
void |
setUri(String uri)
Sets the URI of the concept map that owns this ancestor value.
|
void |
setVersion(String version)
Sets the version of the hierarchy that owns this ancestor value.
|
public AncestorValue()
public AncestorValue(String referenceName, String uri, String version, String ancestorSystem, String ancestorValue)
referenceName - the reference name to be used in user code.uri - the URI of the hierarchy defining this relationshipversion - the version of the hierarchy defining this relationshipancestorSystem - the code system of the ancestorancestorValue - the code value of the ancestorpublic String getReferenceName()
public void setReferenceName(String referenceName)
referenceName - the value set reference namepublic String getUri()
public void setUri(String uri)
uri - the URI of the hierarchypublic String getVersion()
public void setVersion(String version)
version - the version of the hierarchypublic String getAncestorSystem()
public void setAncestorSystem(String ancestorSystem)
ancestorSystem - the system of the ancestor codepublic String getAncestorValue()
public void setAncestorValue(String ancestorValue)
ancestorValue - the value of the ancestor codeCopyright © 2020. All rights reserved.