public class ColumnSort 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="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" default="$record" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
from |
protected String |
ref |
| Constructor and Description |
|---|
ColumnSort() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Obtient la valeur de la propriété from.
|
String |
getRef()
Obtient la valeur de la propriété ref.
|
void |
setFrom(String value)
Définit la valeur de la propriété from.
|
void |
setRef(String value)
Définit la valeur de la propriété ref.
|
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getFrom()
StringCopyright © 2015. All rights reserved.