public class JaxbOneToManyElement
extends java.lang.Object
Java class for one-to-many-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="one-to-many-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="embed-xml" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="not-found" type="{http://www.hibernate.org/xsd/hibernate-mapping}not-found-attribute" default="exception" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clazz |
protected java.lang.Boolean |
embedXml |
protected java.lang.String |
entityName |
protected java.lang.String |
node |
protected JaxbNotFoundAttribute |
notFound |
| Constructor and Description |
|---|
JaxbOneToManyElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
JaxbNotFoundAttribute |
getNotFound()
Gets the value of the notFound property.
|
boolean |
isEmbedXml()
Gets the value of the embedXml property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setEmbedXml(java.lang.Boolean value)
Sets the value of the embedXml property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setNotFound(JaxbNotFoundAttribute value)
Sets the value of the notFound property.
|
protected java.lang.String clazz
protected java.lang.Boolean embedXml
protected java.lang.String entityName
protected java.lang.String node
protected JaxbNotFoundAttribute notFound
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic boolean isEmbedXml()
Booleanpublic void setEmbedXml(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic JaxbNotFoundAttribute getNotFound()
JaxbNotFoundAttributepublic void setNotFound(JaxbNotFoundAttribute value)
value - allowed object is
JaxbNotFoundAttributeCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.