public static class Hierarchy.Join extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}Relation" maxOccurs="2" minOccurs="2"/>
</sequence>
<attribute name="leftAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="leftKey" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rightAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rightKey" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
leftAlias |
protected String |
leftKey |
protected List<Object> |
relation |
protected String |
rightAlias |
protected String |
rightKey |
| Constructor and Description |
|---|
Join() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeftAlias()
Gets the value of the leftAlias property.
|
String |
getLeftKey()
Gets the value of the leftKey property.
|
List<Object> |
getRelation()
Gets the value of the relation property.
|
String |
getRightAlias()
Gets the value of the rightAlias property.
|
String |
getRightKey()
Gets the value of the rightKey property.
|
void |
setLeftAlias(String value)
Sets the value of the leftAlias property.
|
void |
setLeftKey(String value)
Sets the value of the leftKey property.
|
void |
setRightAlias(String value)
Sets the value of the rightAlias property.
|
void |
setRightKey(String value)
Sets the value of the rightKey property.
|
protected String leftAlias
protected String leftKey
protected String rightAlias
protected String rightKey
public List<Object> getRelation()
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 relation property.
For example, to add a new item, do as follows:
getRelation().add(newItem);
Objects of the following type(s) are allowed in the list
Table
View
Hierarchy.Join
Hierarchy.InlineTable
public String getLeftAlias()
Stringpublic void setLeftAlias(String value)
value - allowed object is
Stringpublic String getLeftKey()
Stringpublic void setLeftKey(String value)
value - allowed object is
Stringpublic String getRightAlias()
Stringpublic void setRightAlias(String value)
value - allowed object is
Stringpublic String getRightKey()
StringCopyright © 2021 Open Foris. All rights reserved.