cgl.narada.wsinfra.schemas.wsr
Interface RequestType

All Superinterfaces:
HeaderBaseType, XmlObject, XmlTokenSource
All Known Implementing Classes:
RequestTypeImpl

public interface RequestType
extends HeaderBaseType

An XML RequestType(@http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd). This is a complex type.


Nested Class Summary
static class RequestType.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
 EmptyType addNewAckRequested()
          Appends and returns a new empty "AckRequested" element
 EmptyType addNewDuplicateElimination()
          Appends and returns a new empty "DuplicateElimination" element
 MessageIdType addNewMessageId()
          Appends and returns a new empty "MessageId" element
 EmptyType addNewMessageOrder()
          Appends and returns a new empty "MessageOrder" element
 ReplyPatternType addNewReplyPattern()
          Appends and returns a new empty "ReplyPattern" element
 EmptyType getAckRequested()
          Gets the "AckRequested" element
 EmptyType getDuplicateElimination()
          Gets the "DuplicateElimination" element
 Calendar getExpiryTime()
          Gets the "ExpiryTime" element
 MessageIdType getMessageId()
          Gets the "MessageId" element
 EmptyType getMessageOrder()
          Gets the "MessageOrder" element
 ReplyPatternType getReplyPattern()
          Gets the "ReplyPattern" element
 boolean isSetAckRequested()
          True if has "AckRequested" element
 boolean isSetDuplicateElimination()
          True if has "DuplicateElimination" element
 boolean isSetMessageOrder()
          True if has "MessageOrder" element
 void setAckRequested(EmptyType ackRequested)
          Sets the "AckRequested" element
 void setDuplicateElimination(EmptyType duplicateElimination)
          Sets the "DuplicateElimination" element
 void setExpiryTime(Calendar expiryTime)
          Sets the "ExpiryTime" element
 void setMessageId(MessageIdType messageId)
          Sets the "MessageId" element
 void setMessageOrder(EmptyType messageOrder)
          Sets the "MessageOrder" element
 void setReplyPattern(ReplyPatternType replyPattern)
          Sets the "ReplyPattern" element
 void unsetAckRequested()
          Unsets the "AckRequested" element
 void unsetDuplicateElimination()
          Unsets the "DuplicateElimination" element
 void unsetMessageOrder()
          Unsets the "MessageOrder" element
 XmlDateTime xgetExpiryTime()
          Gets (as xml) the "ExpiryTime" element
 void xsetExpiryTime(XmlDateTime expiryTime)
          Sets (as xml) the "ExpiryTime" 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

static final SchemaType type
Method Detail

getMessageId

MessageIdType getMessageId()
Gets the "MessageId" element


setMessageId

void setMessageId(MessageIdType messageId)
Sets the "MessageId" element


addNewMessageId

MessageIdType addNewMessageId()
Appends and returns a new empty "MessageId" element


getExpiryTime

Calendar getExpiryTime()
Gets the "ExpiryTime" element


xgetExpiryTime

XmlDateTime xgetExpiryTime()
Gets (as xml) the "ExpiryTime" element


setExpiryTime

void setExpiryTime(Calendar expiryTime)
Sets the "ExpiryTime" element


xsetExpiryTime

void xsetExpiryTime(XmlDateTime expiryTime)
Sets (as xml) the "ExpiryTime" element


getReplyPattern

ReplyPatternType getReplyPattern()
Gets the "ReplyPattern" element


setReplyPattern

void setReplyPattern(ReplyPatternType replyPattern)
Sets the "ReplyPattern" element


addNewReplyPattern

ReplyPatternType addNewReplyPattern()
Appends and returns a new empty "ReplyPattern" element


getAckRequested

EmptyType getAckRequested()
Gets the "AckRequested" element


isSetAckRequested

boolean isSetAckRequested()
True if has "AckRequested" element


setAckRequested

void setAckRequested(EmptyType ackRequested)
Sets the "AckRequested" element


addNewAckRequested

EmptyType addNewAckRequested()
Appends and returns a new empty "AckRequested" element


unsetAckRequested

void unsetAckRequested()
Unsets the "AckRequested" element


getDuplicateElimination

EmptyType getDuplicateElimination()
Gets the "DuplicateElimination" element


isSetDuplicateElimination

boolean isSetDuplicateElimination()
True if has "DuplicateElimination" element


setDuplicateElimination

void setDuplicateElimination(EmptyType duplicateElimination)
Sets the "DuplicateElimination" element


addNewDuplicateElimination

EmptyType addNewDuplicateElimination()
Appends and returns a new empty "DuplicateElimination" element


unsetDuplicateElimination

void unsetDuplicateElimination()
Unsets the "DuplicateElimination" element


getMessageOrder

EmptyType getMessageOrder()
Gets the "MessageOrder" element


isSetMessageOrder

boolean isSetMessageOrder()
True if has "MessageOrder" element


setMessageOrder

void setMessageOrder(EmptyType messageOrder)
Sets the "MessageOrder" element


addNewMessageOrder

EmptyType addNewMessageOrder()
Appends and returns a new empty "MessageOrder" element


unsetMessageOrder

void unsetMessageOrder()
Unsets the "MessageOrder" element



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