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 Summary
Constructors Constructor Description SortKeyType()
-
Method Summary
All 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
-
getPropertyName
public java.lang.String getPropertyName()
Gets the value of the propertyName property.- Returns:
- possible object is
String
-
setPropertyName
public void setPropertyName(java.lang.String value)
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
public java.lang.Object get(java.lang.String propName)
-
isSet
public boolean isSet(java.lang.String propName)
-
set
public void set(java.lang.String propName, java.lang.Object value)
-
unset
public void unset(java.lang.String propName)
-
getTypeName
public java.lang.String getTypeName()
-
getPropertyNames
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
-
getDataType
public java.lang.String getDataType(java.lang.String propName)
-
getSuperTypes
public java.util.ArrayList getSuperTypes()
-
isSubType
public boolean isSubType(java.lang.String superTypeName)
-
getSubTypes
public static java.util.HashSet getSubTypes()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-