Class Remove

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

public class Remove 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:}prop"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Constructor Details

    • Remove

      public Remove()
  • Method Details

    • getProp

      public Prop getProp()
      Gets the value of the prop property.
      Returns:
      possible object is Prop
    • setProp

      public void setProp(Prop value)
      Sets the value of the prop property.
      Parameters:
      value - allowed object is Prop