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

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

public class GetNewWsmoSource
extends Object

Java class for getNewWsmoSource complex type.

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

 <complexType name="getNewWsmoSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String sourceName
           
 
Constructor Summary
GetNewWsmoSource()
           
 
Method Summary
 String getSourceName()
          Gets the value of the sourceName property.
 void setSourceName(String value)
          Sets the value of the sourceName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceName

protected String sourceName
Constructor Detail

GetNewWsmoSource

public GetNewWsmoSource()
Method Detail

getSourceName

public String getSourceName()
Gets the value of the sourceName property.

Returns:
possible object is String

setSourceName

public void setSourceName(String value)
Sets the value of the sourceName property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.