public static class JaxbHibernateMapping.JaxbDatabaseObject
extends java.lang.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 java.lang.String |
create |
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
definition |
protected java.util.List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
dialectScope |
protected java.lang.String |
drop |
| Constructor and Description |
|---|
JaxbHibernateMapping.JaxbDatabaseObject() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreate()
Gets the value of the create property.
|
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
getDefinition()
Gets the value of the definition property.
|
java.util.List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
getDialectScope()
Gets the value of the dialectScope property.
|
java.lang.String |
getDrop()
Gets the value of the drop property.
|
void |
setCreate(java.lang.String value)
Sets the value of the create property.
|
void |
setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
Sets the value of the definition property.
|
void |
setDrop(java.lang.String value)
Sets the value of the drop property.
|
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition definition
protected java.lang.String create
protected java.lang.String drop
protected java.util.List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> dialectScope
public JaxbHibernateMapping.JaxbDatabaseObject()
public JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition getDefinition()
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinitionpublic void setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
value - allowed object is
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinitionpublic java.lang.String getCreate()
Stringpublic void setCreate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDrop()
Stringpublic void setDrop(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 © 2001-2013 Red Hat, Inc. All Rights Reserved.