com.googlecode.sardine.model
Class Lockscope

java.lang.Object
  extended by com.googlecode.sardine.model.Lockscope

public class Lockscope
extends java.lang.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">
       <choice>
         <element ref="{DAV:}exclusive"/>
         <element ref="{DAV:}shared"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Exclusive exclusive
           
protected  Shared shared
           
 
Constructor Summary
Lockscope()
           
 
Method Summary
 Exclusive getExclusive()
          Gets the value of the exclusive property.
 Shared getShared()
          Gets the value of the shared property.
 void setExclusive(Exclusive value)
          Sets the value of the exclusive property.
 void setShared(Shared value)
          Sets the value of the shared property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exclusive

protected Exclusive exclusive

shared

protected Shared shared
Constructor Detail

Lockscope

public Lockscope()
Method Detail

getExclusive

public Exclusive getExclusive()
Gets the value of the exclusive property.

Returns:
possible object is Exclusive

setExclusive

public void setExclusive(Exclusive value)
Sets the value of the exclusive property.

Parameters:
value - allowed object is Exclusive

getShared

public Shared getShared()
Gets the value of the shared property.

Returns:
possible object is Shared

setShared

public void setShared(Shared value)
Sets the value of the shared property.

Parameters:
value - allowed object is Shared


Copyright © 2010 Jon Stevens and a gang of smelly fish. All Rights Reserved. Build version: 39