net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocSort

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocSort

public class XmlAdhocSort
extends Object

Java class for Sort complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Sort">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="orderType" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}OrderType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  XmlAdhocOrderType orderType
           
 
Constructor Summary
XmlAdhocSort()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 XmlAdhocOrderType getOrderType()
          Gets the value of the orderType property.
 void setName(String value)
          Sets the value of the name property.
 void setOrderType(XmlAdhocOrderType value)
          Sets the value of the orderType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

orderType

protected XmlAdhocOrderType orderType
Constructor Detail

XmlAdhocSort

public XmlAdhocSort()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOrderType

public XmlAdhocOrderType getOrderType()
Gets the value of the orderType property.

Returns:
possible object is XmlAdhocOrderType

setOrderType

public void setOrderType(XmlAdhocOrderType value)
Sets the value of the orderType property.

Parameters:
value - allowed object is XmlAdhocOrderType


Copyright © 2010-2013. All Rights Reserved.