public class MQTTSubscription extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
MQTTSubscription.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
localActive
field for Active
|
protected boolean |
localActiveTracker |
protected String |
localDestinationType
field for DestinationType
|
protected boolean |
localDestinationTypeTracker |
protected boolean |
localDurable
field for Durable
|
protected boolean |
localDurableTracker |
protected boolean |
localFilteredNameByExactMatch
field for FilteredNameByExactMatch
|
protected boolean |
localFilteredNameByExactMatchTracker |
protected String |
localFilteredNamePattern
field for FilteredNamePattern
|
protected boolean |
localFilteredNamePatternTracker |
protected String |
localIdentifierPattern
field for IdentifierPattern
|
protected boolean |
localIdentifierPatternByExactMatch
field for IdentifierPatternByExactMatch
|
protected boolean |
localIdentifierPatternByExactMatchTracker |
protected boolean |
localIdentifierPatternTracker |
protected String |
localOwnNodeId
field for OwnNodeId
|
protected boolean |
localOwnNodeIdTracker |
protected int |
localPageNumber
field for PageNumber
|
protected boolean |
localPageNumberTracker |
protected String |
localProtocolType
field for ProtocolType
|
protected boolean |
localProtocolTypeTracker |
protected int |
localSubscriptionCountPerPage
field for SubscriptionCountPerPage
|
protected boolean |
localSubscriptionCountPerPageTracker |
Constructor and Description |
---|
MQTTSubscription() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Auto generated getter method
|
String |
getDestinationType()
Auto generated getter method
|
boolean |
getDurable()
Auto generated getter method
|
boolean |
getFilteredNameByExactMatch()
Auto generated getter method
|
String |
getFilteredNamePattern()
Auto generated getter method
|
String |
getIdentifierPattern()
Auto generated getter method
|
boolean |
getIdentifierPatternByExactMatch()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
String |
getOwnNodeId()
Auto generated getter method
|
int |
getPageNumber()
Auto generated getter method
|
String |
getProtocolType()
Auto generated getter method
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
int |
getSubscriptionCountPerPage()
Auto generated getter method
|
boolean |
isActiveSpecified() |
boolean |
isDestinationTypeSpecified() |
boolean |
isDurableSpecified() |
boolean |
isFilteredNameByExactMatchSpecified() |
boolean |
isFilteredNamePatternSpecified() |
boolean |
isIdentifierPatternByExactMatchSpecified() |
boolean |
isIdentifierPatternSpecified() |
boolean |
isOwnNodeIdSpecified() |
boolean |
isPageNumberSpecified() |
boolean |
isProtocolTypeSpecified() |
boolean |
isSubscriptionCountPerPageSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setActive(boolean param)
Auto generated setter method
|
void |
setDestinationType(String param)
Auto generated setter method
|
void |
setDurable(boolean param)
Auto generated setter method
|
void |
setFilteredNameByExactMatch(boolean param)
Auto generated setter method
|
void |
setFilteredNamePattern(String param)
Auto generated setter method
|
void |
setIdentifierPattern(String param)
Auto generated setter method
|
void |
setIdentifierPatternByExactMatch(boolean param)
Auto generated setter method
|
void |
setOwnNodeId(String param)
Auto generated setter method
|
void |
setPageNumber(int param)
Auto generated setter method
|
void |
setProtocolType(String param)
Auto generated setter method
|
void |
setSubscriptionCountPerPage(int param)
Auto generated setter method
|
protected boolean localActive
protected boolean localActiveTracker
protected String localDestinationType
protected boolean localDestinationTypeTracker
protected boolean localDurable
protected boolean localDurableTracker
protected boolean localFilteredNameByExactMatch
protected boolean localFilteredNameByExactMatchTracker
protected String localFilteredNamePattern
protected boolean localFilteredNamePatternTracker
protected String localIdentifierPattern
protected boolean localIdentifierPatternTracker
protected boolean localIdentifierPatternByExactMatch
protected boolean localIdentifierPatternByExactMatchTracker
protected String localOwnNodeId
protected boolean localOwnNodeIdTracker
protected int localPageNumber
protected boolean localPageNumberTracker
protected String localProtocolType
protected boolean localProtocolTypeTracker
protected int localSubscriptionCountPerPage
protected boolean localSubscriptionCountPerPageTracker
public boolean isActiveSpecified()
public boolean getActive()
public void setActive(boolean param)
param
- Activepublic boolean isDestinationTypeSpecified()
public String getDestinationType()
public void setDestinationType(String param)
param
- DestinationTypepublic boolean isDurableSpecified()
public boolean getDurable()
public void setDurable(boolean param)
param
- Durablepublic boolean isFilteredNameByExactMatchSpecified()
public boolean getFilteredNameByExactMatch()
public void setFilteredNameByExactMatch(boolean param)
param
- FilteredNameByExactMatchpublic boolean isFilteredNamePatternSpecified()
public String getFilteredNamePattern()
public void setFilteredNamePattern(String param)
param
- FilteredNamePatternpublic boolean isIdentifierPatternSpecified()
public String getIdentifierPattern()
public void setIdentifierPattern(String param)
param
- IdentifierPatternpublic boolean isIdentifierPatternByExactMatchSpecified()
public boolean getIdentifierPatternByExactMatch()
public void setIdentifierPatternByExactMatch(boolean param)
param
- IdentifierPatternByExactMatchpublic boolean isOwnNodeIdSpecified()
public String getOwnNodeId()
public void setOwnNodeId(String param)
param
- OwnNodeIdpublic boolean isPageNumberSpecified()
public int getPageNumber()
public void setPageNumber(int param)
param
- PageNumberpublic boolean isProtocolTypeSpecified()
public String getProtocolType()
public void setProtocolType(String param)
param
- ProtocolTypepublic boolean isSubscriptionCountPerPageSpecified()
public int getSubscriptionCountPerPage()
public void setSubscriptionCountPerPage(int param)
param
- SubscriptionCountPerPagepublic 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 © 2024 WSO2. All rights reserved.