|
|||||||||
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.registerpcehr._2.RegisterPCEHR.Assertions.DocumentConsent.Document
public static class RegisterPCEHR.Assertions.DocumentConsent.Document
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="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MBS"/> <enumeration value="ACIR"/> <enumeration value="AODR"/> <enumeration value="PBSPastAssimilation"/> <enumeration value="MBSPastAssimilation"/> <enumeration value="PBS"/> </restriction> </simpleType> </element> <element name="status"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ConsentGiven"/> <enumeration value="ConsentNotGiven"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
status
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
RegisterPCEHR.Assertions.DocumentConsent.Document()
|
Method Summary | |
---|---|
java.lang.String |
getStatus()
Gets the value of the status property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setStatus(java.lang.String value)
Sets the value of the status property. |
void |
setType(java.lang.String value)
Sets the value of the type 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 type
protected java.lang.String status
Constructor Detail |
---|
public RegisterPCEHR.Assertions.DocumentConsent.Document()
Method Detail |
---|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(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 |