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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.AggName.AggForeignKey
Java class for anonymous complex type.
|
static class |
Table.AggName.AggLevel
Java class for anonymous complex type.
|
static class |
Table.AggName.AggMeasure
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AggColumnName |
aggFactCount |
protected List<Table.AggName.AggForeignKey> |
aggForeignKey |
protected List<AggColumnName> |
aggIgnoreColumn |
protected List<Table.AggName.AggLevel> |
aggLevel |
protected List<Table.AggName.AggMeasure> |
aggMeasure |
protected BigInteger |
approxRowCount |
protected Boolean |
ignorecase |
protected String |
name |
| Constructor and Description |
|---|
AggName() |
| Modifier and Type | Method and Description |
|---|---|
AggColumnName |
getAggFactCount()
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.
|
BigInteger |
getApproxRowCount()
Gets the value of the approxRowCount property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isIgnorecase()
Gets the value of the ignorecase property.
|
void |
setAggFactCount(AggColumnName value)
Sets the value of the aggFactCount property.
|
void |
setApproxRowCount(BigInteger value)
Sets the value of the approxRowCount property.
|
void |
setIgnorecase(Boolean value)
Sets the value of the ignorecase property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected AggColumnName aggFactCount
protected List<AggColumnName> aggIgnoreColumn
protected List<Table.AggName.AggForeignKey> aggForeignKey
protected List<Table.AggName.AggMeasure> aggMeasure
protected List<Table.AggName.AggLevel> aggLevel
protected String name
protected Boolean ignorecase
protected BigInteger approxRowCount
public AggColumnName getAggFactCount()
AggColumnNamepublic void setAggFactCount(AggColumnName value)
value - allowed object is
AggColumnNamepublic List<AggColumnName> getAggIgnoreColumn()
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 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
public List<Table.AggName.AggForeignKey> getAggForeignKey()
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 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
public List<Table.AggName.AggMeasure> getAggMeasure()
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 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
public List<Table.AggName.AggLevel> getAggLevel()
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 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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isIgnorecase()
Booleanpublic void setIgnorecase(Boolean value)
value - allowed object is
Booleanpublic BigInteger getApproxRowCount()
BigIntegerpublic void setApproxRowCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2022 Open Foris. All rights reserved.