public class Ancestor extends Object implements Serializable
Dataset<Ancestor>
instance.Constructor and Description |
---|
Ancestor()
Nullary constructor so Spark can encode this class as a bean.
|
Ancestor(String uri,
String version,
String descendantSystem,
String descendantValue,
String ancestorSystem,
String ancestorValue)
Constructs a
Ancestor instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAncestorSystem()
Returns the code system that owns the ancestor value.
|
String |
getAncestorValue()
Returns the ancestor value.
|
String |
getDescendantSystem()
Returns the code system that owns the descendant value.
|
String |
getDescendantValue()
Returns the descendant value.
|
String |
getUri()
Returns the hierarchy URI that owns this value.
|
String |
getVersion()
Returns the hierarchy version that owns this value.
|
int |
hashCode() |
void |
setAncestorSystem(String ancestorSystem)
Sets the code system that owns the ancestor value.
|
void |
setAncestorValue(String ancestorValue)
Sets the ancestor value.
|
void |
setDescendantSystem(String descendantSystem)
Sets the code system that owns the descendant value.
|
void |
setDescendantValue(String descendantValue)
Sets the descendant value.
|
void |
setUri(String uri)
Sets the hierarchy URI that owns this value.
|
void |
setVersion(String version)
Sets the hierarchy version that owns this value.
|
public Ancestor()
public Ancestor(String uri, String version, String descendantSystem, String descendantValue, String ancestorSystem, String ancestorValue)
Ancestor
instance.uri
- the hierarchy uri that owns this valueversion
- the hierarchy version that owns this valuedescendantSystem
- the code system of the descendant valuedescendantValue
- the descendant valueancestorSystem
- the code system of the ancestor valueancestorValue
- the ancestor valuepublic String getUri()
public void setUri(String uri)
uri
- the hierarchy URI that owns this valuepublic String getVersion()
public void setVersion(String version)
version
- the hierarchy version that owns this valuepublic String getDescendantSystem()
public void setDescendantSystem(String descendantSystem)
descendantSystem
- the code system that owns the descendant valuepublic String getDescendantValue()
public void setDescendantValue(String descendantValue)
descendantValue
- the descendant valuepublic String getAncestorSystem()
public void setAncestorSystem(String ancestorSystem)
ancestorSystem
- the code system that owns the ancestor valuepublic String getAncestorValue()
public void setAncestorValue(String ancestorValue)
ancestorValue
- the ancestor valueCopyright © 2020. All rights reserved.