|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.services.analyser.ProcessArgs
public class ProcessArgs
Wrapper containing the resource to process and the usage context to be used.
Java class for processArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processArgs"> <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="resource" type="{http://weblab.ow2.org/core/1.2/model#}Resource"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Resource |
resource
|
protected java.lang.String |
usageContext
|
Constructor Summary | |
---|---|
ProcessArgs()
|
Method Summary | |
---|---|
Resource |
getResource()
Gets the value of the resource property. |
java.lang.String |
getUsageContext()
Gets the value of the usageContext property. |
boolean |
isSetUsageContext()
|
void |
setResource(Resource value)
Sets the value of the resource 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 |
---|
protected java.lang.String usageContext
protected Resource resource
Constructor Detail |
---|
public ProcessArgs()
Method Detail |
---|
public java.lang.String getUsageContext()
String
public void setUsageContext(java.lang.String value)
value
- allowed object is
String
public boolean isSetUsageContext()
public Resource getResource()
Resource
public void setResource(Resource value)
value
- allowed object is
Resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |