|
|||||||||
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.gettemplate._1.GetTemplate
public class GetTemplate
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"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="serviceRequestorOption"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="100"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
serviceRequestorOption
|
protected java.lang.String |
templateID
|
Constructor Summary | |
---|---|
GetTemplate()
|
Method Summary | |
---|---|
java.lang.String |
getServiceRequestorOption()
Gets the value of the serviceRequestorOption property. |
java.lang.String |
getTemplateID()
Gets the value of the templateID property. |
void |
setServiceRequestorOption(java.lang.String value)
Sets the value of the serviceRequestorOption property. |
void |
setTemplateID(java.lang.String value)
Sets the value of the templateID 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 java.lang.String serviceRequestorOption
Constructor Detail |
---|
public GetTemplate()
Method Detail |
---|
public java.lang.String getTemplateID()
String
public void setTemplateID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServiceRequestorOption()
String
public void setServiceRequestorOption(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 |