public class JaxbReturnPropertyElement extends Object
Java class for return-property-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="return-property-element">
<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 |
JaxbReturnPropertyElement.JaxbReturnColumn
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
name |
protected List<JaxbReturnPropertyElement.JaxbReturnColumn> |
returnColumn |
| Constructor and Description |
|---|
JaxbReturnPropertyElement() |
| 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<JaxbReturnPropertyElement.JaxbReturnColumn> |
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<JaxbReturnPropertyElement.JaxbReturnColumn> returnColumn
protected String column
protected String name
public List<JaxbReturnPropertyElement.JaxbReturnColumn> 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
JaxbReturnPropertyElement.JaxbReturnColumn
public String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.