public class EntityExport extends Object
Java class for EntityExport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityExport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="error-message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
data |
protected String |
errorMessage |
protected String |
notes |
| Constructor and Description |
|---|
EntityExport() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Gets the value of the data property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getNotes()
Gets the value of the notes property.
|
void |
setData(Object value)
Sets the value of the data property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
protected Object data
protected String notes
protected String errorMessage
public Object getData()
Objectpublic void setData(Object value)
value - allowed object is
Objectpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic String getErrorMessage()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.