public static class DtoDestinationEntry.Value extends 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}authorizationEntry"/>
<element ref="{http://activemq.apache.org/schema/core}destinationEntry"/>
<element ref="{http://activemq.apache.org/schema/core}filteredKahaDB"/>
<element ref="{http://activemq.apache.org/schema/core}policyEntry"/>
<element ref="{http://activemq.apache.org/schema/core}redeliveryPolicy"/>
<element ref="{http://activemq.apache.org/schema/core}tempDestinationAuthorizationEntry"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected DtoAuthorizationEntry |
authorizationEntry |
protected DtoDestinationEntry |
destinationEntry |
protected DtoFilteredKahaDB |
filteredKahaDB |
protected DtoPolicyEntry |
policyEntry |
protected DtoRedeliveryPolicy |
redeliveryPolicy |
protected DtoTempDestinationAuthorizationEntry |
tempDestinationAuthorizationEntry |
| Constructor and Description |
|---|
DtoDestinationEntry.Value() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DtoAuthorizationEntry |
getAuthorizationEntry()
Gets the value of the authorizationEntry property.
|
DtoDestinationEntry |
getDestinationEntry()
Gets the value of the destinationEntry property.
|
DtoFilteredKahaDB |
getFilteredKahaDB()
Gets the value of the filteredKahaDB property.
|
DtoPolicyEntry |
getPolicyEntry()
Gets the value of the policyEntry property.
|
DtoRedeliveryPolicy |
getRedeliveryPolicy()
Gets the value of the redeliveryPolicy property.
|
DtoTempDestinationAuthorizationEntry |
getTempDestinationAuthorizationEntry()
Gets the value of the tempDestinationAuthorizationEntry 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 |
setAuthorizationEntry(DtoAuthorizationEntry value)
Sets the value of the authorizationEntry property.
|
void |
setDestinationEntry(DtoDestinationEntry value)
Sets the value of the destinationEntry property.
|
void |
setFilteredKahaDB(DtoFilteredKahaDB value)
Sets the value of the filteredKahaDB property.
|
void |
setPolicyEntry(DtoPolicyEntry value)
Sets the value of the policyEntry property.
|
void |
setRedeliveryPolicy(DtoRedeliveryPolicy value)
Sets the value of the redeliveryPolicy property.
|
void |
setTempDestinationAuthorizationEntry(DtoTempDestinationAuthorizationEntry value)
Sets the value of the tempDestinationAuthorizationEntry property.
|
String |
toString() |
protected DtoAuthorizationEntry authorizationEntry
protected DtoDestinationEntry destinationEntry
protected DtoFilteredKahaDB filteredKahaDB
protected DtoPolicyEntry policyEntry
protected DtoRedeliveryPolicy redeliveryPolicy
protected DtoTempDestinationAuthorizationEntry tempDestinationAuthorizationEntry
protected Object any
public DtoAuthorizationEntry getAuthorizationEntry()
DtoAuthorizationEntrypublic void setAuthorizationEntry(DtoAuthorizationEntry value)
value - allowed object is
DtoAuthorizationEntrypublic DtoDestinationEntry getDestinationEntry()
DtoDestinationEntrypublic void setDestinationEntry(DtoDestinationEntry value)
value - allowed object is
DtoDestinationEntrypublic DtoFilteredKahaDB getFilteredKahaDB()
DtoFilteredKahaDBpublic void setFilteredKahaDB(DtoFilteredKahaDB value)
value - allowed object is
DtoFilteredKahaDBpublic DtoPolicyEntry getPolicyEntry()
DtoPolicyEntrypublic void setPolicyEntry(DtoPolicyEntry value)
value - allowed object is
DtoPolicyEntrypublic DtoRedeliveryPolicy getRedeliveryPolicy()
DtoRedeliveryPolicypublic void setRedeliveryPolicy(DtoRedeliveryPolicy value)
value - allowed object is
DtoRedeliveryPolicypublic DtoTempDestinationAuthorizationEntry getTempDestinationAuthorizationEntry()
DtoTempDestinationAuthorizationEntrypublic void setTempDestinationAuthorizationEntry(DtoTempDestinationAuthorizationEntry value)
value - allowed object is
DtoTempDestinationAuthorizationEntrypublic void setAny(Object value)
value - allowed object is
Objectpublic 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.ToStringpublic 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.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 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.EqualsCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.