Package de.svws_nrw.davapi.model.dav
Klasse Limit
java.lang.Object
de.svws_nrw.davapi.model.dav.Limit
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 ref="{DAV:}nresults"/> </sequence> </restriction> </complexContent> </complexType>
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the value of the nresults property.void
setNresults
(BigInteger value) Sets the value of the nresults property.
-
Felddetails
-
nresults
Das Resultat alsBigInteger
-Objekt.
-
-
Konstruktordetails
-
Limit
public Limit()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getNresults
Gets the value of the nresults property.- Gibt zurück:
- possible object is
BigInteger
-
setNresults
Sets the value of the nresults property.- Parameter:
value
- allowed object isBigInteger
-