public class NumericAttribute 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="filter-exp" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="alias-exp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <pattern value="([Cc](ounter|OUNTER)|[Gg](auge|AUGE))"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="compress-alias" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
aliasExp  | 
protected Boolean | 
compressAlias  | 
protected String | 
filterExp  | 
protected AttributeType | 
type  | 
| Constructor and Description | 
|---|
NumericAttribute()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getAliasExp()
Gets the value of the aliasExp property. 
 | 
String | 
getFilterExp()
Gets the value of the filterExp property. 
 | 
AttributeType | 
getType()
Gets the value of the type property. 
 | 
int | 
hashCode()  | 
boolean | 
isCompressAlias()
Gets the value of the compressAlias property. 
 | 
void | 
setAliasExp(String value)
Sets the value of the aliasExp property. 
 | 
void | 
setCompressAlias(Boolean value)
Sets the value of the compressAlias property. 
 | 
void | 
setFilterExp(String value)
Sets the value of the filterExp property. 
 | 
void | 
setType(AttributeType value)
Sets the value of the type property. 
 | 
protected String filterExp
protected String aliasExp
protected AttributeType type
protected Boolean compressAlias
public String getFilterExp()
Stringpublic void setFilterExp(String value)
value - allowed object is
     Stringpublic String getAliasExp()
Stringpublic void setAliasExp(String value)
value - allowed object is
     Stringpublic AttributeType getType()
AttributeTypepublic void setType(AttributeType value)
value - allowed object is
     AttributeTypepublic boolean isCompressAlias()
Booleanpublic void setCompressAlias(Boolean value)
value - allowed object is
     BooleanCopyright © 2021. All rights reserved.