org.plasma.provisioning
Class Sort
java.lang.Object
org.plasma.provisioning.Sort
public class Sort
- extends java.lang.Object
Assigns ordering and other related information to properties within an entity.
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>
|
Field Summary |
protected java.lang.String |
key
|
|
Constructor Summary |
Sort()
|
|
Method Summary |
java.lang.String |
getKey()
Gets the value of the key property. |
void |
setKey(java.lang.String value)
Sets the value of the key property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
Sort
public Sort()
getKey
public java.lang.String getKey()
- Gets the value of the key property.
- Returns:
- possible object is
String
setKey
public void setKey(java.lang.String value)
- Sets the value of the key property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All Rights Reserved.