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>
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationInstanceDescriptor |
defaultConfiguration |
protected List<EntityExport> |
entity |
protected String |
id |
protected String |
notes |
| Constructor and Description |
|---|
EntitiesExport() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected ConfigurationInstanceDescriptor defaultConfiguration
protected List<EntityExport> entity
protected String notes
protected String id
public ConfigurationInstanceDescriptor getDefaultConfiguration()
ConfigurationInstanceDescriptorpublic void setDefaultConfiguration(ConfigurationInstanceDescriptor value)
value - allowed object is
ConfigurationInstanceDescriptorpublic List<EntityExport> getEntity()
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
public String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.