Class SubscriptionDTO
- java.lang.Object
-
- org.wso2.carbon.event.stub.service.dto.SubscriptionDTO
-
- All Implemented Interfaces:
Serializable
,org.apache.axis2.databinding.ADBBean
public class SubscriptionDTO extends Object implements org.apache.axis2.databinding.ADBBean
SubscriptionDTO bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubscriptionDTO.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected String
localDialect
field for Dialectprotected boolean
localDialectTracker
protected String
localDiliveryMode
field for DiliveryModeprotected boolean
localDiliveryModeTracker
protected String
localEpr
field for Eprprotected boolean
localEprTracker
protected String
localFilterValue
field for FilterValueprotected boolean
localFilterValueTracker
protected Date
localSubscriptionEndingTime
field for SubscriptionEndingTimeprotected boolean
localSubscriptionEndingTimeTracker
protected String
localSubscriptionEndString
field for SubscriptionEndStringprotected boolean
localSubscriptionEndStringTracker
-
Constructor Summary
Constructors Constructor Description SubscriptionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDialect()
Auto generated getter methodString
getDiliveryMode()
Auto generated getter methodString
getEpr()
Auto generated getter methodString
getFilterValue()
Auto generated getter methodorg.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 objectDate
getSubscriptionEndingTime()
Auto generated getter methodString
getSubscriptionEndString()
Auto generated getter methodboolean
isDialectSpecified()
boolean
isDiliveryModeSpecified()
boolean
isEprSpecified()
boolean
isFilterValueSpecified()
boolean
isSubscriptionEndingTimeSpecified()
boolean
isSubscriptionEndStringSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setDialect(String param)
Auto generated setter methodvoid
setDiliveryMode(String param)
Auto generated setter methodvoid
setEpr(String param)
Auto generated setter methodvoid
setFilterValue(String param)
Auto generated setter methodvoid
setSubscriptionEndingTime(Date param)
Auto generated setter methodvoid
setSubscriptionEndString(String param)
Auto generated setter method
-
-
-
Field Detail
-
localDialect
protected String localDialect
field for Dialect
-
localDialectTracker
protected boolean localDialectTracker
-
localDiliveryMode
protected String localDiliveryMode
field for DiliveryMode
-
localDiliveryModeTracker
protected boolean localDiliveryModeTracker
-
localEpr
protected String localEpr
field for Epr
-
localEprTracker
protected boolean localEprTracker
-
localFilterValue
protected String localFilterValue
field for FilterValue
-
localFilterValueTracker
protected boolean localFilterValueTracker
-
localSubscriptionEndString
protected String localSubscriptionEndString
field for SubscriptionEndString
-
localSubscriptionEndStringTracker
protected boolean localSubscriptionEndStringTracker
-
localSubscriptionEndingTime
protected Date localSubscriptionEndingTime
field for SubscriptionEndingTime
-
localSubscriptionEndingTimeTracker
protected boolean localSubscriptionEndingTimeTracker
-
-
Method Detail
-
isDialectSpecified
public boolean isDialectSpecified()
-
getDialect
public String getDialect()
Auto generated getter method- Returns:
- java.lang.String
-
setDialect
public void setDialect(String param)
Auto generated setter method- Parameters:
param
- Dialect
-
isDiliveryModeSpecified
public boolean isDiliveryModeSpecified()
-
getDiliveryMode
public String getDiliveryMode()
Auto generated getter method- Returns:
- java.lang.String
-
setDiliveryMode
public void setDiliveryMode(String param)
Auto generated setter method- Parameters:
param
- DiliveryMode
-
isEprSpecified
public boolean isEprSpecified()
-
getEpr
public String getEpr()
Auto generated getter method- Returns:
- java.lang.String
-
setEpr
public void setEpr(String param)
Auto generated setter method- Parameters:
param
- Epr
-
isFilterValueSpecified
public boolean isFilterValueSpecified()
-
getFilterValue
public String getFilterValue()
Auto generated getter method- Returns:
- java.lang.String
-
setFilterValue
public void setFilterValue(String param)
Auto generated setter method- Parameters:
param
- FilterValue
-
isSubscriptionEndStringSpecified
public boolean isSubscriptionEndStringSpecified()
-
getSubscriptionEndString
public String getSubscriptionEndString()
Auto generated getter method- Returns:
- java.lang.String
-
setSubscriptionEndString
public void setSubscriptionEndString(String param)
Auto generated setter method- Parameters:
param
- SubscriptionEndString
-
isSubscriptionEndingTimeSpecified
public boolean isSubscriptionEndingTimeSpecified()
-
getSubscriptionEndingTime
public Date getSubscriptionEndingTime()
Auto generated getter method- Returns:
- java.util.Date
-
setSubscriptionEndingTime
public void setSubscriptionEndingTime(Date param)
Auto generated setter method- Parameters:
param
- SubscriptionEndingTime
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElement
in interfaceorg.apache.axis2.databinding.ADBBean
- Parameters:
parentQName
-factory
-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParser
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
org.apache.axis2.databinding.ADBException
-
-