|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.configurable.types.ConfigureArgs
public class ConfigureArgs
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://weblab-project.org/core/model/user}usageContext"/> <element name="configuration" type="{http://weblab-project.org/core/model/}pieceOfKnowledge"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected PieceOfKnowledge |
configuration
|
protected UsageContext |
usageContext
|
Constructor Summary | |
---|---|
ConfigureArgs()
|
Method Summary | |
---|---|
PieceOfKnowledge |
getConfiguration()
Gets the value of the configuration property. |
UsageContext |
getUsageContext()
Gets the value of the usageContext property. |
void |
setConfiguration(PieceOfKnowledge value)
Sets the value of the configuration property. |
void |
setUsageContext(UsageContext 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 |
---|
protected UsageContext usageContext
protected PieceOfKnowledge configuration
Constructor Detail |
---|
public ConfigureArgs()
Method Detail |
---|
public UsageContext getUsageContext()
UsageContext
public void setUsageContext(UsageContext value)
value
- allowed object is
UsageContext
public PieceOfKnowledge getConfiguration()
PieceOfKnowledge
public void setConfiguration(PieceOfKnowledge value)
value
- allowed object is
PieceOfKnowledge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |