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

public static final SchemaType type
Method Detail

getMessageId

public MessageIdType getMessageId()
Gets the "MessageId" element


setMessageId

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


addNewMessageId

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


getExpiryTime

public Calendar getExpiryTime()
Gets the "ExpiryTime" element


xgetExpiryTime

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


setExpiryTime

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


xsetExpiryTime

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


getReplyPattern

public ReplyPatternType getReplyPattern()
Gets the "ReplyPattern" element


setReplyPattern

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


addNewReplyPattern

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


getAckRequested

public EmptyType getAckRequested()
Gets the "AckRequested" element


isSetAckRequested

public boolean isSetAckRequested()
True if has "AckRequested" element


setAckRequested

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


addNewAckRequested

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


unsetAckRequested

public void unsetAckRequested()
Unsets the "AckRequested" element


getDuplicateElimination

public EmptyType getDuplicateElimination()
Gets the "DuplicateElimination" element


isSetDuplicateElimination

public boolean isSetDuplicateElimination()
True if has "DuplicateElimination" element


setDuplicateElimination

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


addNewDuplicateElimination

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


unsetDuplicateElimination

public void unsetDuplicateElimination()
Unsets the "DuplicateElimination" element


getMessageOrder

public EmptyType getMessageOrder()
Gets the "MessageOrder" element


isSetMessageOrder

public boolean isSetMessageOrder()
True if has "MessageOrder" element


setMessageOrder

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


addNewMessageOrder

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


unsetMessageOrder

public void unsetMessageOrder()
Unsets the "MessageOrder" element