public static class JaxbHibernateMapping.JaxbDatabaseObject extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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.w3.org/2001/XMLSchema}string" /> </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" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
Java class for anonymous complex type.
|
static class |
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
create |
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
definition |
protected List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
dialectScope |
protected String |
drop |
Constructor and Description |
---|
JaxbHibernateMapping.JaxbDatabaseObject() |
Modifier and Type | Method and Description |
---|---|
String |
getCreate()
Gets the value of the create property.
|
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
getDefinition()
Gets the value of the definition property.
|
List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
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(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
Sets the value of the definition property.
|
void |
setDrop(String value)
Sets the value of the drop property.
|
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition definition
protected String create
protected String drop
protected List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> dialectScope
public JaxbHibernateMapping.JaxbDatabaseObject()
public JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition getDefinition()
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
public void setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
value
- allowed object is
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
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<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> 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
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.