public class JaxbHbmListIndexType
extends java.lang.Object
implements java.io.Serializable
Java class for ListIndexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListIndexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.hibernate.org/xsd/orm/hbm}ColumnType" minOccurs="0"/>
</sequence>
<attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
base |
protected JaxbHbmColumnType |
column |
protected java.lang.String |
columnAttribute |
| Constructor and Description |
|---|
JaxbHbmListIndexType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBase()
Gets the value of the base property.
|
JaxbHbmColumnType |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
void |
setBase(java.lang.String value)
Sets the value of the base property.
|
void |
setColumn(JaxbHbmColumnType value)
Sets the value of the column property.
|
void |
setColumnAttribute(java.lang.String value)
Sets the value of the columnAttribute property.
|
protected JaxbHbmColumnType column
protected java.lang.String base
protected java.lang.String columnAttribute
public JaxbHbmColumnType getColumn()
JaxbHbmColumnTypepublic void setColumn(JaxbHbmColumnType value)
value - allowed object is
JaxbHbmColumnTypepublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumnAttribute()
Stringpublic void setColumnAttribute(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.