public abstract class JaxbHbmConfigParameterContainer extends Object implements Serializable, ConfigParameterContainer
Java class for ConfigParameterContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigParameterContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{http://www.hibernate.org/xsd/orm/hbm}ConfigParameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbHbmConfigParameterType> |
configParameters |
| Constructor and Description |
|---|
JaxbHbmConfigParameterContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<JaxbHbmConfigParameterType> |
getConfigParameters()
Gets the value of the configParameters property.
|
protected List<JaxbHbmConfigParameterType> configParameters
public List<JaxbHbmConfigParameterType> getConfigParameters()
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 configParameters property.
For example, to add a new item, do as follows:
getConfigParameters().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmConfigParameterType
getConfigParameters in interface ConfigParameterContainerCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.