|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.atna.audit.element.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="{}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>
| Field Summary | |
|---|---|
static java.lang.String |
DB_Active_Participant_Type
|
static java.lang.String |
DB_Role_ID
|
| Constructor Summary | |
|---|---|
ActiveParticipantType()
|
|
ActiveParticipantType(java.lang.String userID)
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getActiveParticipantNode()
|
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.lang.String |
getNetworkAccessPointTypeName()
|
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. |
static boolean |
isValidElement(org.w3c.dom.Element el)
|
void |
parse(org.w3c.dom.Element el)
|
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 |
setNetworkAccessPointTypeCode(java.lang.String value)
|
void |
setRoleIDCode(CodedValueType value)
|
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 |
setUserIsRequestor(java.lang.String value)
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property. |
java.lang.String |
toHtml(int participantNumber)
|
java.lang.String |
toXML()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DB_Active_Participant_Type
public static java.lang.String DB_Role_ID
| Constructor Detail |
|---|
public ActiveParticipantType()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public ActiveParticipantType(java.lang.String userID)
throws javax.xml.parsers.ParserConfigurationException,
javax.xml.parsers.FactoryConfigurationError
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError| Method Detail |
|---|
public java.util.List 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 void setRoleIDCode(CodedValueType value)
public java.lang.String getAlternativeUserID()
Stringpublic void setAlternativeUserID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNetworkAccessPointID()
Stringpublic void setNetworkAccessPointID(java.lang.String value)
value - allowed object is
Stringpublic short getNetworkAccessPointTypeCode()
Shortpublic java.lang.String getNetworkAccessPointTypeName()
public void setNetworkAccessPointTypeCode(short value)
throws ATNAException
value - allowed object is
Short
ATNAException
SyslogException
public void setNetworkAccessPointTypeCode(java.lang.String value)
throws ATNAException
ATNAExceptionpublic java.lang.String getUserID()
Stringpublic void setUserID(java.lang.String value)
value - allowed object is
Stringpublic boolean isUserIsRequestor()
Booleanpublic void setUserIsRequestor(boolean value)
value - allowed object is
Boolean
public void setUserIsRequestor(java.lang.String value)
throws ATNAException
ATNAExceptionpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toXML()
public java.lang.String toHtml(int participantNumber)
public org.w3c.dom.Element getActiveParticipantNode()
public static boolean isValidElement(org.w3c.dom.Element el)
public void parse(org.w3c.dom.Element el)
throws ATNAException
ATNAException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||