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>
| Constructor and Description |
|---|
ActiveParticipantType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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 String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic String getAlternativeUserID()
Stringpublic void setAlternativeUserID(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic boolean isUserIsRequestor()
Booleanpublic void setUserIsRequestor(Boolean value)
value - allowed object is
Booleanpublic String getNetworkAccessPointID()
Stringpublic void setNetworkAccessPointID(String value)
value - allowed object is
Stringpublic Short getNetworkAccessPointTypeCode()
ShortCopyright © 2010–2021 NHIN Direct. All rights reserved.