Klasse Limit

java.lang.Object
de.svws_nrw.davapi.model.dav.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>
 
  • Felddetails

  • Konstruktordetails

    • Limit

      public Limit()
      Leerer Standardkonstruktor.
  • Methodendetails

    • getNresults

      public BigInteger getNresults()
      Gets the value of the nresults property.
      Gibt zurück:
      possible object is BigInteger
    • setNresults

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