Package org.hl7.v3
Class II
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.II
- Direct Known Subclasses:
POCDMT000040InfrastructureRootTemplateId,POCDMT000040InfrastructureRootTypeId
An identifier that uniquely identifies a thing or object.
Examples are object identifier for HL7 RIM objects,
medical record number, order id, service catalog item id,
Vehicle Identification Number (VIN), etc. Instance
identifiers are defined based on ISO object identifiers.
Java class for II complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="II">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<attribute name="root" type="{urn:hl7-org:v3}uid" />
<attribute name="extension" type="{urn:hl7-org:v3}st" />
<attribute name="assigningAuthorityName" type="{urn:hl7-org:v3}st" />
<attribute name="displayable" type="{urn:hl7-org:v3}bl" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected StringFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the assigningAuthorityName property.Gets the value of the extension property.getRoot()Gets the value of the root property.inthashCode()Gets the value of the displayable property.voidsetAssigningAuthorityName(String value) Sets the value of the assigningAuthorityName property.voidsetDisplayable(Boolean value) Sets the value of the displayable property.voidsetExtension(String value) Sets the value of the extension property.voidSets the value of the root property.toString()Generates a String representation of the contents of this type.withAssigningAuthorityName(String value) withDisplayable(Boolean value) withExtension(String value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
root
-
extension
-
assigningAuthorityName
-
displayable
-
-
Constructor Details
-
II
public II()
-
-
Method Details
-
getRoot
Gets the value of the root property.- Returns:
- possible object is
String
-
setRoot
Sets the value of the root property.- Parameters:
value- allowed object isString
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
String
-
setExtension
Sets the value of the extension property.- Parameters:
value- allowed object isString
-
getAssigningAuthorityName
Gets the value of the assigningAuthorityName property.- Returns:
- possible object is
String
-
setAssigningAuthorityName
Sets the value of the assigningAuthorityName property.- Parameters:
value- allowed object isString
-
isDisplayable
Gets the value of the displayable property.- Returns:
- possible object is
Boolean
-
setDisplayable
Sets the value of the displayable property.- Parameters:
value- allowed object isBoolean
-
withRoot
-
withExtension
-
withAssigningAuthorityName
-
withDisplayable
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-