|
|||||||||
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.SearchTemplate
public class SearchTemplate
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="templateID" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> <minLength value="1"/> </restriction> </simpleType> </element> <element name="templateMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateMetadataType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
templateID
|
protected TemplateMetadataType |
templateMetadata
|
Constructor Summary | |
---|---|
SearchTemplate()
|
Method Summary | |
---|---|
java.lang.String |
getTemplateID()
Gets the value of the templateID property. |
TemplateMetadataType |
getTemplateMetadata()
Gets the value of the templateMetadata property. |
void |
setTemplateID(java.lang.String value)
Sets the value of the templateID property. |
void |
setTemplateMetadata(TemplateMetadataType value)
Sets the value of the templateMetadata 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 templateID
protected TemplateMetadataType templateMetadata
Constructor Detail |
---|
public SearchTemplate()
Method Detail |
---|
public java.lang.String getTemplateID()
String
public void setTemplateID(java.lang.String value)
value
- allowed object is
String
public TemplateMetadataType getTemplateMetadata()
TemplateMetadataType
public void setTemplateMetadata(TemplateMetadataType value)
value
- allowed object is
TemplateMetadataType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |