|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.configuration.export.EntityExport
public class EntityExport
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>
| Field Summary | |
|---|---|
protected Object |
data
|
protected String |
errorMessage
|
protected String |
notes
|
| Constructor Summary | |
|---|---|
EntityExport()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object data
protected String notes
protected String errorMessage
| Constructor Detail |
|---|
public EntityExport()
| Method Detail |
|---|
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()
Stringpublic void setErrorMessage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||