public class Join extends Object implements Join
Java class for Join complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Join">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.terrameta.org/plasma/query}Entity"/>
<element ref="{http://www.terrameta.org/plasma/query}On"/>
</sequence>
<attribute name="type" use="required" type="{http://www.terrameta.org/plasma/query}JoinType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Entity |
entity |
protected On |
on |
protected JoinType |
type |
| Constructor and Description |
|---|
Join() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
Entity |
getEntity()
Gets the value of the entity property.
|
On |
getOn()
Gets the value of the on property.
|
JoinType |
getType()
Gets the value of the type property.
|
void |
setEntity(Entity value)
Sets the value of the entity property.
|
void |
setOn(On value)
Sets the value of the on property.
|
void |
setType(JoinType value)
Sets the value of the type property.
|
public Entity getEntity()
Entitypublic void setEntity(Entity value)
value - allowed object is
Entitypublic void setOn(On value)
value - allowed object is
Onpublic JoinType getType()
JoinTypepublic void setType(JoinType value)
value - allowed object is
JoinTypepublic void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.