|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.GainPCEHRAccess.PCEHRRecord.AuthorisationDetails
public static class GainPCEHRAccess.PCEHRRecord.AuthorisationDetails
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="accessType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AccessCode"/> <enumeration value="EmergencyAccess"/> </restriction> </simpleType> </element> <element name="accessCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType
Java class for null. |
Field Summary | |
---|---|
protected java.lang.String |
accessCode
|
protected GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType |
accessType
|
Constructor Summary | |
---|---|
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails()
|
Method Summary | |
---|---|
java.lang.String |
getAccessCode()
Gets the value of the accessCode property. |
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType |
getAccessType()
Gets the value of the accessType property. |
void |
setAccessCode(java.lang.String value)
Sets the value of the accessCode property. |
void |
setAccessType(GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType value)
Sets the value of the accessType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType accessType
protected java.lang.String accessCode
Constructor Detail |
---|
public GainPCEHRAccess.PCEHRRecord.AuthorisationDetails()
Method Detail |
---|
public GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType getAccessType()
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType
public void setAccessType(GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType value)
value
- allowed object is
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType
public java.lang.String getAccessCode()
String
public void setAccessCode(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 |