public class GetFilteredSubscriptions extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
GetFilteredSubscriptions.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localDestinationType
field for DestinationType
|
protected boolean |
localDestinationTypeTracker |
protected String |
localFilteredNamePattern
field for FilteredNamePattern
|
protected boolean |
localFilteredNamePatternTracker |
protected String |
localIdentifierPattern
field for IdentifierPattern
|
protected boolean |
localIdentifierPatternTracker |
protected boolean |
localIsActive
field for IsActive
|
protected boolean |
localIsActiveTracker |
protected boolean |
localIsDurable
field for IsDurable
|
protected boolean |
localIsDurableTracker |
protected boolean |
localIsFilteredNameByExactMatch
field for IsFilteredNameByExactMatch
|
protected boolean |
localIsFilteredNameByExactMatchTracker |
protected boolean |
localIsIdentifierPatternByExactMatch
field for IsIdentifierPatternByExactMatch
|
protected boolean |
localIsIdentifierPatternByExactMatchTracker |
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 |
static QName |
MY_QNAME |
Constructor and Description |
---|
GetFilteredSubscriptions() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationType()
Auto generated getter method
|
String |
getFilteredNamePattern()
Auto generated getter method
|
String |
getIdentifierPattern()
Auto generated getter method
|
boolean |
getIsActive()
Auto generated getter method
|
boolean |
getIsDurable()
Auto generated getter method
|
boolean |
getIsFilteredNameByExactMatch()
Auto generated getter method
|
boolean |
getIsIdentifierPatternByExactMatch()
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 |
isDestinationTypeSpecified() |
boolean |
isFilteredNamePatternSpecified() |
boolean |
isIdentifierPatternSpecified() |
boolean |
isIsActiveSpecified() |
boolean |
isIsDurableSpecified() |
boolean |
isIsFilteredNameByExactMatchSpecified() |
boolean |
isIsIdentifierPatternByExactMatchSpecified() |
boolean |
isOwnNodeIdSpecified() |
boolean |
isPageNumberSpecified() |
boolean |
isProtocolTypeSpecified() |
boolean |
isSubscriptionCountPerPageSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setDestinationType(String param)
Auto generated setter method
|
void |
setFilteredNamePattern(String param)
Auto generated setter method
|
void |
setIdentifierPattern(String param)
Auto generated setter method
|
void |
setIsActive(boolean param)
Auto generated setter method
|
void |
setIsDurable(boolean param)
Auto generated setter method
|
void |
setIsFilteredNameByExactMatch(boolean param)
Auto generated setter method
|
void |
setIsIdentifierPatternByExactMatch(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
|
public static final QName MY_QNAME
protected boolean localIsDurable
protected boolean localIsDurableTracker
protected boolean localIsActive
protected boolean localIsActiveTracker
protected String localProtocolType
protected boolean localProtocolTypeTracker
protected String localDestinationType
protected boolean localDestinationTypeTracker
protected String localFilteredNamePattern
protected boolean localFilteredNamePatternTracker
protected boolean localIsFilteredNameByExactMatch
protected boolean localIsFilteredNameByExactMatchTracker
protected String localIdentifierPattern
protected boolean localIdentifierPatternTracker
protected boolean localIsIdentifierPatternByExactMatch
protected boolean localIsIdentifierPatternByExactMatchTracker
protected String localOwnNodeId
protected boolean localOwnNodeIdTracker
protected int localPageNumber
protected boolean localPageNumberTracker
protected int localSubscriptionCountPerPage
protected boolean localSubscriptionCountPerPageTracker
public boolean isIsDurableSpecified()
public boolean getIsDurable()
public void setIsDurable(boolean param)
param
- IsDurablepublic boolean isIsActiveSpecified()
public boolean getIsActive()
public void setIsActive(boolean param)
param
- IsActivepublic boolean isProtocolTypeSpecified()
public String getProtocolType()
public void setProtocolType(String param)
param
- ProtocolTypepublic boolean isDestinationTypeSpecified()
public String getDestinationType()
public void setDestinationType(String param)
param
- DestinationTypepublic boolean isFilteredNamePatternSpecified()
public String getFilteredNamePattern()
public void setFilteredNamePattern(String param)
param
- FilteredNamePatternpublic boolean isIsFilteredNameByExactMatchSpecified()
public boolean getIsFilteredNameByExactMatch()
public void setIsFilteredNameByExactMatch(boolean param)
param
- IsFilteredNameByExactMatchpublic boolean isIdentifierPatternSpecified()
public String getIdentifierPattern()
public void setIdentifierPattern(String param)
param
- IdentifierPatternpublic boolean isIsIdentifierPatternByExactMatchSpecified()
public boolean getIsIdentifierPatternByExactMatch()
public void setIsIdentifierPatternByExactMatch(boolean param)
param
- IsIdentifierPatternByExactMatchpublic 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 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 © 2019 WSO2. All rights reserved.