Package com.clinia.model.common
Class V1Reference
java.lang.Object
com.clinia.model.common.V1Reference
A reference from one resource to another.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA sequence of Unicode characters.getId()A sequence of Unicode characters.Get identifierA sequence of Unicode characters.getType()String of characters used to identify a name or a resource.inthashCode()setDisplay(String display) setIdentifier(V1Identifier identifier) setReference(String reference) toString()
-
Constructor Details
-
V1Reference
public V1Reference()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setReference
-
getReference
A sequence of Unicode characters. -
setType
-
getType
String of characters used to identify a name or a resource. -
setIdentifier
-
getIdentifier
Get identifier -
setDisplay
-
getDisplay
A sequence of Unicode characters. -
equals
-
hashCode
public int hashCode() -
toString
-