edu.harvard.i2b2.crc.datavo.setfinder.query
Class RequestXmlResponseType
java.lang.Object
edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
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>
| Fields inherited from class edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType |
status |
xmlString
protected String xmlString
RequestXmlResponseType
public RequestXmlResponseType()
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.