org.weblab_project.services.stringquerycreator.types
Class CreateQueryArgs

java.lang.Object
  extended by org.weblab_project.services.stringquerycreator.types.CreateQueryArgs
All Implemented Interfaces:
java.io.Serializable

public class CreateQueryArgs
extends java.lang.Object
implements java.io.Serializable

The input argument (source) is the String value of dc:source extracted from a resource.

Java class for createQueryArgs complex type.

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

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

See Also:
Serialized Form

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

Field Detail

source

protected java.lang.String source
Constructor Detail

CreateQueryArgs

public CreateQueryArgs()
Method Detail

getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2004-2010. All Rights Reserved.