|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.schema.core.DtoDestinationEntry.Destination
public static class DtoDestinationEntry.Destination
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}queue"/> <element ref="{http://activemq.apache.org/schema/core}tempQueue"/> <element ref="{http://activemq.apache.org/schema/core}tempTopic"/> <element ref="{http://activemq.apache.org/schema/core}topic"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Object |
any
|
protected DtoQueue |
queue
|
protected DtoTempQueue |
tempQueue
|
protected DtoTempTopic |
tempTopic
|
protected DtoTopic |
topic
|
Constructor Summary | |
---|---|
DtoDestinationEntry.Destination()
|
Method Summary | |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Object |
getAny()
Gets the value of the any property. |
DtoQueue |
getQueue()
Gets the value of the queue property. |
DtoTempQueue |
getTempQueue()
Gets the value of the tempQueue property. |
DtoTempTopic |
getTempTopic()
Gets the value of the tempTopic property. |
DtoTopic |
getTopic()
Gets the value of the topic property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setAny(Object value)
Sets the value of the any property. |
void |
setQueue(DtoQueue value)
Sets the value of the queue property. |
void |
setTempQueue(DtoTempQueue value)
Sets the value of the tempQueue property. |
void |
setTempTopic(DtoTempTopic value)
Sets the value of the tempTopic property. |
void |
setTopic(DtoTopic value)
Sets the value of the topic property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DtoQueue queue
protected DtoTempQueue tempQueue
protected DtoTempTopic tempTopic
protected DtoTopic topic
protected Object any
Constructor Detail |
---|
public DtoDestinationEntry.Destination()
Method Detail |
---|
public DtoQueue getQueue()
DtoQueue
public void setQueue(DtoQueue value)
value
- allowed object is
DtoQueue
public DtoTempQueue getTempQueue()
DtoTempQueue
public void setTempQueue(DtoTempQueue value)
value
- allowed object is
DtoTempQueue
public DtoTempTopic getTempTopic()
DtoTempTopic
public void setTempTopic(DtoTempTopic value)
value
- allowed object is
DtoTempTopic
public DtoTopic getTopic()
DtoTopic
public void setTopic(DtoTopic value)
value
- allowed object is
DtoTopic
public Object getAny()
Object
public void setAny(Object value)
value
- allowed object is
Object
public String toString()
toString
in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(Object object)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |