|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.resourcecontainer.types.GetResourceArgs
public class GetResourceArgs
Wrapper containing the URI of resource to retrieve and an optional context.
Java class for getResourceArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getResourceArgs"> <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="resourceId" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
resourceId
|
protected UsageContext |
usageContext
|
Constructor Summary | |
---|---|
GetResourceArgs()
|
Method Summary | |
---|---|
java.lang.String |
getResourceId()
Gets the value of the resourceId property. |
UsageContext |
getUsageContext()
Gets the value of the usageContext property. |
void |
setResourceId(java.lang.String value)
Sets the value of the resourceId 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 java.lang.String resourceId
Constructor Detail |
---|
public GetResourceArgs()
Method Detail |
---|
public UsageContext getUsageContext()
UsageContext
public void setUsageContext(UsageContext value)
value
- allowed object is
UsageContext
public java.lang.String getResourceId()
String
public void setResourceId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |