org.codehaus.mojo.scmchangelog.scm.svn.xml
Interface LockDocument.Lock

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LockDocumentImpl.LockImpl
Enclosing interface:
LockDocument

public static interface LockDocument.Lock
extends org.apache.xmlbeans.XmlObject

An XML lock(@). This is a complex type.


Nested Class Summary
static class LockDocument.Lock.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getComment()
          Gets the "comment" element
 Calendar getCreated()
          Gets the "created" element
 Calendar getExpires()
          Gets the "expires" element
 String getOwner()
          Gets the "owner" element
 String getToken()
          Gets the "token" element
 boolean isSetComment()
          True if has "comment" element
 boolean isSetExpires()
          True if has "expires" element
 void setComment(String comment)
          Sets the "comment" element
 void setCreated(Calendar created)
          Sets the "created" element
 void setExpires(Calendar expires)
          Sets the "expires" element
 void setOwner(String owner)
          Sets the "owner" element
 void setToken(String token)
          Sets the "token" element
 void unsetComment()
          Unsets the "comment" element
 void unsetExpires()
          Unsets the "expires" element
 org.apache.xmlbeans.XmlString xgetComment()
          Gets (as xml) the "comment" element
 org.apache.xmlbeans.XmlDateTime xgetCreated()
          Gets (as xml) the "created" element
 org.apache.xmlbeans.XmlDateTime xgetExpires()
          Gets (as xml) the "expires" element
 UsernameType xgetOwner()
          Gets (as xml) the "owner" element
 org.apache.xmlbeans.XmlAnyURI xgetToken()
          Gets (as xml) the "token" element
 void xsetComment(org.apache.xmlbeans.XmlString comment)
          Sets (as xml) the "comment" element
 void xsetCreated(org.apache.xmlbeans.XmlDateTime created)
          Sets (as xml) the "created" element
 void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
          Sets (as xml) the "expires" element
 void xsetOwner(UsernameType owner)
          Sets (as xml) the "owner" element
 void xsetToken(org.apache.xmlbeans.XmlAnyURI token)
          Sets (as xml) the "token" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getToken

String getToken()
Gets the "token" element


xgetToken

org.apache.xmlbeans.XmlAnyURI xgetToken()
Gets (as xml) the "token" element


setToken

void setToken(String token)
Sets the "token" element


xsetToken

void xsetToken(org.apache.xmlbeans.XmlAnyURI token)
Sets (as xml) the "token" element


getOwner

String getOwner()
Gets the "owner" element


xgetOwner

UsernameType xgetOwner()
Gets (as xml) the "owner" element


setOwner

void setOwner(String owner)
Sets the "owner" element


xsetOwner

void xsetOwner(UsernameType owner)
Sets (as xml) the "owner" element


getComment

String getComment()
Gets the "comment" element


xgetComment

org.apache.xmlbeans.XmlString xgetComment()
Gets (as xml) the "comment" element


isSetComment

boolean isSetComment()
True if has "comment" element


setComment

void setComment(String comment)
Sets the "comment" element


xsetComment

void xsetComment(org.apache.xmlbeans.XmlString comment)
Sets (as xml) the "comment" element


unsetComment

void unsetComment()
Unsets the "comment" element


getCreated

Calendar getCreated()
Gets the "created" element


xgetCreated

org.apache.xmlbeans.XmlDateTime xgetCreated()
Gets (as xml) the "created" element


setCreated

void setCreated(Calendar created)
Sets the "created" element


xsetCreated

void xsetCreated(org.apache.xmlbeans.XmlDateTime created)
Sets (as xml) the "created" element


getExpires

Calendar getExpires()
Gets the "expires" element


xgetExpires

org.apache.xmlbeans.XmlDateTime xgetExpires()
Gets (as xml) the "expires" element


isSetExpires

boolean isSetExpires()
True if has "expires" element


setExpires

void setExpires(Calendar expires)
Sets the "expires" element


xsetExpires

void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
Sets (as xml) the "expires" element


unsetExpires

void unsetExpires()
Unsets the "expires" element



Copyright © 2008-2009 Codehaus. All Rights Reserved.