org.codehaus.mojo.scmchangelog.scm.svn.xml
Interface EntryDocument.Entry

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EntryDocumentImpl.EntryImpl
Enclosing interface:
EntryDocument

public static interface EntryDocument.Entry
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class EntryDocument.Entry.Factory
          A factory class with static methods for creating instances of this type.
static interface EntryDocument.Entry.Kind
          An XML kind(@).
 
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
 CommitDocument.Commit addNewCommit()
          Appends and returns a new empty "commit" element
 LockDocument.Lock addNewLock()
          Appends and returns a new empty "lock" element
 CommitDocument.Commit getCommit()
          Gets the "commit" element
 EntryDocument.Entry.Kind.Enum getKind()
          Gets the "kind" attribute
 LockDocument.Lock getLock()
          Gets the "lock" element
 String getName()
          Gets the "name" element
 BigInteger getSize()
          Gets the "size" element
 boolean isSetLock()
          True if has "lock" element
 boolean isSetSize()
          True if has "size" element
 void setCommit(CommitDocument.Commit commit)
          Sets the "commit" element
 void setKind(EntryDocument.Entry.Kind.Enum kind)
          Sets the "kind" attribute
 void setLock(LockDocument.Lock lock)
          Sets the "lock" element
 void setName(String name)
          Sets the "name" element
 void setSize(BigInteger size)
          Sets the "size" element
 void unsetLock()
          Unsets the "lock" element
 void unsetSize()
          Unsets the "size" element
 EntryDocument.Entry.Kind xgetKind()
          Gets (as xml) the "kind" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" element
 org.apache.xmlbeans.XmlNonNegativeInteger xgetSize()
          Gets (as xml) the "size" element
 void xsetKind(EntryDocument.Entry.Kind kind)
          Sets (as xml) the "kind" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" element
 void xsetSize(org.apache.xmlbeans.XmlNonNegativeInteger size)
          Sets (as xml) the "size" 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

getName

String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element


getSize

BigInteger getSize()
Gets the "size" element


xgetSize

org.apache.xmlbeans.XmlNonNegativeInteger xgetSize()
Gets (as xml) the "size" element


isSetSize

boolean isSetSize()
True if has "size" element


setSize

void setSize(BigInteger size)
Sets the "size" element


xsetSize

void xsetSize(org.apache.xmlbeans.XmlNonNegativeInteger size)
Sets (as xml) the "size" element


unsetSize

void unsetSize()
Unsets the "size" element


getCommit

CommitDocument.Commit getCommit()
Gets the "commit" element


setCommit

void setCommit(CommitDocument.Commit commit)
Sets the "commit" element


addNewCommit

CommitDocument.Commit addNewCommit()
Appends and returns a new empty "commit" element


getLock

LockDocument.Lock getLock()
Gets the "lock" element


isSetLock

boolean isSetLock()
True if has "lock" element


setLock

void setLock(LockDocument.Lock lock)
Sets the "lock" element


addNewLock

LockDocument.Lock addNewLock()
Appends and returns a new empty "lock" element


unsetLock

void unsetLock()
Unsets the "lock" element


getKind

EntryDocument.Entry.Kind.Enum getKind()
Gets the "kind" attribute


xgetKind

EntryDocument.Entry.Kind xgetKind()
Gets (as xml) the "kind" attribute


setKind

void setKind(EntryDocument.Entry.Kind.Enum kind)
Sets the "kind" attribute


xsetKind

void xsetKind(EntryDocument.Entry.Kind kind)
Sets (as xml) the "kind" attribute



Copyright © 2008-2009 Codehaus. All Rights Reserved.