|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.services.icat.extendeddata.ws.DeleteDataRequest
public class DeleteDataRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="element" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="documentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
documentName
|
protected java.lang.String |
element
|
| Constructor Summary | |
|---|---|
DeleteDataRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentName()
Gets the value of the documentName property. |
java.lang.String |
getElement()
Gets the value of the element property. |
void |
setDocumentName(java.lang.String value)
Sets the value of the documentName property. |
void |
setElement(java.lang.String value)
Sets the value of the element 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 element
protected java.lang.String documentName
| Constructor Detail |
|---|
public DeleteDataRequest()
| Method Detail |
|---|
public java.lang.String getElement()
Stringpublic void setElement(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentName()
Stringpublic void setDocumentName(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 | |||||||||