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="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="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 String |
id |
protected Boolean |
local |
protected String |
name |
protected String |
postfix |
protected String |
prefix |
protected Boolean |
selectorAware |
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 |
isLocal()
Gets the value of the local property.
|
Boolean |
isSelectorAware()
Gets the value of the selectorAware property.
|
Boolean |
isTransactedSend()
Gets the value of the transactedSend property.
|
void |
setConcurrentSend(Boolean value)
Sets the value of the concurrentSend 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 |
setTransactedSend(Boolean value)
Sets the value of the transactedSend property.
|
String |
toString() |
protected Boolean concurrentSend
protected Boolean selectorAware
protected Boolean transactedSend
public DtoVirtualTopic()
public Boolean isConcurrentSend()
Booleanpublic void setConcurrentSend(Boolean value)
value - allowed object is
Booleanpublic Boolean isLocal()
Booleanpublic void setLocal(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPostfix()
Stringpublic void setPostfix(String value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic Boolean isSelectorAware()
Booleanpublic void setSelectorAware(Boolean value)
value - allowed object is
Booleanpublic Boolean isTransactedSend()
Booleanpublic void setTransactedSend(Boolean value)
value - allowed object is
Booleanpublic void setId(String value)
value - allowed object is
Stringpublic 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.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–2016 The Apache Software Foundation. All rights reserved.