Class JaxbHbmOneToManyCollectionElementType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
All Implemented Interfaces:
Serializable

public class JaxbHbmOneToManyCollectionElementType extends Object implements Serializable
<p>Java class for OneToManyCollectionElementType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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> }</pre>
See Also:
  • Field Details

  • Constructor Details

    • JaxbHbmOneToManyCollectionElementType

      public JaxbHbmOneToManyCollectionElementType()
  • Method Details

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • isEmbedXml

      public Boolean isEmbedXml()
      Gets the value of the embedXml property.
      Returns:
      possible object is Boolean
    • setEmbedXml

      public void setEmbedXml(Boolean value)
      Sets the value of the embedXml property.
      Parameters:
      value - allowed object is Boolean
    • getEntityName

      public String getEntityName()
      Gets the value of the entityName property.
      Returns:
      possible object is String
    • setEntityName

      public void setEntityName(String value)
      Sets the value of the entityName property.
      Parameters:
      value - allowed object is String
    • getNode

      public String getNode()
      Gets the value of the node property.
      Returns:
      possible object is String
    • setNode

      public void setNode(String value)
      Sets the value of the node property.
      Parameters:
      value - allowed object is String
    • 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 is JaxbHbmNotFoundEnum