Class Table.AggName
- Enclosing class:
Table
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AggColumnNameprotected List<Table.AggName.AggForeignKey> protected List<AggColumnName> protected List<Table.AggName.AggLevel> protected List<Table.AggName.AggMeasure> protected BigIntegerprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggFactCount property.Gets the value of the aggForeignKey property.Gets the value of the aggIgnoreColumn property.Gets the value of the aggLevel property.Gets the value of the aggMeasure property.Gets the value of the approxRowCount property.getName()Gets the value of the name property.booleanGets 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.voidSets the value of the name property.
-
Field Details
-
aggFactCount
-
aggIgnoreColumn
-
aggForeignKey
-
aggMeasure
-
aggLevel
-
name
-
ignorecase
-
approxRowCount
-
-
Constructor Details
-
AggName
public AggName()
-
-
Method Details
-
getAggFactCount
Gets the value of the aggFactCount property.- Returns:
- possible object is
AggColumnName
-
setAggFactCount
Sets the value of the aggFactCount property.- Parameters:
value- allowed object isAggColumnName
-
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
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
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
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
Sets the value of the ignorecase property.- Parameters:
value- allowed object isBoolean
-
getApproxRowCount
Gets the value of the approxRowCount property.- Returns:
- possible object is
BigInteger
-
setApproxRowCount
Sets the value of the approxRowCount property.- Parameters:
value- allowed object isBigInteger
-