public class ActiveParticipantType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alternativeUserID |
protected java.lang.String |
networkAccessPointID |
protected java.lang.Short |
networkAccessPointTypeCode |
protected java.util.List<CodedValueType> |
roleIDCode |
protected java.lang.String |
userID |
protected java.lang.Boolean |
userIsRequestor |
protected java.lang.String |
userName |
| Constructor and Description |
|---|
ActiveParticipantType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternativeUserID()
Gets the value of the alternativeUserID property.
|
java.lang.String |
getNetworkAccessPointID()
Gets the value of the networkAccessPointID property.
|
java.lang.Short |
getNetworkAccessPointTypeCode()
Gets the value of the networkAccessPointTypeCode property.
|
java.util.List<CodedValueType> |
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(java.lang.Short value)
Sets the value of the networkAccessPointTypeCode property.
|
void |
setUserID(java.lang.String value)
Sets the value of the userID property.
|
void |
setUserIsRequestor(java.lang.Boolean value)
Sets the value of the userIsRequestor property.
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property.
|
protected java.util.List<CodedValueType> roleIDCode
protected java.lang.String userID
protected java.lang.String alternativeUserID
protected java.lang.String userName
protected java.lang.Boolean userIsRequestor
protected java.lang.String networkAccessPointID
protected java.lang.Short networkAccessPointTypeCode
public java.util.List<CodedValueType> getRoleIDCode()
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
public java.lang.String getUserID()
Stringpublic void setUserID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlternativeUserID()
Stringpublic void setAlternativeUserID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic boolean isUserIsRequestor()
Booleanpublic void setUserIsRequestor(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getNetworkAccessPointID()
Stringpublic void setNetworkAccessPointID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Short getNetworkAccessPointTypeCode()
Shortpublic void setNetworkAccessPointTypeCode(java.lang.Short value)
value - allowed object is
ShortCopyright © 2010-2021 HNIN Direct. All Rights Reserved.