|
||||||||||
| 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.UpdateDataRequest
public class UpdateDataRequest
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">
<sequence>
<element name="element" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="documentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
document
|
protected java.lang.String |
documentName
|
protected java.lang.String |
element
|
| Constructor Summary | |
|---|---|
UpdateDataRequest()
|
|
| Method Summary | |
|---|---|
byte[] |
getDocument()
Gets the value of the document property. |
java.lang.String |
getDocumentName()
Gets the value of the documentName property. |
java.lang.String |
getElement()
Gets the value of the element property. |
void |
setDocument(byte[] value)
Sets the value of the document 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
protected byte[] document
| Constructor Detail |
|---|
public UpdateDataRequest()
| 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
Stringpublic byte[] getDocument()
public void setDocument(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||