public class DtoVirtualTopic 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"> <attribute name="concurrentSend" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="dropOnResourceLimit" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="postfix" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="selectorAware" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="setOriginalDestination" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="transactedSend" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
concurrentSend |
protected Boolean |
dropOnResourceLimit |
protected String |
id |
protected Boolean |
local |
protected String |
name |
protected String |
postfix |
protected String |
prefix |
protected Boolean |
selectorAware |
protected Boolean |
setOriginalDestination |
protected Boolean |
transactedSend |
Constructor and Description |
---|
DtoVirtualTopic() |
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) |
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getPostfix()
Gets the value of the postfix property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isConcurrentSend()
Gets the value of the concurrentSend property.
|
Boolean |
isDropOnResourceLimit()
Gets the value of the dropOnResourceLimit property.
|
Boolean |
isLocal()
Gets the value of the local property.
|
Boolean |
isSelectorAware()
Gets the value of the selectorAware property.
|
Boolean |
isSetOriginalDestination()
Gets the value of the setOriginalDestination property.
|
Boolean |
isTransactedSend()
Gets the value of the transactedSend property.
|
void |
setConcurrentSend(Boolean value)
Sets the value of the concurrentSend property.
|
void |
setDropOnResourceLimit(Boolean value)
Sets the value of the dropOnResourceLimit property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocal(Boolean value)
Sets the value of the local property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPostfix(String value)
Sets the value of the postfix property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setSelectorAware(Boolean value)
Sets the value of the selectorAware property.
|
void |
setSetOriginalDestination(Boolean value)
Sets the value of the setOriginalDestination property.
|
void |
setTransactedSend(Boolean value)
Sets the value of the transactedSend property.
|
String |
toString() |
protected Boolean concurrentSend
protected Boolean dropOnResourceLimit
protected Boolean selectorAware
protected Boolean setOriginalDestination
protected Boolean transactedSend
public DtoVirtualTopic()
public Boolean isConcurrentSend()
Boolean
public void setConcurrentSend(Boolean value)
value
- allowed object is
Boolean
public Boolean isDropOnResourceLimit()
Boolean
public void setDropOnResourceLimit(Boolean value)
value
- allowed object is
Boolean
public Boolean isLocal()
Boolean
public void setLocal(Boolean value)
value
- allowed object is
Boolean
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPostfix()
String
public void setPostfix(String value)
value
- allowed object is
String
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public Boolean isSelectorAware()
Boolean
public void setSelectorAware(Boolean value)
value
- allowed object is
Boolean
public Boolean isSetOriginalDestination()
Boolean
public void setSetOriginalDestination(Boolean value)
value
- allowed object is
Boolean
public Boolean isTransactedSend()
Boolean
public void setTransactedSend(Boolean value)
value
- allowed object is
Boolean
public void setId(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
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 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
Copyright © 2005–2021 FuseSource, Corp.. All rights reserved.