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

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

public class RequestXmlResponseType
extends ResponseType

Java class for request_xml_responseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="request_xml_responseType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}responseType">
       <choice>
         <element name="xml_string" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String xmlString
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
status
 
Constructor Summary
RequestXmlResponseType()
           
 
Method Summary
 String getXmlString()
          Gets the value of the xmlString property.
 void setXmlString(String value)
          Sets the value of the xmlString property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
equals, getStatus, hashCode, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlString

protected String xmlString
Constructor Detail

RequestXmlResponseType

public RequestXmlResponseType()
Method Detail

getXmlString

public String getXmlString()
Gets the value of the xmlString property.

Returns:
possible object is String

setXmlString

public void setXmlString(String value)
Sets the value of the xmlString property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.