Package org.openforis.collect.mondrian
Class Hierarchy.Join
java.lang.Object
org.openforis.collect.mondrian.Hierarchy.Join
- Enclosing class:
Hierarchy
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the leftAlias property.Gets the value of the leftKey property.Gets the value of the relation property.Gets the value of the rightAlias property.Gets the value of the rightKey property.voidsetLeftAlias(String value) Sets the value of the leftAlias property.voidsetLeftKey(String value) Sets the value of the leftKey property.voidsetRightAlias(String value) Sets the value of the rightAlias property.voidsetRightKey(String value) Sets the value of the rightKey property.
-
Field Details
-
relation
-
leftAlias
-
leftKey
-
rightAlias
-
rightKey
-
-
Constructor Details
-
Join
public Join()
-
-
Method Details
-
getRelation
Gets the value of the relation property.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
setmethod 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
TableViewHierarchy.JoinHierarchy.InlineTable -
getLeftAlias
Gets the value of the leftAlias property.- Returns:
- possible object is
String
-
setLeftAlias
Sets the value of the leftAlias property.- Parameters:
value- allowed object isString
-
getLeftKey
Gets the value of the leftKey property.- Returns:
- possible object is
String
-
setLeftKey
Sets the value of the leftKey property.- Parameters:
value- allowed object isString
-
getRightAlias
Gets the value of the rightAlias property.- Returns:
- possible object is
String
-
setRightAlias
Sets the value of the rightAlias property.- Parameters:
value- allowed object isString
-
getRightKey
Gets the value of the rightKey property.- Returns:
- possible object is
String
-
setRightKey
Sets the value of the rightKey property.- Parameters:
value- allowed object isString
-