Package com.clinia.model.common
Class V1Identifier
java.lang.Object
com.clinia.model.common.V1Identifier
An identifier - identifies some entity uniquely and unambiguously. Typically this is used for
business identifiers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()A sequence of Unicode characters.Get periodString of characters used to identify a name or a resource.getUse()A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.getValue()A sequence of Unicode characters.inthashCode()toString()
-
Constructor Details
-
V1Identifier
public V1Identifier()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setSystem
-
getSystem
String of characters used to identify a name or a resource. -
setValue
-
getValue
A sequence of Unicode characters. -
setUse
-
getUse
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setPeriod
-
getPeriod
Get period -
equals
-
hashCode
public int hashCode() -
toString
-