public class SortControl extends Control
Java class for SortControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SortControl">
<complexContent>
<extension base="{http://www.ibm.com/websphere/wim}Control">
<sequence>
<element name="sortKeys" type="{http://www.ibm.com/websphere/wim}SortKeyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}language"/>
</sequence>
</extension>
</complexContent>
</complexType>
The SortControl object extends the Control object and defines two properties:
| Constructor and Description |
|---|
SortControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String propName)
Gets the value of the requested property
|
java.lang.String |
getDataType(java.lang.String propName)
Gets the Java type of the value of the provided property.
|
java.lang.String |
getLocale()
Gets the value of the locale property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
java.util.List<SortKeyType> |
getSortKeys()
Gets the value of the sortKeys property.
|
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes()
Gets a list of any model objects which this model object, Control, is
an extension of.
|
java.lang.String |
getTypeName()
Gets the name of this model object, Control
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetLocale() |
boolean |
isSetSortKeys() |
boolean |
isSubType(java.lang.String superTypeName)
Returns a true if the provided model object is one that this
model object extends; false, otherwise.
|
void |
set(java.lang.String propName,
java.lang.Object value)
Sets the value of the provided property to the provided value.
|
void |
setLocale(java.lang.String value)
Sets the value of the locale property.
|
java.lang.String |
toString()
Returns this model object, Control, and its contents as a String
|
void |
unset(java.lang.String propName)
Sets the value of provided property to null.
|
void |
unsetSortKeys() |
public java.util.List<SortKeyType> getSortKeys()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sortKeys property.
For example, to add a new item, do as follows:
getSortKeys().add(newItem);
Objects of the following type(s) are allowed in the list SortKeyType
public boolean isSetSortKeys()
public void unsetSortKeys()
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLocale()
public java.lang.Object get(java.lang.String propName)
Controlpublic boolean isSet(java.lang.String propName)
Controlpublic void set(java.lang.String propName,
java.lang.Object value)
Controlpublic void unset(java.lang.String propName)
Controlpublic java.lang.String getTypeName()
ControlgetTypeName in class ControlStringpublic static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
ControlgetDataType in class ControlpropName - allowed object is StringStringpublic java.util.ArrayList getSuperTypes()
ControlgetSuperTypes in class ControlArrayListpublic boolean isSubType(java.lang.String superTypeName)
Controlpublic static java.util.HashSet getSubTypes()