public static class Table.AggPattern 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>
<element name="AggExclude" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="pattern" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.AggPattern.AggExclude
Java class for anonymous complex type.
|
static class |
Table.AggPattern.AggForeignKey
Java class for anonymous complex type.
|
static class |
Table.AggPattern.AggLevel
Java class for anonymous complex type.
|
static class |
Table.AggPattern.AggMeasure
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Table.AggPattern.AggExclude> |
aggExclude |
protected AggColumnName |
aggFactCount |
protected List<Table.AggPattern.AggForeignKey> |
aggForeignKey |
protected List<AggColumnName> |
aggIgnoreColumn |
protected List<Table.AggPattern.AggLevel> |
aggLevel |
protected List<Table.AggPattern.AggMeasure> |
aggMeasure |
protected Boolean |
ignorecase |
protected String |
pattern |
| Constructor and Description |
|---|
AggPattern() |
| Modifier and Type | Method and Description |
|---|---|
List<Table.AggPattern.AggExclude> |
getAggExclude()
Gets the value of the aggExclude property.
|
AggColumnName |
getAggFactCount()
Gets the value of the aggFactCount property.
|
List<Table.AggPattern.AggForeignKey> |
getAggForeignKey()
Gets the value of the aggForeignKey property.
|
List<AggColumnName> |
getAggIgnoreColumn()
Gets the value of the aggIgnoreColumn property.
|
List<Table.AggPattern.AggLevel> |
getAggLevel()
Gets the value of the aggLevel property.
|
List<Table.AggPattern.AggMeasure> |
getAggMeasure()
Gets the value of the aggMeasure property.
|
String |
getPattern()
Gets the value of the pattern property.
|
boolean |
isIgnorecase()
Gets the value of the ignorecase property.
|
void |
setAggFactCount(AggColumnName value)
Sets the value of the aggFactCount property.
|
void |
setIgnorecase(Boolean value)
Sets the value of the ignorecase property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected AggColumnName aggFactCount
protected List<AggColumnName> aggIgnoreColumn
protected List<Table.AggPattern.AggForeignKey> aggForeignKey
protected List<Table.AggPattern.AggMeasure> aggMeasure
protected List<Table.AggPattern.AggLevel> aggLevel
protected List<Table.AggPattern.AggExclude> aggExclude
protected String pattern
protected Boolean ignorecase
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.AggPattern.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.AggPattern.AggForeignKey
public List<Table.AggPattern.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.AggPattern.AggMeasure
public List<Table.AggPattern.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.AggPattern.AggLevel
public List<Table.AggPattern.AggExclude> getAggExclude()
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 aggExclude property.
For example, to add a new item, do as follows:
getAggExclude().add(newItem);
Objects of the following type(s) are allowed in the list
Table.AggPattern.AggExclude
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic boolean isIgnorecase()
BooleanCopyright © 2022 Open Foris. All rights reserved.