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()
String
public void setLocale(java.lang.String value)
value
- allowed object is String
public boolean isSetLocale()
public java.lang.Object get(java.lang.String propName)
Control
public boolean isSet(java.lang.String propName)
Control
public void set(java.lang.String propName, java.lang.Object value)
Control
public void unset(java.lang.String propName)
Control
public java.lang.String getTypeName()
Control
getTypeName
in class Control
String
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
Control
getDataType
in class Control
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
Control
getSuperTypes
in class Control
ArrayList
public boolean isSubType(java.lang.String superTypeName)
Control
public static java.util.HashSet getSubTypes()