|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestType
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 |
|---|
static final SchemaType type
| Method Detail |
|---|
MessageIdType getMessageId()
void setMessageId(MessageIdType messageId)
MessageIdType addNewMessageId()
Calendar getExpiryTime()
XmlDateTime xgetExpiryTime()
void setExpiryTime(Calendar expiryTime)
void xsetExpiryTime(XmlDateTime expiryTime)
ReplyPatternType getReplyPattern()
void setReplyPattern(ReplyPatternType replyPattern)
ReplyPatternType addNewReplyPattern()
EmptyType getAckRequested()
boolean isSetAckRequested()
void setAckRequested(EmptyType ackRequested)
EmptyType addNewAckRequested()
void unsetAckRequested()
EmptyType getDuplicateElimination()
boolean isSetDuplicateElimination()
void setDuplicateElimination(EmptyType duplicateElimination)
EmptyType addNewDuplicateElimination()
void unsetDuplicateElimination()
EmptyType getMessageOrder()
boolean isSetMessageOrder()
void setMessageOrder(EmptyType messageOrder)
EmptyType addNewMessageOrder()
void unsetMessageOrder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||