org.ow2.weblab.core.services.configurable
Class ConfigureArgs

java.lang.Object
  extended by org.ow2.weblab.core.services.configurable.ConfigureArgs
All Implemented Interfaces:
java.io.Serializable

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

Wrapper containing the usage context and the request PoK to be used to configure the service.

Java class for configureArgs complex type.

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

 <complexType name="configureArgs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="usageContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="configuration" type="{http://weblab.ow2.org/core/1.2/model#}PieceOfKnowledge"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  PieceOfKnowledge configuration
           
protected  java.lang.String usageContext
           
 
Constructor Summary
ConfigureArgs()
           
 
Method Summary
 PieceOfKnowledge getConfiguration()
          Gets the value of the configuration property.
 java.lang.String getUsageContext()
          Gets the value of the usageContext property.
 boolean isSetUsageContext()
           
 void setConfiguration(PieceOfKnowledge value)
          Sets the value of the configuration property.
 void setUsageContext(java.lang.String value)
          Sets the value of the usageContext property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usageContext

protected java.lang.String usageContext

configuration

protected PieceOfKnowledge configuration
Constructor Detail

ConfigureArgs

public ConfigureArgs()
Method Detail

getUsageContext

public java.lang.String getUsageContext()
Gets the value of the usageContext property.

Returns:
possible object is String

setUsageContext

public void setUsageContext(java.lang.String value)
Sets the value of the usageContext property.

Parameters:
value - allowed object is String

isSetUsageContext

public boolean isSetUsageContext()

getConfiguration

public PieceOfKnowledge getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is PieceOfKnowledge

setConfiguration

public void setConfiguration(PieceOfKnowledge value)
Sets the value of the configuration property.

Parameters:
value - allowed object is PieceOfKnowledge


Copyright © 2004-2010. All Rights Reserved.