Package com.emc.d2fs.models.context
Class SortOrder
java.lang.Object
com.emc.d2fs.models.context.SortOrder
- All Implemented Interfaces:
Serializable
Java class for sortOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sortOrder"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isAscending" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.getOrder()
Gets the value of the order property.boolean
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.void
Sets the value of the order property.
-
Constructor Details
-
SortOrder
public SortOrder()
-
-
Method Details
-
getAttribute
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
Sets the value of the attribute property.- Parameters:
value
- allowed object isString
-
isIsAscending
public boolean isIsAscending()Gets the value of the isAscending property. -
setIsAscending
public void setIsAscending(boolean value) Sets the value of the isAscending property. -
getOrder
Gets the value of the order property.- Returns:
- possible object is
Integer
-
setOrder
Sets the value of the order property.- Parameters:
value
- allowed object isInteger
-