public class JaxbHbmMapKeyManyToManyType extends Object implements Serializable
Java class for MapKeyManyToManyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapKeyManyToManyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.hibernate.org/xsd/orm/hbm}column-or-formula"/>
</sequence>
<attribute name="class" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="foreign-key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
columnAttribute |
protected List<Serializable> |
columnOrFormula |
protected String |
entityName |
protected String |
foreignKey |
protected String |
formulaAttribute |
| Constructor and Description |
|---|
JaxbHbmMapKeyManyToManyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
List<Serializable> |
getColumnOrFormula()
Gets the value of the columnOrFormula property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getForeignKey()
Gets the value of the foreignKey property.
|
String |
getFormulaAttribute()
Gets the value of the formulaAttribute property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setColumnAttribute(String value)
Sets the value of the columnAttribute property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setForeignKey(String value)
Sets the value of the foreignKey property.
|
void |
setFormulaAttribute(String value)
Sets the value of the formulaAttribute property.
|
protected List<Serializable> columnOrFormula
protected String clazz
protected String columnAttribute
protected String entityName
protected String foreignKey
protected String formulaAttribute
public List<Serializable> getColumnOrFormula()
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 columnOrFormula property.
For example, to add a new item, do as follows:
getColumnOrFormula().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmColumnType
String
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getColumnAttribute()
Stringpublic void setColumnAttribute(String value)
value - allowed object is
Stringpublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getForeignKey()
Stringpublic void setForeignKey(String value)
value - allowed object is
Stringpublic String getFormulaAttribute()
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.