edu.harvard.i2b2.crc.datavo.i2b2message
Class ResultStatusType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.ResultStatusType

public class ResultStatusType
extends Object

Java class for result_statusType complex type.

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

 <complexType name="result_statusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}statusType"/>
         <element name="polling_url" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}polling_urlType"/>
         <element name="conditions" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}conditionsType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConditionsType conditions
           
protected  PollingUrlType pollingUrl
           
protected  StatusType status
           
 
Constructor Summary
ResultStatusType()
           
ResultStatusType(StatusType status)
           
 
Method Summary
 ConditionsType getConditions()
          Gets the value of the conditions property.
 PollingUrlType getPollingUrl()
          Gets the value of the pollingUrl property.
 StatusType getStatus()
          Gets the value of the status property.
 void setConditions(ConditionsType value)
          Sets the value of the conditions property.
 void setPollingUrl(PollingUrlType value)
          Sets the value of the pollingUrl property.
 void setStatus(StatusType value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

protected StatusType status

pollingUrl

protected PollingUrlType pollingUrl

conditions

protected ConditionsType conditions
Constructor Detail

ResultStatusType

public ResultStatusType()

ResultStatusType

public ResultStatusType(StatusType status)
Method Detail

getStatus

public StatusType getStatus()
Gets the value of the status property.

Returns:
possible object is StatusType

setStatus

public void setStatus(StatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is StatusType

getPollingUrl

public PollingUrlType getPollingUrl()
Gets the value of the pollingUrl property.

Returns:
possible object is PollingUrlType

setPollingUrl

public void setPollingUrl(PollingUrlType value)
Sets the value of the pollingUrl property.

Parameters:
value - allowed object is PollingUrlType

getConditions

public ConditionsType getConditions()
Gets the value of the conditions property.

Returns:
possible object is ConditionsType

setConditions

public void setConditions(ConditionsType value)
Sets the value of the conditions property.

Parameters:
value - allowed object is ConditionsType


Copyright © 2011. All Rights Reserved.