Package be.recipe.services.core
Class ReservationSortedBy.SortedBy
- java.lang.Object
-
- be.recipe.services.core.ReservationSortedBy.SortedBy
-
- Enclosing class:
- ReservationSortedBy
public static class ReservationSortedBy.SortedBy extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="attribute" use="required" type="{http:/services.recipe.be/core}ReservationAttribute" /> <attribute name="order" use="required" type="{http:/services.recipe.be/core}sortOrder" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ReservationAttributeattributeprotected SortOrderorder
-
Constructor Summary
Constructors Constructor Description SortedBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReservationAttributegetAttribute()Gets the value of the attribute property.SortOrdergetOrder()Gets the value of the order property.voidsetAttribute(ReservationAttribute value)Sets the value of the attribute property.voidsetOrder(SortOrder value)Sets the value of the order property.
-
-
-
Field Detail
-
attribute
protected ReservationAttribute attribute
-
order
protected SortOrder order
-
-
Method Detail
-
getAttribute
public ReservationAttribute getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
ReservationAttribute
-
setAttribute
public void setAttribute(ReservationAttribute value)
Sets the value of the attribute property.- Parameters:
value- allowed object isReservationAttribute
-
getOrder
public SortOrder getOrder()
Gets the value of the order property.- Returns:
- possible object is
SortOrder
-
-