edu.harvard.i2b2.crc.datavo.setfinder.query
Class XmlResultType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.XmlResultType

public class XmlResultType
extends Object

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

xmlResultId

protected String xmlResultId

resultInstanceId

protected String resultInstanceId

xmlValue

protected XmlValueType xmlValue
Constructor Detail

XmlResultType

public XmlResultType()
Method Detail

getXmlResultId

public String getXmlResultId()
Gets the value of the xmlResultId property.

Returns:
possible object is String

setXmlResultId

public void setXmlResultId(String value)
Sets the value of the xmlResultId property.

Parameters:
value - allowed object is String

getResultInstanceId

public String getResultInstanceId()
Gets the value of the resultInstanceId property.

Returns:
possible object is String

setResultInstanceId

public void setResultInstanceId(String value)
Sets the value of the resultInstanceId property.

Parameters:
value - allowed object is String

getXmlValue

public XmlValueType getXmlValue()
Gets the value of the xmlValue property.

Returns:
possible object is XmlValueType

setXmlValue

public void setXmlValue(XmlValueType value)
Sets the value of the xmlValue property.

Parameters:
value - allowed object is XmlValueType


Copyright © 2011. All Rights Reserved.