|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.trainable.types.AddTrainResourceArgs
public class AddTrainResourceArgs
Wrapper containing the resource to add and the usage context.
Java class for addTrainResourceArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addTrainResourceArgs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="usageContext" type="{http://weblab-project.org/core/model/user}usageContext" minOccurs="0"/> <element name="resource" type="{http://weblab-project.org/core/model/}resource"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Resource |
resource
|
protected UsageContext |
usageContext
|
Constructor Summary | |
---|---|
AddTrainResourceArgs()
|
Method Summary | |
---|---|
Resource |
getResource()
Gets the value of the resource property. |
UsageContext |
getUsageContext()
Gets the value of the usageContext property. |
void |
setResource(Resource value)
Sets the value of the resource 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 Resource resource
Constructor Detail |
---|
public AddTrainResourceArgs()
Method Detail |
---|
public UsageContext getUsageContext()
UsageContext
public void setUsageContext(UsageContext value)
value
- allowed object is
UsageContext
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 |