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