|
|||||||||
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.getview._1.GetViewResponse
public class GetViewResponse
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="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/> <element name="view" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="templateID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
GetViewResponse.View
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ResponseStatusType |
responseStatus
|
protected GetViewResponse.View |
view
|
Constructor Summary | |
---|---|
GetViewResponse()
|
Method Summary | |
---|---|
ResponseStatusType |
getResponseStatus()
Gets the value of the responseStatus property. |
GetViewResponse.View |
getView()
Gets the value of the view property. |
void |
setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus property. |
void |
setView(GetViewResponse.View value)
Sets the value of the view property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ResponseStatusType responseStatus
protected GetViewResponse.View view
Constructor Detail |
---|
public GetViewResponse()
Method Detail |
---|
public ResponseStatusType getResponseStatus()
ResponseStatusType
public void setResponseStatus(ResponseStatusType value)
value
- allowed object is
ResponseStatusType
public GetViewResponse.View getView()
GetViewResponse.View
public void setView(GetViewResponse.View value)
value
- allowed object is
GetViewResponse.View
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |