public class Table extends Object
Java class for Table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rowAlias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rowSetAlias" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Parent"/> <enumeration value="ParentExtension"/> <enumeration value="Child"/> <enumeration value="ChildExtension"/> <enumeration value="Join"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getRowAlias()
Gets the value of the rowAlias property.
|
String |
getRowSetAlias()
Gets the value of the rowSetAlias property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setRowAlias(String value)
Sets the value of the rowAlias property.
|
void |
setRowSetAlias(String value)
Sets the value of the rowSetAlias property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getRowAlias()
String
public void setRowAlias(String value)
value
- allowed object is
String
public String getRowSetAlias()
String
public void setRowSetAlias(String value)
value
- allowed object is
String
public String getRole()
String
Copyright © 2011-2018 restSQL Project Contributors