Class II
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.hl7v3.II
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.getRoot()
Gets the value of the root property.void
setExtension
(String value) Sets the value of the extension property.void
Sets the value of the root property.
-
Field Details
-
root
-
extension
-
-
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
-