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