org.xml.xml.schema._7f0d86bd.healthcare_security_audit
Class ActiveParticipantType

java.lang.Object
  extended by org.xml.xml.schema._7f0d86bd.healthcare_security_audit.ActiveParticipantType
Direct Known Subclasses:
AuditMessage.ActiveParticipant

public class ActiveParticipantType
extends Object

Java class for ActiveParticipantType complex type.

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

 <complexType name="ActiveParticipantType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="RoleIDCode" type="{http://www.xml.org/xml/schema/7f0d86bd/healthcare-security-audit}CodedValueType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="UserID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AlternativeUserID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UserIsRequestor" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="NetworkAccessPointID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="NetworkAccessPointTypeCode">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedByte">
             <enumeration value="1"/>
             <enumeration value="2"/>
             <enumeration value="3"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String alternativeUserID
           
protected  String networkAccessPointID
           
protected  Short networkAccessPointTypeCode
           
protected  List<CodedValueType> roleIDCode
           
protected  String userID
           
protected  Boolean userIsRequestor
           
protected  String userName
           
 
Constructor Summary
ActiveParticipantType()
           
 
Method Summary
 String getAlternativeUserID()
          Gets the value of the alternativeUserID property.
 String getNetworkAccessPointID()
          Gets the value of the networkAccessPointID property.
 Short getNetworkAccessPointTypeCode()
          Gets the value of the networkAccessPointTypeCode property.
 List<CodedValueType> getRoleIDCode()
          Gets the value of the roleIDCode property.
 String getUserID()
          Gets the value of the userID property.
 String getUserName()
          Gets the value of the userName property.
 boolean isUserIsRequestor()
          Gets the value of the userIsRequestor property.
 void setAlternativeUserID(String value)
          Sets the value of the alternativeUserID property.
 void setNetworkAccessPointID(String value)
          Sets the value of the networkAccessPointID property.
 void setNetworkAccessPointTypeCode(Short value)
          Sets the value of the networkAccessPointTypeCode property.
 void setUserID(String value)
          Sets the value of the userID property.
 void setUserIsRequestor(Boolean value)
          Sets the value of the userIsRequestor property.
 void setUserName(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

roleIDCode

protected List<CodedValueType> roleIDCode

userID

protected String userID

alternativeUserID

protected String alternativeUserID

userName

protected String userName

userIsRequestor

protected Boolean userIsRequestor

networkAccessPointID

protected String networkAccessPointID

networkAccessPointTypeCode

protected Short networkAccessPointTypeCode
Constructor Detail

ActiveParticipantType

public ActiveParticipantType()
Method Detail

getRoleIDCode

public List<CodedValueType> getRoleIDCode()
Gets the value of the roleIDCode property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the roleIDCode property.

For example, to add a new item, do as follows:

    getRoleIDCode().add(newItem);
 

Objects of the following type(s) are allowed in the list CodedValueType


getUserID

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

Returns:
possible object is String

setUserID

public void setUserID(String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

getAlternativeUserID

public String getAlternativeUserID()
Gets the value of the alternativeUserID property.

Returns:
possible object is String

setAlternativeUserID

public void setAlternativeUserID(String value)
Sets the value of the alternativeUserID property.

Parameters:
value - allowed object is String

getUserName

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

Returns:
possible object is String

setUserName

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

Parameters:
value - allowed object is String

isUserIsRequestor

public boolean isUserIsRequestor()
Gets the value of the userIsRequestor property.

Returns:
possible object is Boolean

setUserIsRequestor

public void setUserIsRequestor(Boolean value)
Sets the value of the userIsRequestor property.

Parameters:
value - allowed object is Boolean

getNetworkAccessPointID

public String getNetworkAccessPointID()
Gets the value of the networkAccessPointID property.

Returns:
possible object is String

setNetworkAccessPointID

public void setNetworkAccessPointID(String value)
Sets the value of the networkAccessPointID property.

Parameters:
value - allowed object is String

getNetworkAccessPointTypeCode

public Short getNetworkAccessPointTypeCode()
Gets the value of the networkAccessPointTypeCode property.

Returns:
possible object is Short

setNetworkAccessPointTypeCode

public void setNetworkAccessPointTypeCode(Short value)
Sets the value of the networkAccessPointTypeCode property.

Parameters:
value - allowed object is Short


Copyright © 2010-2011 HNIN Direct. All Rights Reserved.