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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected XmlAdhocOrderType |
orderType |
| Constructor and Description |
|---|
XmlAdhocSort() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String name
protected XmlAdhocOrderType orderType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XmlAdhocOrderType getOrderType()
XmlAdhocOrderTypepublic void setOrderType(XmlAdhocOrderType value)
value - allowed object is
XmlAdhocOrderTypeCopyright © 2010–2021. All rights reserved.