Class Table.AggName
- java.lang.Object
-
- org.openforis.collect.mondrian.Table.AggName
-
- Enclosing class:
- Table
public static class Table.AggName 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> <element name="AggFactCount" type="{}AggColumnName"/> <element name="AggIgnoreColumn" type="{}AggColumnName" maxOccurs="unbounded" minOccurs="0"/> <element name="AggForeignKey" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="factColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="aggColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="AggMeasure" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="AggLevel" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="approxRowCount" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTable.AggName.AggForeignKeyJava class for anonymous complex type.static classTable.AggName.AggLevelJava class for anonymous complex type.static classTable.AggName.AggMeasureJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AggColumnNameaggFactCountprotected List<Table.AggName.AggForeignKey>aggForeignKeyprotected List<AggColumnName>aggIgnoreColumnprotected List<Table.AggName.AggLevel>aggLevelprotected List<Table.AggName.AggMeasure>aggMeasureprotected BigIntegerapproxRowCountprotected Booleanignorecaseprotected Stringname
-
Constructor Summary
Constructors Constructor Description AggName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggColumnNamegetAggFactCount()Gets the value of the aggFactCount property.List<Table.AggName.AggForeignKey>getAggForeignKey()Gets the value of the aggForeignKey property.List<AggColumnName>getAggIgnoreColumn()Gets the value of the aggIgnoreColumn property.List<Table.AggName.AggLevel>getAggLevel()Gets the value of the aggLevel property.List<Table.AggName.AggMeasure>getAggMeasure()Gets the value of the aggMeasure property.BigIntegergetApproxRowCount()Gets the value of the approxRowCount property.StringgetName()Gets the value of the name property.booleanisIgnorecase()Gets the value of the ignorecase property.voidsetAggFactCount(AggColumnName value)Sets the value of the aggFactCount property.voidsetApproxRowCount(BigInteger value)Sets the value of the approxRowCount property.voidsetIgnorecase(Boolean value)Sets the value of the ignorecase property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
aggFactCount
protected AggColumnName aggFactCount
-
aggIgnoreColumn
protected List<AggColumnName> aggIgnoreColumn
-
aggForeignKey
protected List<Table.AggName.AggForeignKey> aggForeignKey
-
aggMeasure
protected List<Table.AggName.AggMeasure> aggMeasure
-
aggLevel
protected List<Table.AggName.AggLevel> aggLevel
-
name
protected String name
-
ignorecase
protected Boolean ignorecase
-
approxRowCount
protected BigInteger approxRowCount
-
-
Method Detail
-
getAggFactCount
public AggColumnName getAggFactCount()
Gets the value of the aggFactCount property.- Returns:
- possible object is
AggColumnName
-
setAggFactCount
public void setAggFactCount(AggColumnName value)
Sets the value of the aggFactCount property.- Parameters:
value- allowed object isAggColumnName
-
getAggIgnoreColumn
public List<AggColumnName> getAggIgnoreColumn()
Gets the value of the aggIgnoreColumn 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 aggIgnoreColumn property.For example, to add a new item, do as follows:
getAggIgnoreColumn().add(newItem);Objects of the following type(s) are allowed in the list
AggColumnName
-
getAggForeignKey
public List<Table.AggName.AggForeignKey> getAggForeignKey()
Gets the value of the aggForeignKey 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 aggForeignKey property.For example, to add a new item, do as follows:
getAggForeignKey().add(newItem);Objects of the following type(s) are allowed in the list
Table.AggName.AggForeignKey
-
getAggMeasure
public List<Table.AggName.AggMeasure> getAggMeasure()
Gets the value of the aggMeasure 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 aggMeasure property.For example, to add a new item, do as follows:
getAggMeasure().add(newItem);Objects of the following type(s) are allowed in the list
Table.AggName.AggMeasure
-
getAggLevel
public List<Table.AggName.AggLevel> getAggLevel()
Gets the value of the aggLevel 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 aggLevel property.For example, to add a new item, do as follows:
getAggLevel().add(newItem);Objects of the following type(s) are allowed in the list
Table.AggName.AggLevel
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isIgnorecase
public boolean isIgnorecase()
Gets the value of the ignorecase property.- Returns:
- possible object is
Boolean
-
setIgnorecase
public void setIgnorecase(Boolean value)
Sets the value of the ignorecase property.- Parameters:
value- allowed object isBoolean
-
getApproxRowCount
public BigInteger getApproxRowCount()
Gets the value of the approxRowCount property.- Returns:
- possible object is
BigInteger
-
setApproxRowCount
public void setApproxRowCount(BigInteger value)
Sets the value of the approxRowCount property.- Parameters:
value- allowed object isBigInteger
-
-