Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmListIndexType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.Gets the value of the column property.Gets the value of the columnAttribute property.voidSets 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.
-
Field Details
-
column
-
base
-
columnAttribute
-
-
Constructor Details
-
JaxbHbmListIndexType
public JaxbHbmListIndexType()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
JaxbHbmColumnType
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isJaxbHbmColumnType
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-
getColumnAttribute
Gets the value of the columnAttribute property.- Returns:
- possible object is
String
-
setColumnAttribute
Sets the value of the columnAttribute property.- Parameters:
value- allowed object isString
-