org.plasma.xml.xslt
Class Sort

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by org.plasma.xml.xslt.Sort

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>
 


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

select

protected String select

lang

protected String lang

dataType

protected String dataType

order

protected String order

caseOrder

protected String caseOrder
Constructor Detail

Sort

public Sort()
Method Detail

getSelect

public String getSelect()
Gets the value of the select property.

Returns:
possible object is String

setSelect

public void setSelect(String value)
Sets the value of the select property.

Parameters:
value - allowed object is String

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getOrder

public String getOrder()
Gets the value of the order property.

Returns:
possible object is String

setOrder

public void setOrder(String value)
Sets the value of the order property.

Parameters:
value - allowed object is String

getCaseOrder

public String getCaseOrder()
Gets the value of the caseOrder property.

Returns:
possible object is String

setCaseOrder

public void setCaseOrder(String value)
Sets the value of the caseOrder property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.