public class ActiveParticipant 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>
<element ref="{}RoleIDCode" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}MediaIdentifier" 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" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="NetworkAccessPointID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="NetworkAccessPointTypeCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeUserID |
protected MediaIdentifier |
mediaIdentifier |
protected String |
networkAccessPointID |
protected String |
networkAccessPointTypeCode |
protected List<RoleIDCode> |
roleIDCode |
protected String |
userID |
protected boolean |
userIsRequestor |
protected String |
userName |
| Constructor and Description |
|---|
ActiveParticipant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeUserID()
Gets the value of the alternativeUserID property.
|
MediaIdentifier |
getMediaIdentifier()
Gets the value of the mediaIdentifier property.
|
String |
getNetworkAccessPointID()
Gets the value of the networkAccessPointID property.
|
String |
getNetworkAccessPointTypeCode()
Gets the value of the networkAccessPointTypeCode property.
|
List<RoleIDCode> |
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 |
setMediaIdentifier(MediaIdentifier value)
Sets the value of the mediaIdentifier property.
|
void |
setNetworkAccessPointID(String value)
Sets the value of the networkAccessPointID property.
|
void |
setNetworkAccessPointTypeCode(String 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.
|
protected List<RoleIDCode> roleIDCode
protected MediaIdentifier mediaIdentifier
protected String alternativeUserID
protected boolean userIsRequestor
protected String networkAccessPointID
protected String networkAccessPointTypeCode
public ActiveParticipant()
public List<RoleIDCode> 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
RoleIDCode
public MediaIdentifier getMediaIdentifier()
MediaIdentifierpublic void setMediaIdentifier(MediaIdentifier value)
value - allowed object is
MediaIdentifierpublic 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()
public void setUserIsRequestor(boolean value)
public String getNetworkAccessPointID()
Stringpublic void setNetworkAccessPointID(String value)
value - allowed object is
Stringpublic String getNetworkAccessPointTypeCode()
Stringpublic void setNetworkAccessPointTypeCode(String value)
value - allowed object is
StringCopyright © 2017 dcm4che.org. All rights reserved.