Class SortKeyType

java.lang.Object
com.ibm.wsspi.security.wim.model.SortKeyType

public class SortKeyType extends Object

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 Details

    • SortKeyType

      public SortKeyType()
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Gets the value of the propertyName property.
      Returns:
      possible object is String
    • setPropertyName

      public void setPropertyName(String value)
      Sets the value of the propertyName property.
      Parameters:
      value - allowed object is String
    • 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 Object get(String propName)
    • isSet

      public boolean isSet(String propName)
    • set

      public void set(String propName, Object value)
    • unset

      public void unset(String propName)
    • getTypeName

      public String getTypeName()
    • getPropertyNames

      public static List getPropertyNames(String entityTypeName)
    • getDataType

      public String getDataType(String propName)
    • getSuperTypes

      public ArrayList getSuperTypes()
    • isSubType

      public boolean isSubType(String superTypeName)
    • getSubTypes

      public static HashSet getSubTypes()
    • toString

      public String toString()
      Overrides:
      toString in class Object