public static class DtoPolicyEntry.PendingDurableSubscriberPolicy
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}fileDurableSubscriberCursor"/>
<element ref="{http://activemq.apache.org/schema/core}storeDurableSubscriberCursor"/>
<element ref="{http://activemq.apache.org/schema/core}vmDurableCursor"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected DtoFileDurableSubscriberCursor |
fileDurableSubscriberCursor |
protected DtoStoreDurableSubscriberCursor |
storeDurableSubscriberCursor |
protected DtoVmDurableCursor |
vmDurableCursor |
| Constructor and Description |
|---|
DtoPolicyEntry.PendingDurableSubscriberPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Object |
getAny()
Gets the value of the any property.
|
DtoFileDurableSubscriberCursor |
getFileDurableSubscriberCursor()
Gets the value of the fileDurableSubscriberCursor property.
|
DtoStoreDurableSubscriberCursor |
getStoreDurableSubscriberCursor()
Gets the value of the storeDurableSubscriberCursor property.
|
DtoVmDurableCursor |
getVmDurableCursor()
Gets the value of the vmDurableCursor property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setFileDurableSubscriberCursor(DtoFileDurableSubscriberCursor value)
Sets the value of the fileDurableSubscriberCursor property.
|
void |
setStoreDurableSubscriberCursor(DtoStoreDurableSubscriberCursor value)
Sets the value of the storeDurableSubscriberCursor property.
|
void |
setVmDurableCursor(DtoVmDurableCursor value)
Sets the value of the vmDurableCursor property.
|
java.lang.String |
toString() |
protected DtoFileDurableSubscriberCursor fileDurableSubscriberCursor
protected DtoStoreDurableSubscriberCursor storeDurableSubscriberCursor
protected DtoVmDurableCursor vmDurableCursor
protected java.lang.Object any
public DtoPolicyEntry.PendingDurableSubscriberPolicy()
public DtoFileDurableSubscriberCursor getFileDurableSubscriberCursor()
DtoFileDurableSubscriberCursorpublic void setFileDurableSubscriberCursor(DtoFileDurableSubscriberCursor value)
value - allowed object is
DtoFileDurableSubscriberCursorpublic DtoStoreDurableSubscriberCursor getStoreDurableSubscriberCursor()
DtoStoreDurableSubscriberCursorpublic void setStoreDurableSubscriberCursor(DtoStoreDurableSubscriberCursor value)
value - allowed object is
DtoStoreDurableSubscriberCursorpublic DtoVmDurableCursor getVmDurableCursor()
DtoVmDurableCursorpublic void setVmDurableCursor(DtoVmDurableCursor value)
value - allowed object is
DtoVmDurableCursorpublic java.lang.Object getAny()
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.