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

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

public class EntitiesExport
extends Object

Java class for EntitiesExport complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EntitiesExport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="default-configuration" type="{urn:xmlns:rhq-configuration-instance}Configuration" minOccurs="0"/>
         <element name="entity" type="{urn:xmlns:rhq-configuration-export}EntityExport" maxOccurs="unbounded" minOccurs="0"/>
         <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConfigurationInstanceDescriptor defaultConfiguration
           
protected  List<EntityExport> entity
           
protected  String id
           
protected  String notes
           
 
Constructor Summary
EntitiesExport()
           
 
Method Summary
 ConfigurationInstanceDescriptor getDefaultConfiguration()
          Gets the value of the defaultConfiguration property.
 List<EntityExport> getEntity()
          Gets the value of the entity property.
 String getId()
          Gets the value of the id property.
 String getNotes()
          Gets the value of the notes property.
 void setDefaultConfiguration(ConfigurationInstanceDescriptor value)
          Sets the value of the defaultConfiguration property.
 void setId(String value)
          Sets the value of the id 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

defaultConfiguration

protected ConfigurationInstanceDescriptor defaultConfiguration

entity

protected List<EntityExport> entity

notes

protected String notes

id

protected String id
Constructor Detail

EntitiesExport

public EntitiesExport()
Method Detail

getDefaultConfiguration

public ConfigurationInstanceDescriptor getDefaultConfiguration()
Gets the value of the defaultConfiguration property.

Returns:
possible object is ConfigurationInstanceDescriptor

setDefaultConfiguration

public void setDefaultConfiguration(ConfigurationInstanceDescriptor value)
Sets the value of the defaultConfiguration property.

Parameters:
value - allowed object is ConfigurationInstanceDescriptor

getEntity

public List<EntityExport> getEntity()
Gets the value of the entity property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the entity property.

For example, to add a new item, do as follows:

    getEntity().add(newItem);
 

Objects of the following type(s) are allowed in the list EntityExport


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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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