au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class PCEHRHeader.User

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PCEHRHeader.User
Enclosing class:
PCEHRHeader

public static class PCEHRHeader.User
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IDType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="HPII"/>
               <enumeration value="PortalUserIdentifier"/>
               <enumeration value="LocalSystemIdentifier"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="useRoleForAudit" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PCEHRHeader.User.IDType
          Java class for null.
 
Field Summary
protected  java.lang.String id
           
protected  PCEHRHeader.User.IDType idType
           
protected  java.lang.String role
           
protected  java.lang.String userName
           
protected  boolean useRoleForAudit
           
 
Constructor Summary
PCEHRHeader.User()
           
 
Method Summary
 java.lang.String getID()
          Gets the value of the id property.
 PCEHRHeader.User.IDType getIDType()
          Gets the value of the idType property.
 java.lang.String getRole()
          Gets the value of the role property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 boolean isUseRoleForAudit()
          Gets the value of the useRoleForAudit property.
 void setID(java.lang.String value)
          Sets the value of the id property.
 void setIDType(PCEHRHeader.User.IDType value)
          Sets the value of the idType property.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 void setUseRoleForAudit(boolean value)
          Sets the value of the useRoleForAudit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idType

protected PCEHRHeader.User.IDType idType

id

protected java.lang.String id

role

protected java.lang.String role

userName

protected java.lang.String userName

useRoleForAudit

protected boolean useRoleForAudit
Constructor Detail

PCEHRHeader.User

public PCEHRHeader.User()
Method Detail

getIDType

public PCEHRHeader.User.IDType getIDType()
Gets the value of the idType property.

Returns:
possible object is PCEHRHeader.User.IDType

setIDType

public void setIDType(PCEHRHeader.User.IDType value)
Sets the value of the idType property.

Parameters:
value - allowed object is PCEHRHeader.User.IDType

getID

public java.lang.String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getUserName

public java.lang.String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

isUseRoleForAudit

public boolean isUseRoleForAudit()
Gets the value of the useRoleForAudit property.


setUseRoleForAudit

public void setUseRoleForAudit(boolean value)
Sets the value of the useRoleForAudit property.