public class JaxbHbmAuxiliaryDatabaseObjectType extends Object implements Serializable
Java class for AuxiliaryDatabaseObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuxiliaryDatabaseObjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="definition"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" /> </restriction> </complexContent> </complexType> </element> <sequence> <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="drop" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </choice> <element name="dialect-scope" type="{http://www.hibernate.org/xsd/orm/hbm}DialectScopeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
create |
protected JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition |
definition |
protected List<JaxbHbmDialectScopeType> |
dialectScope |
protected String |
drop |
Constructor and Description |
---|
JaxbHbmAuxiliaryDatabaseObjectType() |
Modifier and Type | Method and Description |
---|---|
String |
getCreate()
Gets the value of the create property.
|
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition |
getDefinition()
Gets the value of the definition property.
|
List<JaxbHbmDialectScopeType> |
getDialectScope()
Gets the value of the dialectScope property.
|
String |
getDrop()
Gets the value of the drop property.
|
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition value)
Sets the value of the definition property.
|
void |
setDrop(String value)
Sets the value of the drop property.
|
protected JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition definition
protected String create
protected String drop
protected List<JaxbHbmDialectScopeType> dialectScope
public JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition getDefinition()
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
public void setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition value)
value
- allowed object is
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
public String getCreate()
String
public void setCreate(String value)
value
- allowed object is
String
public String getDrop()
String
public void setDrop(String value)
value
- allowed object is
String
public List<JaxbHbmDialectScopeType> getDialectScope()
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 dialectScope property.
For example, to add a new item, do as follows:
getDialectScope().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmDialectScopeType
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.