|
|||||||||
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.PCEHRHeader.User
public static class PCEHRHeader.User
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IDType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="HPII"/> <enumeration value="PortalUserIdentifier"/> <enumeration value="LocalSystemIdentifier"/> </restriction> </simpleType> </element> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="useRoleForAudit" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PCEHRHeader.User.IDType
Java class for null. |
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected PCEHRHeader.User.IDType |
idType
|
protected java.lang.String |
role
|
protected java.lang.String |
userName
|
protected boolean |
useRoleForAudit
|
Constructor Summary | |
---|---|
PCEHRHeader.User()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Gets the value of the id property. |
PCEHRHeader.User.IDType |
getIDType()
Gets the value of the idType property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
boolean |
isUseRoleForAudit()
Gets the value of the useRoleForAudit property. |
void |
setID(java.lang.String value)
Sets the value of the id property. |
void |
setIDType(PCEHRHeader.User.IDType value)
Sets the value of the idType property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName property. |
void |
setUseRoleForAudit(boolean value)
Sets the value of the useRoleForAudit property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PCEHRHeader.User.IDType idType
protected java.lang.String id
protected java.lang.String role
protected java.lang.String userName
protected boolean useRoleForAudit
Constructor Detail |
---|
public PCEHRHeader.User()
Method Detail |
---|
public PCEHRHeader.User.IDType getIDType()
PCEHRHeader.User.IDType
public void setIDType(PCEHRHeader.User.IDType value)
value
- allowed object is
PCEHRHeader.User.IDType
public java.lang.String getID()
String
public void setID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRole()
String
public void setRole(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 boolean isUseRoleForAudit()
public void setUseRoleForAudit(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |