|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.Sort
public class Sort
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>
| Field Summary | |
|---|---|
protected String |
caseOrder
|
protected String |
dataType
|
protected String |
lang
|
protected String |
order
|
protected String |
select
|
| Constructor Summary | |
|---|---|
Sort()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.plasma.xml.xslt.AnyType |
|---|
getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String select
protected String lang
protected String dataType
protected String order
protected String caseOrder
| Constructor Detail |
|---|
public Sort()
| Method Detail |
|---|
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()
Stringpublic void setCaseOrder(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||