cgl.narada.wsinfra.schemas.wsr
Interface SequenceNumType

All Superinterfaces:
EmptyType, XmlObject, XmlTokenSource
All Known Implementing Classes:
SequenceNumTypeImpl

public interface SequenceNumType
extends EmptyType

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

type

static final SchemaType type
Method Detail

getNumber

BigInteger getNumber()
Gets the "number" attribute


xgetNumber

XmlUnsignedLong xgetNumber()
Gets (as xml) the "number" attribute


setNumber

void setNumber(BigInteger number)
Sets the "number" attribute


xsetNumber

void xsetNumber(XmlUnsignedLong number)
Sets (as xml) the "number" attribute


getLast

boolean getLast()
Gets the "last" attribute


xgetLast

XmlBoolean xgetLast()
Gets (as xml) the "last" attribute


isSetLast

boolean isSetLast()
True if has "last" attribute


setLast

void setLast(boolean last)
Sets the "last" attribute


xsetLast

void xsetLast(XmlBoolean last)
Sets (as xml) the "last" attribute


unsetLast

void unsetLast()
Unsets the "last" attribute


getGroupExpiryTime

Calendar getGroupExpiryTime()
Gets the "groupExpiryTime" attribute


xgetGroupExpiryTime

XmlDateTime xgetGroupExpiryTime()
Gets (as xml) the "groupExpiryTime" attribute


isSetGroupExpiryTime

boolean isSetGroupExpiryTime()
True if has "groupExpiryTime" attribute


setGroupExpiryTime

void setGroupExpiryTime(Calendar groupExpiryTime)
Sets the "groupExpiryTime" attribute


xsetGroupExpiryTime

void xsetGroupExpiryTime(XmlDateTime groupExpiryTime)
Sets (as xml) the "groupExpiryTime" attribute


unsetGroupExpiryTime

void unsetGroupExpiryTime()
Unsets the "groupExpiryTime" attribute


getGroupMaxIdleDuration

GDuration getGroupMaxIdleDuration()
Gets the "groupMaxIdleDuration" attribute


xgetGroupMaxIdleDuration

XmlDuration xgetGroupMaxIdleDuration()
Gets (as xml) the "groupMaxIdleDuration" attribute


isSetGroupMaxIdleDuration

boolean isSetGroupMaxIdleDuration()
True if has "groupMaxIdleDuration" attribute


setGroupMaxIdleDuration

void setGroupMaxIdleDuration(GDuration groupMaxIdleDuration)
Sets the "groupMaxIdleDuration" attribute


xsetGroupMaxIdleDuration

void xsetGroupMaxIdleDuration(XmlDuration groupMaxIdleDuration)
Sets (as xml) the "groupMaxIdleDuration" attribute


unsetGroupMaxIdleDuration

void unsetGroupMaxIdleDuration()
Unsets the "groupMaxIdleDuration" attribute



For comments and suggestions please send e-mail to The NaradaBrokering Project