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  java.lang.String caseOrder
           
protected  java.lang.String dataType
           
protected  java.lang.String lang
           
protected  java.lang.String order
           
protected  java.lang.String select
           
 
Constructor Summary
Sort()
           
 
Method Summary
 java.lang.String getCaseOrder()
          Gets the value of the caseOrder property.
 java.lang.String getDataType()
          Gets the value of the dataType property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.String getOrder()
          Gets the value of the order property.
 java.lang.String getSelect()
          Gets the value of the select property.
 void setCaseOrder(java.lang.String value)
          Sets the value of the caseOrder property.
 void setDataType(java.lang.String value)
          Sets the value of the dataType property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setOrder(java.lang.String value)
          Sets the value of the order property.
 void setSelect(java.lang.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 java.lang.String select

lang

protected java.lang.String lang

dataType

protected java.lang.String dataType

order

protected java.lang.String order

caseOrder

protected java.lang.String caseOrder
Constructor Detail

Sort

public Sort()
Method Detail

getSelect

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

Returns:
possible object is String

setSelect

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

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

getDataType

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

Returns:
possible object is String

setDataType

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

Parameters:
value - allowed object is String

getOrder

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

Returns:
possible object is String

setOrder

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

Parameters:
value - allowed object is String

getCaseOrder

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

Returns:
possible object is String

setCaseOrder

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.