|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.hbm.JaxbReturnElement
public class JaxbReturnElement
Java class for return-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="return-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="return-discriminator" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="return-property" type="{http://www.hibernate.org/xsd/hibernate-mapping}return-property-element"/>
</sequence>
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lock-mode" type="{http://www.hibernate.org/xsd/hibernate-mapping}lock-mode-attribute" default="read" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
JaxbReturnElement.JaxbReturnDiscriminator
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
alias
|
protected String |
clazz
|
protected String |
entityName
|
protected JaxbLockModeAttribute |
lockMode
|
protected List<Object> |
returnDiscriminatorAndReturnProperty
|
| Constructor Summary | |
|---|---|
JaxbReturnElement()
|
|
| Method Summary | |
|---|---|
String |
getAlias()
Gets the value of the alias property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getEntityName()
Gets the value of the entityName property. |
JaxbLockModeAttribute |
getLockMode()
Gets the value of the lockMode property. |
List<Object> |
getReturnDiscriminatorAndReturnProperty()
Gets the value of the returnDiscriminatorAndReturnProperty property. |
void |
setAlias(String value)
Sets the value of the alias property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setEntityName(String value)
Sets the value of the entityName property. |
void |
setLockMode(JaxbLockModeAttribute value)
Sets the value of the lockMode property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> returnDiscriminatorAndReturnProperty
protected String alias
protected String clazz
protected String entityName
protected JaxbLockModeAttribute lockMode
| Constructor Detail |
|---|
public JaxbReturnElement()
| Method Detail |
|---|
public List<Object> getReturnDiscriminatorAndReturnProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the returnDiscriminatorAndReturnProperty property.
For example, to add a new item, do as follows:
getReturnDiscriminatorAndReturnProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbReturnElement.JaxbReturnDiscriminator
JaxbReturnPropertyElement
public String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic JaxbLockModeAttribute getLockMode()
JaxbLockModeAttributepublic void setLockMode(JaxbLockModeAttribute value)
value - allowed object is
JaxbLockModeAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||