|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EntryDocument.Entry
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
BigInteger getSize()
org.apache.xmlbeans.XmlNonNegativeInteger xgetSize()
boolean isSetSize()
void setSize(BigInteger size)
void xsetSize(org.apache.xmlbeans.XmlNonNegativeInteger size)
void unsetSize()
CommitDocument.Commit getCommit()
void setCommit(CommitDocument.Commit commit)
CommitDocument.Commit addNewCommit()
LockDocument.Lock getLock()
boolean isSetLock()
void setLock(LockDocument.Lock lock)
LockDocument.Lock addNewLock()
void unsetLock()
EntryDocument.Entry.Kind.Enum getKind()
EntryDocument.Entry.Kind xgetKind()
void setKind(EntryDocument.Entry.Kind.Enum kind)
void xsetKind(EntryDocument.Entry.Kind kind)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||