Class 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 Detail

      • extension

        protected String extension
    • Constructor Detail

      • II

        public II()
    • 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 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