public class DeleteMessagesFromDeadLetterQueue extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
DeleteMessagesFromDeadLetterQueue.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localDestinationQueueName
field for DestinationQueueName
|
protected boolean |
localDestinationQueueNameTracker |
protected long[] |
localMessageIDs
field for MessageIDs
This was an Array!
|
protected boolean |
localMessageIDsTracker |
static QName |
MY_QNAME |
Constructor and Description |
---|
DeleteMessagesFromDeadLetterQueue() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationQueueName()
Auto generated getter method
|
long[] |
getMessageIDs()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
boolean |
isDestinationQueueNameSpecified() |
boolean |
isMessageIDsSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setDestinationQueueName(String param)
Auto generated setter method
|
void |
setMessageIDs(long[] param)
Auto generated setter method
|
protected void |
validateMessageIDs(long[] param)
validate the array for MessageIDs
|
public static final QName MY_QNAME
protected long[] localMessageIDs
protected boolean localMessageIDsTracker
protected String localDestinationQueueName
protected boolean localDestinationQueueNameTracker
public boolean isMessageIDsSpecified()
public long[] getMessageIDs()
protected void validateMessageIDs(long[] param)
public void setMessageIDs(long[] param)
param
- MessageIDspublic boolean isDestinationQueueNameSpecified()
public String getDestinationQueueName()
public void setDestinationQueueName(String param)
param
- DestinationQueueNamepublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2022 WSO2. All rights reserved.