Class Limit

java.lang.Object
com.github.sardine.model.Limit

public class Limit 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 ref="{DAV:}nresults"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Limit

      public Limit()
  • Method Details

    • getNresults

      public BigInteger getNresults()
      Gets the value of the nresults property.
      Returns:
      possible object is BigInteger
    • setNresults

      public void setNresults(BigInteger value)
      Sets the value of the nresults property.
      Parameters:
      value - allowed object is BigInteger