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 classSubscriptionDTO.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected StringlocalDialectfield for Dialectprotected booleanlocalDialectTrackerprotected StringlocalDiliveryModefield for DiliveryModeprotected booleanlocalDiliveryModeTrackerprotected StringlocalEprfield for Eprprotected booleanlocalEprTrackerprotected StringlocalFilterValuefield for FilterValueprotected booleanlocalFilterValueTrackerprotected DatelocalSubscriptionEndingTimefield for SubscriptionEndingTimeprotected booleanlocalSubscriptionEndingTimeTrackerprotected StringlocalSubscriptionEndStringfield for SubscriptionEndStringprotected booleanlocalSubscriptionEndStringTracker
-
Constructor Summary
Constructors Constructor Description SubscriptionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDialect()Auto generated getter methodStringgetDiliveryMode()Auto generated getter methodStringgetEpr()Auto generated getter methodStringgetFilterValue()Auto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)XMLStreamReadergetPullParser(QName qName)databinding method to get an XML representation of this objectDategetSubscriptionEndingTime()Auto generated getter methodStringgetSubscriptionEndString()Auto generated getter methodbooleanisDialectSpecified()booleanisDiliveryModeSpecified()booleanisEprSpecified()booleanisFilterValueSpecified()booleanisSubscriptionEndingTimeSpecified()booleanisSubscriptionEndStringSpecified()voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetDialect(String param)Auto generated setter methodvoidsetDiliveryMode(String param)Auto generated setter methodvoidsetEpr(String param)Auto generated setter methodvoidsetFilterValue(String param)Auto generated setter methodvoidsetSubscriptionEndingTime(Date param)Auto generated setter methodvoidsetSubscriptionEndString(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:
getOMElementin 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:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.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:
getPullParserin interfaceorg.apache.axis2.databinding.ADBBean- Throws:
org.apache.axis2.databinding.ADBException
-
-