Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmOneToManyCollectionElementType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
- All Implemented Interfaces:
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" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected Stringprotected JaxbHbmNotFoundEnum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the entityName property.getNode()Gets the value of the node property.Gets the value of the notFound property.Gets the value of the embedXml property.voidSets the value of the clazz property.voidsetEmbedXml(Boolean value) Sets the value of the embedXml property.voidsetEntityName(String value) Sets the value of the entityName property.voidSets the value of the node property.voidsetNotFound(JaxbHbmNotFoundEnum value) Sets the value of the notFound property.
-
Field Details
-
clazz
-
embedXml
-
entityName
-
node
-
notFound
-
-
Constructor Details
-
JaxbHbmOneToManyCollectionElementType
public JaxbHbmOneToManyCollectionElementType()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
isEmbedXml
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
Sets the value of the embedXml property.- Parameters:
value- allowed object isBoolean
-
getEntityName
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
Sets the value of the entityName property.- Parameters:
value- allowed object isString
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getNotFound
Gets the value of the notFound property.- Returns:
- possible object is
JaxbHbmNotFoundEnum
-
setNotFound
Sets the value of the notFound property.- Parameters:
value- allowed object isJaxbHbmNotFoundEnum
-