Class SupportedReport

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

public class SupportedReport 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:}report"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • report

      protected Report report
  • Constructor Details

    • SupportedReport

      public SupportedReport()
  • Method Details

    • getReport

      public Report getReport()
      Gets the value of the report property.
      Returns:
      possible object is Report
    • setReport

      public void setReport(Report value)
      Sets the value of the report property.
      Parameters:
      value - allowed object is Report