public class DtoJDBCIOExceptionHandler
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 maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="brokerService" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}broker"/>
<element ref="{http://activemq.apache.org/schema/core}brokerService"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</choice>
<attribute name="brokerService" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignoreAllErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ignoreNoSpaceErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ignoreSQLExceptions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="noSpaceMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resumeCheckSleepPeriod" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="sqlExceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stopStartConnectors" 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 | Class and Description |
|---|---|
static class |
DtoJDBCIOExceptionHandler.BrokerService
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
brokerService |
protected java.util.List<java.lang.Object> |
brokerServiceOrAny |
protected java.lang.String |
id |
protected java.lang.Boolean |
ignoreAllErrors |
protected java.lang.Boolean |
ignoreNoSpaceErrors |
protected java.lang.Boolean |
ignoreSQLExceptions |
protected java.lang.String |
noSpaceMessage |
protected java.lang.Long |
resumeCheckSleepPeriod |
protected java.lang.String |
sqlExceptionMessage |
protected java.lang.Boolean |
stopStartConnectors |
| Constructor and Description |
|---|
DtoJDBCIOExceptionHandler() |
| 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.String |
getBrokerService()
Gets the value of the brokerService property.
|
java.util.List<java.lang.Object> |
getBrokerServiceOrAny()
Gets the value of the brokerServiceOrAny property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getNoSpaceMessage()
Gets the value of the noSpaceMessage property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.Long |
getResumeCheckSleepPeriod()
Gets the value of the resumeCheckSleepPeriod property.
|
java.lang.String |
getSqlExceptionMessage()
Gets the value of the sqlExceptionMessage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isIgnoreAllErrors()
Gets the value of the ignoreAllErrors property.
|
java.lang.Boolean |
isIgnoreNoSpaceErrors()
Gets the value of the ignoreNoSpaceErrors property.
|
java.lang.Boolean |
isIgnoreSQLExceptions()
Gets the value of the ignoreSQLExceptions property.
|
java.lang.Boolean |
isStopStartConnectors()
Gets the value of the stopStartConnectors property.
|
void |
setBrokerService(java.lang.String value)
Sets the value of the brokerService property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIgnoreAllErrors(java.lang.Boolean value)
Sets the value of the ignoreAllErrors property.
|
void |
setIgnoreNoSpaceErrors(java.lang.Boolean value)
Sets the value of the ignoreNoSpaceErrors property.
|
void |
setIgnoreSQLExceptions(java.lang.Boolean value)
Sets the value of the ignoreSQLExceptions property.
|
void |
setNoSpaceMessage(java.lang.String value)
Sets the value of the noSpaceMessage property.
|
void |
setResumeCheckSleepPeriod(java.lang.Long value)
Sets the value of the resumeCheckSleepPeriod property.
|
void |
setSqlExceptionMessage(java.lang.String value)
Sets the value of the sqlExceptionMessage property.
|
void |
setStopStartConnectors(java.lang.Boolean value)
Sets the value of the stopStartConnectors property.
|
java.lang.String |
toString() |
protected java.util.List<java.lang.Object> brokerServiceOrAny
protected java.lang.String brokerService
protected java.lang.Boolean ignoreAllErrors
protected java.lang.Boolean ignoreNoSpaceErrors
protected java.lang.Boolean ignoreSQLExceptions
protected java.lang.String noSpaceMessage
protected java.lang.Long resumeCheckSleepPeriod
protected java.lang.String sqlExceptionMessage
protected java.lang.Boolean stopStartConnectors
protected java.lang.String id
public java.util.List<java.lang.Object> getBrokerServiceOrAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the brokerServiceOrAny property.
For example, to add a new item, do as follows:
getBrokerServiceOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement<DtoJDBCIOExceptionHandler.BrokerService>
public java.lang.String getBrokerService()
Stringpublic void setBrokerService(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIgnoreAllErrors()
Booleanpublic void setIgnoreAllErrors(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIgnoreNoSpaceErrors()
Booleanpublic void setIgnoreNoSpaceErrors(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIgnoreSQLExceptions()
Booleanpublic void setIgnoreSQLExceptions(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getNoSpaceMessage()
Stringpublic void setNoSpaceMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getResumeCheckSleepPeriod()
Longpublic void setResumeCheckSleepPeriod(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getSqlExceptionMessage()
Stringpublic void setSqlExceptionMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isStopStartConnectors()
Booleanpublic void setStopStartConnectors(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.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 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.