org.openhealthexchange.openpixpdq.ihe.audit.jaxb
Interface ActiveParticipantType

All Known Subinterfaces:
AuditMessageType.ActiveParticipantType
All Known Implementing Classes:
ActiveParticipantTypeImpl, AuditMessageTypeImpl.ActiveParticipantTypeImpl

public interface ActiveParticipantType

Java content class for ActiveParticipantType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/J:/workspace/connect_refactor_ihe/src/com/misyshealthcare/connect/ihe/audit/AuditMessage.xsd line 168)

 <complexType name="ActiveParticipantType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="RoleIDCode" type="{}CodedValueType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="AlternativeUserID" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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>
       <attribute name="UserID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UserIsRequestor" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getAlternativeUserID()
          Gets the value of the alternativeUserID property.
 java.lang.String getNetworkAccessPointID()
          Gets the value of the networkAccessPointID property.
 short getNetworkAccessPointTypeCode()
          Gets the value of the networkAccessPointTypeCode property.
 java.util.List getRoleIDCode()
          Gets the value of the RoleIDCode property.
 java.lang.String getUserID()
          Gets the value of the userID property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 boolean isUserIsRequestor()
          Gets the value of the userIsRequestor property.
 void setAlternativeUserID(java.lang.String value)
          Sets the value of the alternativeUserID property.
 void setNetworkAccessPointID(java.lang.String value)
          Sets the value of the networkAccessPointID property.
 void setNetworkAccessPointTypeCode(short value)
          Sets the value of the networkAccessPointTypeCode property.
 void setUserID(java.lang.String value)
          Sets the value of the userID property.
 void setUserIsRequestor(boolean value)
          Sets the value of the userIsRequestor property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 

Method Detail

isUserIsRequestor

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


setUserIsRequestor

void setUserIsRequestor(boolean value)
Sets the value of the userIsRequestor property.


getUserID

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

Returns:
possible object is String

setUserID

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

Parameters:
value - allowed object is String

getNetworkAccessPointTypeCode

short getNetworkAccessPointTypeCode()
Gets the value of the networkAccessPointTypeCode property.


setNetworkAccessPointTypeCode

void setNetworkAccessPointTypeCode(short value)
Sets the value of the networkAccessPointTypeCode property.


getAlternativeUserID

java.lang.String getAlternativeUserID()
Gets the value of the alternativeUserID property.

Returns:
possible object is String

setAlternativeUserID

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

Parameters:
value - allowed object is String

getNetworkAccessPointID

java.lang.String getNetworkAccessPointID()
Gets the value of the networkAccessPointID property.

Returns:
possible object is String

setNetworkAccessPointID

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

Parameters:
value - allowed object is String

getRoleIDCode

java.util.List 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


getUserName

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

Returns:
possible object is String

setUserName

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

Parameters:
value - allowed object is String