public class JaxbHbmNativeQueryPropertyReturnType extends Object implements Serializable
Java class for NativeQueryPropertyReturnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NativeQueryPropertyReturnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return-column" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
column |
protected String |
name |
protected List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> |
returnColumn |
Constructor and Description |
---|
JaxbHbmNativeQueryPropertyReturnType() |
Modifier and Type | Method and Description |
---|---|
String |
getColumn()
Gets the value of the column property.
|
String |
getName()
Gets the value of the name property.
|
List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> |
getReturnColumn()
Gets the value of the returnColumn property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> returnColumn
protected String column
protected String name
public JaxbHbmNativeQueryPropertyReturnType()
public List<JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn> getReturnColumn()
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 returnColumn property.
For example, to add a new item, do as follows:
getReturnColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
public String getColumn()
String
public void setColumn(String value)
value
- allowed object is
String
public String getName()
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.