Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmOneToManyCollectionElementType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbHbmOneToManyCollectionElementType extends java.lang.Object implements java.io.Serializable
Java class for OneToManyCollectionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
clazz
protected java.lang.Boolean
embedXml
protected java.lang.String
entityName
protected java.lang.String
node
protected JaxbHbmNotFoundEnum
notFound
-
Constructor Summary
Constructors Constructor Description JaxbHbmOneToManyCollectionElementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.JaxbHbmNotFoundEnum
getNotFound()
Gets the value of the notFound property.java.lang.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(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.
-
-
-
Field Detail
-
clazz
protected java.lang.String clazz
-
embedXml
protected java.lang.Boolean embedXml
-
entityName
protected java.lang.String entityName
-
node
protected java.lang.String node
-
notFound
protected JaxbHbmNotFoundEnum notFound
-
-
Method Detail
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
isEmbedXml
public java.lang.Boolean isEmbedXml()
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
public void setEmbedXml(java.lang.Boolean value)
Sets the value of the embedXml property.- Parameters:
value
- allowed object isBoolean
-
getEntityName
public java.lang.String getEntityName()
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
public void setEntityName(java.lang.String value)
Sets the value of the entityName property.- Parameters:
value
- allowed object isString
-
getNode
public java.lang.String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(java.lang.String value)
Sets the value of the node property.- Parameters:
value
- allowed object isString
-
getNotFound
public JaxbHbmNotFoundEnum getNotFound()
Gets the value of the notFound property.- Returns:
- possible object is
JaxbHbmNotFoundEnum
-
setNotFound
public void setNotFound(JaxbHbmNotFoundEnum value)
Sets the value of the notFound property.- Parameters:
value
- allowed object isJaxbHbmNotFoundEnum
-
-