public class JaxbListIndexElement extends Object
Java class for list-index-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="list-index-element"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element" 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 String |
base |
protected JaxbColumnElement |
column |
protected String |
columnAttribute |
Constructor and Description |
---|
JaxbListIndexElement() |
Modifier and Type | Method and Description |
---|---|
String |
getBase()
Gets the value of the base property.
|
JaxbColumnElement |
getColumn()
Gets the value of the column property.
|
String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setColumn(JaxbColumnElement value)
Sets the value of the column property.
|
void |
setColumnAttribute(String value)
Sets the value of the columnAttribute property.
|
protected JaxbColumnElement column
protected String base
protected String columnAttribute
public JaxbColumnElement getColumn()
JaxbColumnElement
public void setColumn(JaxbColumnElement value)
value
- allowed object is
JaxbColumnElement
public String getBase()
String
public void setBase(String value)
value
- allowed object is
String
public String getColumnAttribute()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.