public class II extends ANY
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>
| Constructor and Description |
|---|
II() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssigningAuthorityName()
Gets the value of the assigningAuthorityName property.
|
java.lang.String |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getRoot()
Gets the value of the root property.
|
java.lang.Boolean |
isDisplayable()
Gets the value of the displayable property.
|
void |
setAssigningAuthorityName(java.lang.String value)
Sets the value of the assigningAuthorityName property.
|
void |
setDisplayable(java.lang.Boolean value)
Sets the value of the displayable property.
|
void |
setExtension(java.lang.String value)
Sets the value of the extension property.
|
void |
setRoot(java.lang.String value)
Sets the value of the root property.
|
getContent, getNullFlavor, setContentpublic java.lang.String getRoot()
Stringpublic void setRoot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAssigningAuthorityName()
Stringpublic void setAssigningAuthorityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDisplayable()
Booleanpublic void setDisplayable(java.lang.Boolean value)
value - allowed object is
Boolean