Package com.ibm.wsspi.security.wim.model
Class SortKeyType
java.lang.Object
com.ibm.wsspi.security.wim.model.SortKeyType
Java class for SortKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SortKeyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ascendingOrder" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
The SortKeyType object defines two properties:
- propertyName: defines the key by which to do the sort.
- ascendingOrder: is set to true by default and returns the sorted objects in ascendingOrder. To sort by descending order, set the property to false.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDataType
(String propName) Gets the value of the propertyName property.static List
getPropertyNames
(String entityTypeName) static HashSet
boolean
Gets the value of the ascendingOrder property.boolean
boolean
boolean
boolean
void
void
setAscendingOrder
(boolean value) Sets the value of the ascendingOrder property.void
setPropertyName
(String value) Sets the value of the propertyName property.toString()
void
-
Constructor Details
-
SortKeyType
public SortKeyType()
-
-
Method Details
-
getPropertyName
Gets the value of the propertyName property.- Returns:
- possible object is
String
-
setPropertyName
Sets the value of the propertyName property.- Parameters:
value
- allowed object isString
-
isSetPropertyName
public boolean isSetPropertyName() -
isAscendingOrder
public boolean isAscendingOrder()Gets the value of the ascendingOrder property. -
setAscendingOrder
public void setAscendingOrder(boolean value) Sets the value of the ascendingOrder property. -
isSetAscendingOrder
public boolean isSetAscendingOrder() -
get
-
isSet
-
set
-
unset
-
getTypeName
-
getPropertyNames
-
getDataType
-
getSuperTypes
-
isSubType
-
getSubTypes
-
toString
-