Class Limit
java.lang.Object
com.github.sardine.model.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nresults property.voidsetNresults(BigInteger value) Sets the value of the nresults property.
-
Field Details
-
nresults
-
-
Constructor Details
-
Limit
public Limit()
-
-
Method Details
-
getNresults
Gets the value of the nresults property.- Returns:
- possible object is
BigInteger
-
setNresults
Sets the value of the nresults property.- Parameters:
value- allowed object isBigInteger
-