public class SubscriptionMetaData
extends java.lang.Object
Java class for subscriptionMetaData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscriptionMetaData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createdOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="jmsSelector" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastRequestId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
createdOn |
protected java.lang.String |
jmsSelector |
protected long |
lastRequestId |
protected java.lang.String |
subscriptionId |
Constructor and Description |
---|
SubscriptionMetaData() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCreatedOn()
Gets the value of the createdOn property.
|
java.lang.String |
getJmsSelector()
Gets the value of the jmsSelector property.
|
long |
getLastRequestId()
Gets the value of the lastRequestId property.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setCreatedOn(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdOn property.
|
void |
setJmsSelector(java.lang.String value)
Sets the value of the jmsSelector property.
|
void |
setLastRequestId(long value)
Sets the value of the lastRequestId property.
|
void |
setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.
|
protected javax.xml.datatype.XMLGregorianCalendar createdOn
protected java.lang.String jmsSelector
protected long lastRequestId
protected java.lang.String subscriptionId
public javax.xml.datatype.XMLGregorianCalendar getCreatedOn()
XMLGregorianCalendar
public void setCreatedOn(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getJmsSelector()
String
public void setJmsSelector(java.lang.String value)
value
- allowed object is
String
public long getLastRequestId()
public void setLastRequestId(long value)
public java.lang.String getSubscriptionId()
String
public void setSubscriptionId(java.lang.String value)
value
- allowed object is
String