Package org.openforis.collect.mondrian
Class Hierarchy.Join
- java.lang.Object
-
- org.openforis.collect.mondrian.Hierarchy.Join
-
- Enclosing class:
- Hierarchy
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>
-
-
Constructor Summary
Constructors Constructor Description Join()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLeftAlias()Gets the value of the leftAlias property.StringgetLeftKey()Gets the value of the leftKey property.List<Object>getRelation()Gets the value of the relation property.StringgetRightAlias()Gets the value of the rightAlias property.StringgetRightKey()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.
-
-
-
Method Detail
-
getRelation
public List<Object> 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
public String getLeftAlias()
Gets the value of the leftAlias property.- Returns:
- possible object is
String
-
setLeftAlias
public void setLeftAlias(String value)
Sets the value of the leftAlias property.- Parameters:
value- allowed object isString
-
getLeftKey
public String getLeftKey()
Gets the value of the leftKey property.- Returns:
- possible object is
String
-
setLeftKey
public void setLeftKey(String value)
Sets the value of the leftKey property.- Parameters:
value- allowed object isString
-
getRightAlias
public String getRightAlias()
Gets the value of the rightAlias property.- Returns:
- possible object is
String
-
setRightAlias
public void setRightAlias(String value)
Sets the value of the rightAlias property.- Parameters:
value- allowed object isString
-
getRightKey
public String getRightKey()
Gets the value of the rightKey property.- Returns:
- possible object is
String
-
-