|
||||||||||
| 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.EntitiesExport
public class EntitiesExport
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 |
|---|
protected ConfigurationInstanceDescriptor defaultConfiguration
protected List<EntityExport> entity
protected String notes
protected String id
| Constructor Detail |
|---|
public EntitiesExport()
| Method Detail |
|---|
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
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||