au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class ParticipantDetailsType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.ParticipantDetailsType

public class ParticipantDetailsType
extends java.lang.Object

Java class for participantDetailsType complex type.

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

 <complexType name="participantDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="providerID" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="accessingHPIO" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="accessingHPIOName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="participatingHPIO" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="participatingHPIOName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="displayRole" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String accessingHPIO
           
protected  java.lang.String accessingHPIOName
           
protected  java.lang.String displayRole
           
protected  java.lang.String participatingHPIO
           
protected  java.lang.String participatingHPIOName
           
protected  java.lang.String providerID
           
protected  java.lang.String providerName
           
protected  java.lang.String userID
           
protected  java.lang.String userName
           
 
Constructor Summary
ParticipantDetailsType()
           
 
Method Summary
 java.lang.String getAccessingHPIO()
          Gets the value of the accessingHPIO property.
 java.lang.String getAccessingHPIOName()
          Gets the value of the accessingHPIOName property.
 java.lang.String getDisplayRole()
          Gets the value of the displayRole property.
 java.lang.String getParticipatingHPIO()
          Gets the value of the participatingHPIO property.
 java.lang.String getParticipatingHPIOName()
          Gets the value of the participatingHPIOName property.
 java.lang.String getProviderID()
          Gets the value of the providerID property.
 java.lang.String getProviderName()
          Gets the value of the providerName property.
 java.lang.String getUserID()
          Gets the value of the userID property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 void setAccessingHPIO(java.lang.String value)
          Sets the value of the accessingHPIO property.
 void setAccessingHPIOName(java.lang.String value)
          Sets the value of the accessingHPIOName property.
 void setDisplayRole(java.lang.String value)
          Sets the value of the displayRole property.
 void setParticipatingHPIO(java.lang.String value)
          Sets the value of the participatingHPIO property.
 void setParticipatingHPIOName(java.lang.String value)
          Sets the value of the participatingHPIOName property.
 void setProviderID(java.lang.String value)
          Sets the value of the providerID property.
 void setProviderName(java.lang.String value)
          Sets the value of the providerName property.
 void setUserID(java.lang.String value)
          Sets the value of the userID property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerID

protected java.lang.String providerID

providerName

protected java.lang.String providerName

accessingHPIO

protected java.lang.String accessingHPIO

accessingHPIOName

protected java.lang.String accessingHPIOName

participatingHPIO

protected java.lang.String participatingHPIO

participatingHPIOName

protected java.lang.String participatingHPIOName

userID

protected java.lang.String userID

userName

protected java.lang.String userName

displayRole

protected java.lang.String displayRole
Constructor Detail

ParticipantDetailsType

public ParticipantDetailsType()
Method Detail

getProviderID

public java.lang.String getProviderID()
Gets the value of the providerID property.

Returns:
possible object is String

setProviderID

public void setProviderID(java.lang.String value)
Sets the value of the providerID property.

Parameters:
value - allowed object is String

getProviderName

public java.lang.String getProviderName()
Gets the value of the providerName property.

Returns:
possible object is String

setProviderName

public void setProviderName(java.lang.String value)
Sets the value of the providerName property.

Parameters:
value - allowed object is String

getAccessingHPIO

public java.lang.String getAccessingHPIO()
Gets the value of the accessingHPIO property.

Returns:
possible object is String

setAccessingHPIO

public void setAccessingHPIO(java.lang.String value)
Sets the value of the accessingHPIO property.

Parameters:
value - allowed object is String

getAccessingHPIOName

public java.lang.String getAccessingHPIOName()
Gets the value of the accessingHPIOName property.

Returns:
possible object is String

setAccessingHPIOName

public void setAccessingHPIOName(java.lang.String value)
Sets the value of the accessingHPIOName property.

Parameters:
value - allowed object is String

getParticipatingHPIO

public java.lang.String getParticipatingHPIO()
Gets the value of the participatingHPIO property.

Returns:
possible object is String

setParticipatingHPIO

public void setParticipatingHPIO(java.lang.String value)
Sets the value of the participatingHPIO property.

Parameters:
value - allowed object is String

getParticipatingHPIOName

public java.lang.String getParticipatingHPIOName()
Gets the value of the participatingHPIOName property.

Returns:
possible object is String

setParticipatingHPIOName

public void setParticipatingHPIOName(java.lang.String value)
Sets the value of the participatingHPIOName property.

Parameters:
value - allowed object is String

getUserID

public java.lang.String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(java.lang.String value)
Sets the value of the userID 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

getDisplayRole

public java.lang.String getDisplayRole()
Gets the value of the displayRole property.

Returns:
possible object is String

setDisplayRole

public void setDisplayRole(java.lang.String value)
Sets the value of the displayRole property.

Parameters:
value - allowed object is String