Class II
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.hl7v3.II
-
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>
-
-
Constructor Summary
Constructors Constructor Description II()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getRoot
public String getRoot()
Gets the value of the root property.- Returns:
- possible object is
String
-
setRoot
public void setRoot(String value)
Sets the value of the root property.- Parameters:
value
- allowed object isString
-
getExtension
public String getExtension()
Gets the value of the extension property.- Returns:
- possible object is
String
-
-