public class Sort extends Object
Java class for Sort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Sort">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
void |
setKey(String value)
Sets the value of the key property.
|
protected String key
Copyright © 2019. All rights reserved.