Class Location

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

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

    • href

      protected String href
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String