com.ontotext.ordi.wsmo4rdf.remote.client.src
Class GetConnectionResponse

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionResponse

public class GetConnectionResponse
extends Object

Java class for getConnectionResponse complex type.

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

 <complexType name="getConnectionResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int _return
           
 
Constructor Summary
GetConnectionResponse()
           
 
Method Summary
 int getReturn()
          Gets the value of the return property.
 void setReturn(int 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
 

Field Detail

_return

protected int _return
Constructor Detail

GetConnectionResponse

public GetConnectionResponse()
Method Detail

getReturn

public int getReturn()
Gets the value of the return property.


setReturn

public void setReturn(int value)
Sets the value of the return property.



Copyright © 2008. All Rights Reserved.