|
|||||||||
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.DoesPCEHRExistResponse
public class DoesPCEHRExistResponse
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="PCEHRExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="accessCodeRequired" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="WithCode"/> <enumeration value="WithoutCode"/> <enumeration value="AccessGranted"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DoesPCEHRExistResponse.AccessCodeRequired
Java class for null. |
Field Summary | |
---|---|
protected DoesPCEHRExistResponse.AccessCodeRequired |
accessCodeRequired
|
protected boolean |
pcehrExists
|
Constructor Summary | |
---|---|
DoesPCEHRExistResponse()
|
Method Summary | |
---|---|
DoesPCEHRExistResponse.AccessCodeRequired |
getAccessCodeRequired()
Gets the value of the accessCodeRequired property. |
boolean |
isPCEHRExists()
Gets the value of the pcehrExists property. |
void |
setAccessCodeRequired(DoesPCEHRExistResponse.AccessCodeRequired value)
Sets the value of the accessCodeRequired property. |
void |
setPCEHRExists(boolean value)
Sets the value of the pcehrExists property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean pcehrExists
protected DoesPCEHRExistResponse.AccessCodeRequired accessCodeRequired
Constructor Detail |
---|
public DoesPCEHRExistResponse()
Method Detail |
---|
public boolean isPCEHRExists()
public void setPCEHRExists(boolean value)
public DoesPCEHRExistResponse.AccessCodeRequired getAccessCodeRequired()
DoesPCEHRExistResponse.AccessCodeRequired
public void setAccessCodeRequired(DoesPCEHRExistResponse.AccessCodeRequired value)
value
- allowed object is
DoesPCEHRExistResponse.AccessCodeRequired
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |