org.rhq.enterprise.server.xmlschema.generated.configuration.export
Class EntityExport

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.configuration.export.EntityExport

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>
 


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

data

protected Object data

notes

protected String notes

errorMessage

protected String errorMessage
Constructor Detail

EntityExport

public EntityExport()
Method Detail

getData

public Object getData()
Gets the value of the data property.

Returns:
possible object is Object

setData

public void setData(Object value)
Sets the value of the data property.

Parameters:
value - allowed object is Object

getNotes

public String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getErrorMessage

public String getErrorMessage()
Gets the value of the errorMessage property.

Returns:
possible object is String

setErrorMessage

public void setErrorMessage(String value)
Sets the value of the errorMessage property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.