|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.xml.schema._7f0d86bd.healthcare_security_audit.ActiveParticipantType
public class ActiveParticipantType
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 |
|---|
protected List<CodedValueType> roleIDCode
protected String userID
protected String alternativeUserID
protected String userName
protected Boolean userIsRequestor
protected String networkAccessPointID
protected Short networkAccessPointTypeCode
| Constructor Detail |
|---|
public ActiveParticipantType()
| Method Detail |
|---|
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()
Shortpublic void setNetworkAccessPointTypeCode(Short value)
value - allowed object is
Short
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||