|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface LockDocument.Lock
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String getToken()
org.apache.xmlbeans.XmlAnyURI xgetToken()
void setToken(String token)
void xsetToken(org.apache.xmlbeans.XmlAnyURI token)
String getOwner()
UsernameType xgetOwner()
void setOwner(String owner)
void xsetOwner(UsernameType owner)
String getComment()
org.apache.xmlbeans.XmlString xgetComment()
boolean isSetComment()
void setComment(String comment)
void xsetComment(org.apache.xmlbeans.XmlString comment)
void unsetComment()
Calendar getCreated()
org.apache.xmlbeans.XmlDateTime xgetCreated()
void setCreated(Calendar created)
void xsetCreated(org.apache.xmlbeans.XmlDateTime created)
Calendar getExpires()
org.apache.xmlbeans.XmlDateTime xgetExpires()
boolean isSetExpires()
void setExpires(Calendar expires)
void xsetExpires(org.apache.xmlbeans.XmlDateTime expires)
void unsetExpires()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||