public class JaxbHbmOneToManyCollectionElementType extends Object implements Serializable
<p>Java class for OneToManyCollectionElementType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="OneToManyCollectionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" /> <attribute name="embed-xml" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <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/orm/hbm}NotFoundEnum" default="exception" /> </restriction> </complexContent> </complexType> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected Boolean |
embedXml |
protected String |
entityName |
protected String |
node |
protected JaxbHbmNotFoundEnum |
notFound |
| Constructor and Description |
|---|
JaxbHbmOneToManyCollectionElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getNode()
Gets the value of the node property.
|
JaxbHbmNotFoundEnum |
getNotFound()
Gets the value of the notFound property.
|
Boolean |
isEmbedXml()
Gets the value of the embedXml property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setEmbedXml(Boolean value)
Sets the value of the embedXml property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setNode(String value)
Sets the value of the node property.
|
void |
setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
|
protected String clazz
protected Boolean embedXml
protected String entityName
protected String node
protected JaxbHbmNotFoundEnum notFound
public JaxbHbmOneToManyCollectionElementType()
public String getClazz()
Gets the value of the clazz property.
Stringpublic void setClazz(String value)
Sets the value of the clazz property.
value - allowed object is
Stringpublic Boolean isEmbedXml()
Gets the value of the embedXml property.
Booleanpublic void setEmbedXml(Boolean value)
Sets the value of the embedXml property.
value - allowed object is
Booleanpublic String getEntityName()
Gets the value of the entityName property.
Stringpublic void setEntityName(String value)
Sets the value of the entityName property.
value - allowed object is
Stringpublic String getNode()
Gets the value of the node property.
Stringpublic void setNode(String value)
Sets the value of the node property.
value - allowed object is
Stringpublic JaxbHbmNotFoundEnum getNotFound()
Gets the value of the notFound property.
JaxbHbmNotFoundEnumpublic void setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
value - allowed object is
JaxbHbmNotFoundEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.