public class JaxbHbmNativeQueryJoinReturnType extends java.lang.Object implements java.io.Serializable, NativeQueryNonScalarRootReturn
Java class for NativeQueryJoinReturnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NativeQueryJoinReturnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="return-property" type="{http://www.hibernate.org/xsd/orm/hbm}NativeQueryPropertyReturnType"/>
</sequence>
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lock-mode" type="{http://www.hibernate.org/xsd/orm/hbm}LockModeEnum" default="read" />
<attribute name="property" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alias |
protected LockMode |
lockMode |
protected java.lang.String |
property |
protected java.util.List<JaxbHbmNativeQueryPropertyReturnType> |
returnProperty |
| Constructor and Description |
|---|
JaxbHbmNativeQueryJoinReturnType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
LockMode |
getLockMode()
Gets the value of the lockMode property.
|
java.lang.String |
getProperty()
Gets the value of the property property.
|
java.util.List<JaxbHbmNativeQueryPropertyReturnType> |
getReturnProperty()
Gets the value of the returnProperty property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setLockMode(LockMode value)
Sets the value of the lockMode property.
|
void |
setProperty(java.lang.String value)
Sets the value of the property property.
|
protected java.util.List<JaxbHbmNativeQueryPropertyReturnType> returnProperty
protected java.lang.String alias
protected LockMode lockMode
protected java.lang.String property
public java.util.List<JaxbHbmNativeQueryPropertyReturnType> getReturnProperty()
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 returnProperty property.
For example, to add a new item, do as follows:
getReturnProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNativeQueryPropertyReturnType
getReturnProperty in interface NativeQueryNonScalarRootReturnpublic java.lang.String getAlias()
getAlias in interface NativeQueryNonScalarRootReturnStringpublic void setAlias(java.lang.String value)
value - allowed object is
Stringpublic LockMode getLockMode()
getLockMode in interface NativeQueryNonScalarRootReturnStringpublic void setLockMode(LockMode value)
value - allowed object is
Stringpublic java.lang.String getProperty()
Stringpublic void setProperty(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.