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>
 
  • Field Details

    • root

      protected String root
    • extension

      protected String extension
  • Constructor Details

    • II

      public II()
  • Method Details

    • 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 is String
    • getExtension

      public String getExtension()
      Gets the value of the extension property.
      Returns:
      possible object is String
    • setExtension

      public void setExtension(String value)
      Sets the value of the extension property.
      Parameters:
      value - allowed object is String