cgl.narada.wsinfra.schemas.wsrm
Interface SequenceType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
SequenceTypeImpl

public interface SequenceType
extends XmlObject

An XML SequenceType(@http://schemas.xmlsoap.org/ws/2004/03/rm). This is a complex type.


Nested Class Summary
static class SequenceType.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
 AttributedURI addNewIdentifier()
          Appends and returns a new empty "Identifier" element
 XmlObject addNewLastMessage()
          Appends and returns a new empty "LastMessage" element
 AttributedURI getIdentifier()
          Gets the "Identifier" element
 XmlObject getLastMessage()
          Gets the "LastMessage" element
 BigInteger getMessageNumber()
          Gets the "MessageNumber" element
 boolean isSetLastMessage()
          True if has "LastMessage" element
 void setIdentifier(AttributedURI identifier)
          Sets the "Identifier" element
 void setLastMessage(XmlObject lastMessage)
          Sets the "LastMessage" element
 void setMessageNumber(BigInteger messageNumber)
          Sets the "MessageNumber" element
 void unsetLastMessage()
          Unsets the "LastMessage" element
 XmlUnsignedLong xgetMessageNumber()
          Gets (as xml) the "MessageNumber" element
 void xsetMessageNumber(XmlUnsignedLong messageNumber)
          Sets (as xml) the "MessageNumber" 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

type

public static final SchemaType type
Method Detail

getIdentifier

public AttributedURI getIdentifier()
Gets the "Identifier" element


setIdentifier

public void setIdentifier(AttributedURI identifier)
Sets the "Identifier" element


addNewIdentifier

public AttributedURI addNewIdentifier()
Appends and returns a new empty "Identifier" element


getMessageNumber

public BigInteger getMessageNumber()
Gets the "MessageNumber" element


xgetMessageNumber

public XmlUnsignedLong xgetMessageNumber()
Gets (as xml) the "MessageNumber" element


setMessageNumber

public void setMessageNumber(BigInteger messageNumber)
Sets the "MessageNumber" element


xsetMessageNumber

public void xsetMessageNumber(XmlUnsignedLong messageNumber)
Sets (as xml) the "MessageNumber" element


getLastMessage

public XmlObject getLastMessage()
Gets the "LastMessage" element


isSetLastMessage

public boolean isSetLastMessage()
True if has "LastMessage" element


setLastMessage

public void setLastMessage(XmlObject lastMessage)
Sets the "LastMessage" element


addNewLastMessage

public XmlObject addNewLastMessage()
Appends and returns a new empty "LastMessage" element


unsetLastMessage

public void unsetLastMessage()
Unsets the "LastMessage" element