|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SequenceNumType
An XML SequenceNumType(@http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
SequenceNumType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
Calendar |
getGroupExpiryTime()
Gets the "groupExpiryTime" attribute |
GDuration |
getGroupMaxIdleDuration()
Gets the "groupMaxIdleDuration" attribute |
boolean |
getLast()
Gets the "last" attribute |
BigInteger |
getNumber()
Gets the "number" attribute |
boolean |
isSetGroupExpiryTime()
True if has "groupExpiryTime" attribute |
boolean |
isSetGroupMaxIdleDuration()
True if has "groupMaxIdleDuration" attribute |
boolean |
isSetLast()
True if has "last" attribute |
void |
setGroupExpiryTime(Calendar groupExpiryTime)
Sets the "groupExpiryTime" attribute |
void |
setGroupMaxIdleDuration(GDuration groupMaxIdleDuration)
Sets the "groupMaxIdleDuration" attribute |
void |
setLast(boolean last)
Sets the "last" attribute |
void |
setNumber(BigInteger number)
Sets the "number" attribute |
void |
unsetGroupExpiryTime()
Unsets the "groupExpiryTime" attribute |
void |
unsetGroupMaxIdleDuration()
Unsets the "groupMaxIdleDuration" attribute |
void |
unsetLast()
Unsets the "last" attribute |
XmlDateTime |
xgetGroupExpiryTime()
Gets (as xml) the "groupExpiryTime" attribute |
XmlDuration |
xgetGroupMaxIdleDuration()
Gets (as xml) the "groupMaxIdleDuration" attribute |
XmlBoolean |
xgetLast()
Gets (as xml) the "last" attribute |
XmlUnsignedLong |
xgetNumber()
Gets (as xml) the "number" attribute |
void |
xsetGroupExpiryTime(XmlDateTime groupExpiryTime)
Sets (as xml) the "groupExpiryTime" attribute |
void |
xsetGroupMaxIdleDuration(XmlDuration groupMaxIdleDuration)
Sets (as xml) the "groupMaxIdleDuration" attribute |
void |
xsetLast(XmlBoolean last)
Sets (as xml) the "last" attribute |
void |
xsetNumber(XmlUnsignedLong number)
Sets (as xml) the "number" attribute |
| 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 SchemaType type
| Method Detail |
|---|
BigInteger getNumber()
XmlUnsignedLong xgetNumber()
void setNumber(BigInteger number)
void xsetNumber(XmlUnsignedLong number)
boolean getLast()
XmlBoolean xgetLast()
boolean isSetLast()
void setLast(boolean last)
void xsetLast(XmlBoolean last)
void unsetLast()
Calendar getGroupExpiryTime()
XmlDateTime xgetGroupExpiryTime()
boolean isSetGroupExpiryTime()
void setGroupExpiryTime(Calendar groupExpiryTime)
void xsetGroupExpiryTime(XmlDateTime groupExpiryTime)
void unsetGroupExpiryTime()
GDuration getGroupMaxIdleDuration()
XmlDuration xgetGroupMaxIdleDuration()
boolean isSetGroupMaxIdleDuration()
void setGroupMaxIdleDuration(GDuration groupMaxIdleDuration)
void xsetGroupMaxIdleDuration(XmlDuration groupMaxIdleDuration)
void unsetGroupMaxIdleDuration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||