|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.XmlResultType
public class XmlResultType
Java class for xml_resultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xml_resultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xml_result_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_result_idType"/>
<element name="result_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_instance_idType"/>
<element name="xml_value" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}xml_valueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
resultInstanceId
|
protected String |
xmlResultId
|
protected XmlValueType |
xmlValue
|
| Constructor Summary | |
|---|---|
XmlResultType()
|
|
| Method Summary | |
|---|---|
String |
getResultInstanceId()
Gets the value of the resultInstanceId property. |
String |
getXmlResultId()
Gets the value of the xmlResultId property. |
XmlValueType |
getXmlValue()
Gets the value of the xmlValue property. |
void |
setResultInstanceId(String value)
Sets the value of the resultInstanceId property. |
void |
setXmlResultId(String value)
Sets the value of the xmlResultId property. |
void |
setXmlValue(XmlValueType value)
Sets the value of the xmlValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String xmlResultId
protected String resultInstanceId
protected XmlValueType xmlValue
| Constructor Detail |
|---|
public XmlResultType()
| Method Detail |
|---|
public String getXmlResultId()
Stringpublic void setXmlResultId(String value)
value - allowed object is
Stringpublic String getResultInstanceId()
Stringpublic void setResultInstanceId(String value)
value - allowed object is
Stringpublic XmlValueType getXmlValue()
XmlValueTypepublic void setXmlValue(XmlValueType value)
value - allowed object is
XmlValueType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||