|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.tplt.xsd.interfaces.searchtemplate._1.SearchTemplateResponse
public class SearchTemplateResponse
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="template" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="templateMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateMetadataType"/> <element name="usageMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateUsageMetadataType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
SearchTemplateResponse.Template
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ResponseStatusType |
responseStatus
|
protected java.util.List<SearchTemplateResponse.Template> |
templates
|
Constructor Summary | |
---|---|
SearchTemplateResponse()
|
Method Summary | |
---|---|
ResponseStatusType |
getResponseStatus()
Gets the value of the responseStatus property. |
java.util.List<SearchTemplateResponse.Template> |
getTemplates()
Gets the value of the templates property. |
void |
setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus 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 java.util.List<SearchTemplateResponse.Template> templates
Constructor Detail |
---|
public SearchTemplateResponse()
Method Detail |
---|
public ResponseStatusType getResponseStatus()
ResponseStatusType
public void setResponseStatus(ResponseStatusType value)
value
- allowed object is
ResponseStatusType
public java.util.List<SearchTemplateResponse.Template> getTemplates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the templates property.
For example, to add a new item, do as follows:
getTemplates().add(newItem);
Objects of the following type(s) are allowed in the list
SearchTemplateResponse.Template
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |