public class View extends Object
Java class for View complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="View">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SQL" type="{}SQL" maxOccurs="unbounded"/>
</sequence>
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected List<SQL> |
sql |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
List<SQL> |
getSQL()
Gets the value of the sql property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
public List<SQL> getSQL()
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 sql property.
For example, to add a new item, do as follows:
getSQL().add(newItem);
Objects of the following type(s) are allowed in the list
SQL
public String getAlias()
StringCopyright © 2021 Open Foris. All rights reserved.