public class JaxbOneToManyElement extends 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 String |
clazz |
protected Boolean |
embedXml |
protected String |
entityName |
protected String |
node |
protected JaxbNotFoundAttribute |
notFound |
Constructor and Description |
---|
JaxbOneToManyElement() |
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.
|
JaxbNotFoundAttribute |
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(JaxbNotFoundAttribute value)
Sets the value of the notFound property.
|
protected String clazz
protected Boolean embedXml
protected String entityName
protected String node
protected JaxbNotFoundAttribute notFound
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public boolean isEmbedXml()
Boolean
public void setEmbedXml(Boolean value)
value
- allowed object is
Boolean
public String getEntityName()
String
public void setEntityName(String value)
value
- allowed object is
String
public String getNode()
String
public void setNode(String value)
value
- allowed object is
String
public JaxbNotFoundAttribute getNotFound()
JaxbNotFoundAttribute
public void setNotFound(JaxbNotFoundAttribute value)
value
- allowed object is
JaxbNotFoundAttribute
Copyright © 2018 JBoss by Red Hat. All rights reserved.