org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl
Class ActiveParticipantTypeImpl

java.lang.Object
  extended by org.openhealthexchange.openpixpdq.ihe.audit.jaxb.impl.ActiveParticipantTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, ActiveParticipantType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
AuditMessageTypeImpl.ActiveParticipantTypeImpl

public class ActiveParticipantTypeImpl
extends java.lang.Object
implements ActiveParticipantType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ActiveParticipantTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _AlternativeUserID
           
protected  java.lang.String _NetworkAccessPointID
           
protected  short _NetworkAccessPointTypeCode
           
protected  com.sun.xml.bind.util.ListImpl _RoleIDCode
           
protected  java.lang.String _UserID
           
protected  boolean _UserIsRequestor
           
protected  java.lang.String _UserName
           
protected  boolean has_NetworkAccessPointTypeCode
           
protected  boolean has_UserIsRequestor
           
static java.lang.Class version
           
 
Constructor Summary
ActiveParticipantTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getRoleIDCode()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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 setUserID(java.lang.String value)
          Sets the value of the userID property.
 void setUserIsRequestor(boolean value)
          Sets the value of the userIsRequestor property.
 void setUserName(java.lang.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

has_UserIsRequestor

protected boolean has_UserIsRequestor

_UserIsRequestor

protected boolean _UserIsRequestor

_UserID

protected java.lang.String _UserID

has_NetworkAccessPointTypeCode

protected boolean has_NetworkAccessPointTypeCode

_NetworkAccessPointTypeCode

protected short _NetworkAccessPointTypeCode

_AlternativeUserID

protected java.lang.String _AlternativeUserID

_NetworkAccessPointID

protected java.lang.String _NetworkAccessPointID

_RoleIDCode

protected com.sun.xml.bind.util.ListImpl _RoleIDCode

_UserName

protected java.lang.String _UserName

version

public static final java.lang.Class version
Constructor Detail

ActiveParticipantTypeImpl

public ActiveParticipantTypeImpl()
Method Detail

isUserIsRequestor

public boolean isUserIsRequestor()
Description copied from interface: ActiveParticipantType
Gets the value of the userIsRequestor property.

Specified by:
isUserIsRequestor in interface ActiveParticipantType

setUserIsRequestor

public void setUserIsRequestor(boolean value)
Description copied from interface: ActiveParticipantType
Sets the value of the userIsRequestor property.

Specified by:
setUserIsRequestor in interface ActiveParticipantType

getUserID

public java.lang.String getUserID()
Description copied from interface: ActiveParticipantType
Gets the value of the userID property.

Specified by:
getUserID in interface ActiveParticipantType
Returns:
possible object is String

setUserID

public void setUserID(java.lang.String value)
Description copied from interface: ActiveParticipantType
Sets the value of the userID property.

Specified by:
setUserID in interface ActiveParticipantType
Parameters:
value - allowed object is String

getNetworkAccessPointTypeCode

public short getNetworkAccessPointTypeCode()
Description copied from interface: ActiveParticipantType
Gets the value of the networkAccessPointTypeCode property.

Specified by:
getNetworkAccessPointTypeCode in interface ActiveParticipantType

setNetworkAccessPointTypeCode

public void setNetworkAccessPointTypeCode(short value)
Description copied from interface: ActiveParticipantType
Sets the value of the networkAccessPointTypeCode property.

Specified by:
setNetworkAccessPointTypeCode in interface ActiveParticipantType

getAlternativeUserID

public java.lang.String getAlternativeUserID()
Description copied from interface: ActiveParticipantType
Gets the value of the alternativeUserID property.

Specified by:
getAlternativeUserID in interface ActiveParticipantType
Returns:
possible object is String

setAlternativeUserID

public void setAlternativeUserID(java.lang.String value)
Description copied from interface: ActiveParticipantType
Sets the value of the alternativeUserID property.

Specified by:
setAlternativeUserID in interface ActiveParticipantType
Parameters:
value - allowed object is String

getNetworkAccessPointID

public java.lang.String getNetworkAccessPointID()
Description copied from interface: ActiveParticipantType
Gets the value of the networkAccessPointID property.

Specified by:
getNetworkAccessPointID in interface ActiveParticipantType
Returns:
possible object is String

setNetworkAccessPointID

public void setNetworkAccessPointID(java.lang.String value)
Description copied from interface: ActiveParticipantType
Sets the value of the networkAccessPointID property.

Specified by:
setNetworkAccessPointID in interface ActiveParticipantType
Parameters:
value - allowed object is String

_getRoleIDCode

protected com.sun.xml.bind.util.ListImpl _getRoleIDCode()

getRoleIDCode

public java.util.List getRoleIDCode()
Description copied from interface: ActiveParticipantType
Gets the value of the RoleIDCode property.

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

Specified by:
getRoleIDCode in interface ActiveParticipantType

getUserName

public java.lang.String getUserName()
Description copied from interface: ActiveParticipantType
Gets the value of the userName property.

Specified by:
getUserName in interface ActiveParticipantType
Returns:
possible object is String

setUserName

public void setUserName(java.lang.String value)
Description copied from interface: ActiveParticipantType
Sets the value of the userName property.

Specified by:
setUserName in interface ActiveParticipantType
Parameters:
value - allowed object is String

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject