com.ontotext.ordi.wsmo4rdf.remote.client.conn
Class IsOpenResponse
java.lang.Object
  
com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsOpenResponse
public class IsOpenResponse
- extends Object
 
Java class for isOpenResponse complex type.
 
 
The following schema fragment specifies the expected content contained within this class.
 
 
 <complexType name="isOpenResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| 
Field Summary | 
protected  boolean | 
_return
 
            | 
 
 
| 
Method Summary | 
 boolean | 
isReturn()
 
          Gets the value of the return property. | 
 void | 
setReturn(boolean value)
 
          Sets the value of the return property. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_return
protected boolean _return
IsOpenResponse
public IsOpenResponse()
isReturn
public boolean isReturn()
- Gets the value of the return property.
 
 
setReturn
public void setReturn(boolean value)
- Sets the value of the return property.
 
 
Copyright © 2008. All Rights Reserved.