public static class Table.AggExclude 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
ignorecase |
protected String |
name |
protected String |
pattern |
| Constructor and Description |
|---|
AggExclude() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPattern()
Gets the value of the pattern property.
|
boolean |
isIgnorecase()
Gets the value of the ignorecase property.
|
void |
setIgnorecase(Boolean value)
Sets the value of the ignorecase property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected String pattern
protected String name
protected Boolean ignorecase
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isIgnorecase()
BooleanCopyright © 2022 Open Foris. All rights reserved.