public class Sort extends AnyType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attribute name="select" type="{http://www.w3.org/1999/XSL/Transform}expression" default="." />
<attribute name="lang" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
<attribute name="data-type" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" default="text" />
<attribute name="order" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" default="ascending" />
<attribute name="case-order" type="{http://www.w3.org/1999/XSL/Transform}expr-avt" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseOrder |
protected String |
dataType |
protected String |
lang |
protected String |
order |
protected String |
select |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaseOrder()
Gets the value of the caseOrder property.
|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getOrder()
Gets the value of the order property.
|
String |
getSelect()
Gets the value of the select property.
|
void |
setCaseOrder(String value)
Sets the value of the caseOrder property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOrder(String value)
Sets the value of the order property.
|
void |
setSelect(String value)
Sets the value of the select property.
|
getOtherAttributesprotected String select
protected String lang
protected String dataType
protected String order
protected String caseOrder
public String getSelect()
Stringpublic void setSelect(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic String getOrder()
Stringpublic void setOrder(String value)
value - allowed object is
Stringpublic String getCaseOrder()
StringCopyright © 2017. All rights reserved.