|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.ParticipantDetailsType
public class ParticipantDetailsType
Java class for participantDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="participantDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="providerID" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="providerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accessingHPIO" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="accessingHPIOName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="participatingHPIO" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="participatingHPIOName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="displayRole" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
accessingHPIO
|
protected java.lang.String |
accessingHPIOName
|
protected java.lang.String |
displayRole
|
protected java.lang.String |
participatingHPIO
|
protected java.lang.String |
participatingHPIOName
|
protected java.lang.String |
providerID
|
protected java.lang.String |
providerName
|
protected java.lang.String |
userID
|
protected java.lang.String |
userName
|
Constructor Summary | |
---|---|
ParticipantDetailsType()
|
Method Summary | |
---|---|
java.lang.String |
getAccessingHPIO()
Gets the value of the accessingHPIO property. |
java.lang.String |
getAccessingHPIOName()
Gets the value of the accessingHPIOName property. |
java.lang.String |
getDisplayRole()
Gets the value of the displayRole property. |
java.lang.String |
getParticipatingHPIO()
Gets the value of the participatingHPIO property. |
java.lang.String |
getParticipatingHPIOName()
Gets the value of the participatingHPIOName property. |
java.lang.String |
getProviderID()
Gets the value of the providerID property. |
java.lang.String |
getProviderName()
Gets the value of the providerName property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
void |
setAccessingHPIO(java.lang.String value)
Sets the value of the accessingHPIO property. |
void |
setAccessingHPIOName(java.lang.String value)
Sets the value of the accessingHPIOName property. |
void |
setDisplayRole(java.lang.String value)
Sets the value of the displayRole property. |
void |
setParticipatingHPIO(java.lang.String value)
Sets the value of the participatingHPIO property. |
void |
setParticipatingHPIOName(java.lang.String value)
Sets the value of the participatingHPIOName property. |
void |
setProviderID(java.lang.String value)
Sets the value of the providerID property. |
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property. |
void |
setUserID(java.lang.String value)
Sets the value of the userID 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 |
---|
protected java.lang.String providerID
protected java.lang.String providerName
protected java.lang.String accessingHPIO
protected java.lang.String accessingHPIOName
protected java.lang.String participatingHPIO
protected java.lang.String participatingHPIOName
protected java.lang.String userID
protected java.lang.String userName
protected java.lang.String displayRole
Constructor Detail |
---|
public ParticipantDetailsType()
Method Detail |
---|
public java.lang.String getProviderID()
String
public void setProviderID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderName()
String
public void setProviderName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccessingHPIO()
String
public void setAccessingHPIO(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccessingHPIOName()
String
public void setAccessingHPIOName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParticipatingHPIO()
String
public void setParticipatingHPIO(java.lang.String value)
value
- allowed object is
String
public java.lang.String getParticipatingHPIOName()
String
public void setParticipatingHPIOName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserName()
String
public void setUserName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayRole()
String
public void setDisplayRole(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |