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

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

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>
 


Field Summary
protected  List<EntitiesExport> entities
           
protected  List<Validator> validator
           
 
Constructor Summary
ConfigurationExport()
           
 
Method Summary
 List<EntitiesExport> getEntities()
          Gets the value of the entities property.
 List<Validator> getValidator()
          Gets the value of the validator property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validator

protected List<Validator> validator

entities

protected List<EntitiesExport> entities
Constructor Detail

ConfigurationExport

public ConfigurationExport()
Method Detail

getValidator

public List<Validator> getValidator()
Gets the value of the validator 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 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


getEntities

public List<EntitiesExport> getEntities()
Gets the value of the entities 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 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-2012 Red Hat, Inc.. All Rights Reserved.