public class

OrderByClause

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.OrderByClause

Class Overview

Java class for OrderByClause complex type.

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

 <complexType name="OrderByClause">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isAscending" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String attribute
protected boolean isAscending
Public Constructors
OrderByClause()
Public Methods
String getAttribute()
Gets the value of the attribute property.
boolean isIsAscending()
Gets the value of the isAscending property.
void setAttribute(String value)
Sets the value of the attribute property.
void setIsAscending(boolean value)
Sets the value of the isAscending property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String attribute

protected boolean isAscending

Public Constructors

public OrderByClause ()

Public Methods

public String getAttribute ()

Gets the value of the attribute property.

Returns
  • possible object is String

public boolean isIsAscending ()

Gets the value of the isAscending property.

public void setAttribute (String value)

Sets the value of the attribute property.

Parameters
value Allowed object is String

public void setIsAscending (boolean value)

Sets the value of the isAscending property.

Parameters
value