Package pt.cienciavitae.ns.search
Class Summary
- java.lang.Object
-
- pt.cienciavitae.ns.search.Summary
-
public class Summary 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"> <sequence> <element name="total" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="start" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="end" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Summary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()Gets the value of the end property.intgetStart()Gets the value of the start property.intgetTotal()Gets the value of the total property.voidsetEnd(int value)Sets the value of the end property.voidsetStart(int value)Sets the value of the start property.voidsetTotal(int value)Sets the value of the total property.
-
-
-
Method Detail
-
getTotal
public int getTotal()
Gets the value of the total property.
-
setTotal
public void setTotal(int value)
Sets the value of the total property.
-
getStart
public int getStart()
Gets the value of the start property.
-
setStart
public void setStart(int value)
Sets the value of the start property.
-
getEnd
public int getEnd()
Gets the value of the end property.
-
setEnd
public void setEnd(int value)
Sets the value of the end property.
-
-