Package be.recipe.services.core
Class PrescriptionSortedBy.SortedBy
- java.lang.Object
-
- be.recipe.services.core.PrescriptionSortedBy.SortedBy
-
- Enclosing class:
- PrescriptionSortedBy
public static class PrescriptionSortedBy.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}PrescriptionAttribute" /> <attribute name="order" use="required" type="{http:/services.recipe.be/core}sortOrder" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PrescriptionAttributeattributeprotected SortOrderorder
-
Constructor Summary
Constructors Constructor Description SortedBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrescriptionAttributegetAttribute()Gets the value of the attribute property.SortOrdergetOrder()Gets the value of the order property.voidsetAttribute(PrescriptionAttribute value)Sets the value of the attribute property.voidsetOrder(SortOrder value)Sets the value of the order property.
-
-
-
Field Detail
-
attribute
protected PrescriptionAttribute attribute
-
order
protected SortOrder order
-
-
Method Detail
-
getAttribute
public PrescriptionAttribute getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
PrescriptionAttribute
-
setAttribute
public void setAttribute(PrescriptionAttribute value)
Sets the value of the attribute property.- Parameters:
value- allowed object isPrescriptionAttribute
-
getOrder
public SortOrder getOrder()
Gets the value of the order property.- Returns:
- possible object is
SortOrder
-
-