public class TerminologyDataLocation extends Object implements Serializable
The location of the custom terminology data.
| Constructor and Description |
|---|
TerminologyDataLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocation()
The location of the custom terminology data.
|
String |
getRepositoryType()
The repository type for the custom terminology data.
|
int |
hashCode() |
void |
setLocation(String location)
The location of the custom terminology data.
|
void |
setRepositoryType(String repositoryType)
The repository type for the custom terminology data.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminologyDataLocation |
withLocation(String location)
The location of the custom terminology data.
|
TerminologyDataLocation |
withRepositoryType(String repositoryType)
The repository type for the custom terminology data.
|
public String getRepositoryType()
The repository type for the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
The repository type for the custom terminology data.
public void setRepositoryType(String repositoryType)
The repository type for the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType - The repository type for the custom terminology data.
public TerminologyDataLocation withRepositoryType(String repositoryType)
The repository type for the custom terminology data.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType - The repository type for the custom terminology data.
public String getLocation()
The location of the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
The location of the custom terminology data.
public void setLocation(String location)
The location of the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location - The location of the custom terminology data.
public TerminologyDataLocation withLocation(String location)
The location of the custom terminology data.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location - The location of the custom terminology data.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.