org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails
Class ConfigurationType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails.ConfigurationType
- Direct Known Subclasses:
- ListPropertyType, MapPropertyType
public class ConfigurationType
- extends java.lang.Object
Describes all configurable elements.
Java class for configurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="simple-property" type="{urn:xmlns:rhq-contentsource-packagedetails}simplePropertyType"/>
<element name="list-property" type="{urn:xmlns:rhq-contentsource-packagedetails}listPropertyType"/>
<element name="map-property" type="{urn:xmlns:rhq-contentsource-packagedetails}mapPropertyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
simplePropertyOrListPropertyOrMapProperty
protected java.util.List<java.lang.Object> simplePropertyOrListPropertyOrMapProperty
ConfigurationType
public ConfigurationType()
getSimplePropertyOrListPropertyOrMapProperty
public java.util.List<java.lang.Object> getSimplePropertyOrListPropertyOrMapProperty()
- Gets the value of the simplePropertyOrListPropertyOrMapProperty 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 simplePropertyOrListPropertyOrMapProperty property.
For example, to add a new item, do as follows:
getSimplePropertyOrListPropertyOrMapProperty().add(newItem);
Objects of the following type(s) are allowed in the list
MapPropertyType
ListPropertyType
SimplePropertyType
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.