|
|||||||||
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.pathologyreportview._1.PathologyReportViewResponse.ViewMetadata
public static class PathologyReportViewResponse.ViewMetadata
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="individualProfile"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/> <element name="individual" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="viewParameters"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dateFromFilter" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="dateToFilter" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="viewVersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PathologyReportViewResponse.ViewMetadata.IndividualProfile
Java class for anonymous complex type. |
static class |
PathologyReportViewResponse.ViewMetadata.ViewParameters
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected PathologyReportViewResponse.ViewMetadata.IndividualProfile |
individualProfile
|
protected boolean |
informationAvailable
|
protected PathologyReportViewResponse.ViewMetadata.ViewParameters |
viewParameters
|
Constructor Summary | |
---|---|
PathologyReportViewResponse.ViewMetadata()
|
Method Summary | |
---|---|
PathologyReportViewResponse.ViewMetadata.IndividualProfile |
getIndividualProfile()
Gets the value of the individualProfile property. |
PathologyReportViewResponse.ViewMetadata.ViewParameters |
getViewParameters()
Gets the value of the viewParameters property. |
boolean |
isInformationAvailable()
Gets the value of the informationAvailable property. |
void |
setIndividualProfile(PathologyReportViewResponse.ViewMetadata.IndividualProfile value)
Sets the value of the individualProfile property. |
void |
setInformationAvailable(boolean value)
Sets the value of the informationAvailable property. |
void |
setViewParameters(PathologyReportViewResponse.ViewMetadata.ViewParameters value)
Sets the value of the viewParameters property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PathologyReportViewResponse.ViewMetadata.IndividualProfile individualProfile
protected PathologyReportViewResponse.ViewMetadata.ViewParameters viewParameters
protected boolean informationAvailable
Constructor Detail |
---|
public PathologyReportViewResponse.ViewMetadata()
Method Detail |
---|
public PathologyReportViewResponse.ViewMetadata.IndividualProfile getIndividualProfile()
PathologyReportViewResponse.ViewMetadata.IndividualProfile
public void setIndividualProfile(PathologyReportViewResponse.ViewMetadata.IndividualProfile value)
value
- allowed object is
PathologyReportViewResponse.ViewMetadata.IndividualProfile
public PathologyReportViewResponse.ViewMetadata.ViewParameters getViewParameters()
PathologyReportViewResponse.ViewMetadata.ViewParameters
public void setViewParameters(PathologyReportViewResponse.ViewMetadata.ViewParameters value)
value
- allowed object is
PathologyReportViewResponse.ViewMetadata.ViewParameters
public boolean isInformationAvailable()
public void setInformationAvailable(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |