public class GetReadyStateResponse
extends java.lang.Object
Java class for GetReadyStateResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetReadyStateResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ready" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetReadyStateResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Gets the value of the ready property.
|
void |
setReady(boolean value)
Sets the value of the ready property.
|
Copyright © 2010 All Rights Reserved.