类 JaxbHbmListIndexType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmListIndexType extends Object implements 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>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringbaseprotected JaxbHbmColumnTypecolumnprotected StringcolumnAttribute
-
构造器概要
构造器 构造器 说明 JaxbHbmListIndexType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBase()Gets the value of the base property.JaxbHbmColumnTypegetColumn()Gets the value of the column property.StringgetColumnAttribute()Gets the value of the columnAttribute property.voidsetBase(String value)Sets the value of the base property.voidsetColumn(JaxbHbmColumnType value)Sets the value of the column property.voidsetColumnAttribute(String value)Sets the value of the columnAttribute property.
-
-
-
字段详细资料
-
column
protected JaxbHbmColumnType column
-
base
protected String base
-
columnAttribute
protected String columnAttribute
-
-
方法详细资料
-
getColumn
public JaxbHbmColumnType getColumn()
Gets the value of the column property.- 返回:
- possible object is
JaxbHbmColumnType
-
setColumn
public void setColumn(JaxbHbmColumnType value)
Sets the value of the column property.- 参数:
value- allowed object isJaxbHbmColumnType
-
setBase
public void setBase(String value)
Sets the value of the base property.- 参数:
value- allowed object isString
-
getColumnAttribute
public String getColumnAttribute()
Gets the value of the columnAttribute property.- 返回:
- possible object is
String
-
-