|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.core.services.dataoperator.DeleteArgs
public class DeleteArgs
Wrapper containing the usage context and the URI of the resource to delete.
Java class for deleteArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteArgs">
<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="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
uri
|
protected java.lang.String |
usageContext
|
| Constructor Summary | |
|---|---|
DeleteArgs()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUri()
Gets the value of the uri property. |
java.lang.String |
getUsageContext()
Gets the value of the usageContext property. |
void |
setUri(java.lang.String value)
Sets the value of the uri 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 java.lang.String uri
| Constructor Detail |
|---|
public DeleteArgs()
| Method Detail |
|---|
public java.lang.String getUsageContext()
Stringpublic void setUsageContext(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(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 | |||||||||