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

public static final SchemaType type
Method Detail

getNumber

public BigInteger getNumber()
Gets the "number" attribute


xgetNumber

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


setNumber

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


xsetNumber

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


getLast

public boolean getLast()
Gets the "last" attribute


xgetLast

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


isSetLast

public boolean isSetLast()
True if has "last" attribute


setLast

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


xsetLast

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


unsetLast

public void unsetLast()
Unsets the "last" attribute


getGroupExpiryTime

public Calendar getGroupExpiryTime()
Gets the "groupExpiryTime" attribute


xgetGroupExpiryTime

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


isSetGroupExpiryTime

public boolean isSetGroupExpiryTime()
True if has "groupExpiryTime" attribute


setGroupExpiryTime

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


xsetGroupExpiryTime

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


unsetGroupExpiryTime

public void unsetGroupExpiryTime()
Unsets the "groupExpiryTime" attribute


getGroupMaxIdleDuration

public GDuration getGroupMaxIdleDuration()
Gets the "groupMaxIdleDuration" attribute


xgetGroupMaxIdleDuration

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


isSetGroupMaxIdleDuration

public boolean isSetGroupMaxIdleDuration()
True if has "groupMaxIdleDuration" attribute


setGroupMaxIdleDuration

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


xsetGroupMaxIdleDuration

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


unsetGroupMaxIdleDuration

public void unsetGroupMaxIdleDuration()
Unsets the "groupMaxIdleDuration" attribute