|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.ResultStatusType
public class ResultStatusType
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 |
|---|
protected StatusType status
protected PollingUrlType pollingUrl
protected ConditionsType conditions
| Constructor Detail |
|---|
public ResultStatusType()
public ResultStatusType(StatusType status)
| Method Detail |
|---|
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic PollingUrlType getPollingUrl()
PollingUrlTypepublic void setPollingUrl(PollingUrlType value)
value - allowed object is
PollingUrlTypepublic ConditionsType getConditions()
ConditionsTypepublic void setConditions(ConditionsType value)
value - allowed object is
ConditionsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||