|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.sardine.model.Activelock
public class Activelock
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:}lockscope"/> <element ref="{DAV:}locktype"/> <element ref="{DAV:}depth"/> <element ref="{DAV:}owner" minOccurs="0"/> <element ref="{DAV:}timeout" minOccurs="0"/> <element ref="{DAV:}locktoken" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
depth
|
protected Lockscope |
lockscope
|
protected Locktoken |
locktoken
|
protected Locktype |
locktype
|
protected Owner |
owner
|
protected java.lang.String |
timeout
|
Constructor Summary | |
---|---|
Activelock()
|
Method Summary | |
---|---|
java.lang.String |
getDepth()
Gets the value of the depth property. |
Lockscope |
getLockscope()
Gets the value of the lockscope property. |
Locktoken |
getLocktoken()
Gets the value of the locktoken property. |
Locktype |
getLocktype()
Gets the value of the locktype property. |
Owner |
getOwner()
Gets the value of the owner property. |
java.lang.String |
getTimeout()
Gets the value of the timeout property. |
void |
setDepth(java.lang.String value)
Sets the value of the depth property. |
void |
setLockscope(Lockscope value)
Sets the value of the lockscope property. |
void |
setLocktoken(Locktoken value)
Sets the value of the locktoken property. |
void |
setLocktype(Locktype value)
Sets the value of the locktype property. |
void |
setOwner(Owner value)
Sets the value of the owner property. |
void |
setTimeout(java.lang.String value)
Sets the value of the timeout property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Lockscope lockscope
protected Locktype locktype
protected java.lang.String depth
protected Owner owner
protected java.lang.String timeout
protected Locktoken locktoken
Constructor Detail |
---|
public Activelock()
Method Detail |
---|
public Lockscope getLockscope()
Lockscope
public void setLockscope(Lockscope value)
value
- allowed object is
Lockscope
public Locktype getLocktype()
Locktype
public void setLocktype(Locktype value)
value
- allowed object is
Locktype
public java.lang.String getDepth()
String
public void setDepth(java.lang.String value)
value
- allowed object is
String
public Owner getOwner()
Owner
public void setOwner(Owner value)
value
- allowed object is
Owner
public java.lang.String getTimeout()
String
public void setTimeout(java.lang.String value)
value
- allowed object is
String
public Locktoken getLocktoken()
Locktoken
public void setLocktoken(Locktoken value)
value
- allowed object is
Locktoken
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |