public class ConfigurationExport extends Object
Java class for ConfigurationExport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigurationExport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="validator" type="{urn:xmlns:rhq-configuration-export}Validator" maxOccurs="unbounded" minOccurs="0"/>
<element name="entities" type="{urn:xmlns:rhq-configuration-export}EntitiesExport" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntitiesExport> |
entities |
protected List<Validator> |
validator |
| Constructor and Description |
|---|
ConfigurationExport() |
| Modifier and Type | Method and Description |
|---|---|
List<EntitiesExport> |
getEntities()
Gets the value of the entities property.
|
List<Validator> |
getValidator()
Gets the value of the validator property.
|
protected List<EntitiesExport> entities
public List<Validator> getValidator()
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 validator property.
For example, to add a new item, do as follows:
getValidator().add(newItem);
Objects of the following type(s) are allowed in the list
Validator
public List<EntitiesExport> getEntities()
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 entities property.
For example, to add a new item, do as follows:
getEntities().add(newItem);
Objects of the following type(s) are allowed in the list
EntitiesExport
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.