public class II extends Object
Java class for II complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="II">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="root" use="required" type="{urn:hl7-org:v3}uid" />
<attribute name="extension" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extension |
protected String |
root |
| Constructor and Description |
|---|
II() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension()
Gets the value of the extension property.
|
String |
getRoot()
Gets the value of the root property.
|
void |
setExtension(String value)
Sets the value of the extension property.
|
void |
setRoot(String value)
Sets the value of the root property.
|
public String getRoot()
Stringpublic void setRoot(String value)
value - allowed object is
Stringpublic String getExtension()
StringCopyright © 2020 Open eHealth Foundation. All rights reserved.