public class ColumnFilterParam extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ColumnFilterParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getType()
Obtient la valeur de la propriété type.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setType(String value)
Définit la valeur de la propriété type.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2015. All rights reserved.