Package com.ibm.wsspi.security.wim.model
Class SortKeyType
- java.lang.Object
- 
- com.ibm.wsspi.security.wim.model.SortKeyType
 
- 
 public class SortKeyType extends java.lang.ObjectJava 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 SummaryConstructors Constructor Description SortKeyType()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String propName)java.lang.StringgetDataType(java.lang.String propName)java.lang.StringgetPropertyName()Gets the value of the propertyName property.static java.util.ListgetPropertyNames(java.lang.String entityTypeName)static java.util.HashSetgetSubTypes()java.util.ArrayListgetSuperTypes()java.lang.StringgetTypeName()booleanisAscendingOrder()Gets the value of the ascendingOrder property.booleanisSet(java.lang.String propName)booleanisSetAscendingOrder()booleanisSetPropertyName()booleanisSubType(java.lang.String superTypeName)voidset(java.lang.String propName, java.lang.Object value)voidsetAscendingOrder(boolean value)Sets the value of the ascendingOrder property.voidsetPropertyName(java.lang.String value)Sets the value of the propertyName property.java.lang.StringtoString()voidunset(java.lang.String propName)
 
- 
- 
- 
Method Detail- 
getPropertyNamepublic java.lang.String getPropertyName() Gets the value of the propertyName property.- Returns:
- possible object is String
 
 - 
setPropertyNamepublic void setPropertyName(java.lang.String value) Sets the value of the propertyName property.- Parameters:
- value- allowed object is- String
 
 - 
isSetPropertyNamepublic boolean isSetPropertyName() 
 - 
isAscendingOrderpublic boolean isAscendingOrder() Gets the value of the ascendingOrder property.
 - 
setAscendingOrderpublic void setAscendingOrder(boolean value) Sets the value of the ascendingOrder property.
 - 
isSetAscendingOrderpublic boolean isSetAscendingOrder() 
 - 
getpublic java.lang.Object get(java.lang.String propName) 
 - 
isSetpublic boolean isSet(java.lang.String propName) 
 - 
setpublic void set(java.lang.String propName, java.lang.Object value)
 - 
unsetpublic void unset(java.lang.String propName) 
 - 
getTypeNamepublic java.lang.String getTypeName() 
 - 
getPropertyNamespublic static java.util.List getPropertyNames(java.lang.String entityTypeName) 
 - 
getDataTypepublic java.lang.String getDataType(java.lang.String propName) 
 - 
getSuperTypespublic java.util.ArrayList getSuperTypes() 
 - 
isSubTypepublic boolean isSubType(java.lang.String superTypeName) 
 - 
getSubTypespublic static java.util.HashSet getSubTypes() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-