com.ontotext.ordi.wsmo4rdf.remote.client.fact
Class DestroyWsmoSource

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.remote.client.fact.DestroyWsmoSource

public class DestroyWsmoSource
extends Object

Java class for destroyWsmoSource complex type.

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

 <complexType name="destroyWsmoSource">
   <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>
 


Field Summary
protected  int wsmoSourceId
           
 
Constructor Summary
DestroyWsmoSource()
           
 
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
 

Field Detail

wsmoSourceId

protected int wsmoSourceId
Constructor Detail

DestroyWsmoSource

public DestroyWsmoSource()
Method Detail

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.