public class DtoLeaseLockerIOExceptionHandler 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 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="systemExitOnShutdown" 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 |
DtoLeaseLockerIOExceptionHandler.BrokerService
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
brokerService |
protected List<Object> |
brokerServiceOrAny |
protected String |
id |
protected Boolean |
ignoreAllErrors |
protected Boolean |
ignoreNoSpaceErrors |
protected Boolean |
ignoreSQLExceptions |
protected String |
noSpaceMessage |
protected Long |
resumeCheckSleepPeriod |
protected String |
sqlExceptionMessage |
protected Boolean |
stopStartConnectors |
protected Boolean |
systemExitOnShutdown |
Constructor and Description |
---|
DtoLeaseLockerIOExceptionHandler() |
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 |
getBrokerService()
Gets the value of the brokerService property.
|
List<Object> |
getBrokerServiceOrAny()
Gets the value of the brokerServiceOrAny property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNoSpaceMessage()
Gets the value of the noSpaceMessage property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Long |
getResumeCheckSleepPeriod()
Gets the value of the resumeCheckSleepPeriod property.
|
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) |
Boolean |
isIgnoreAllErrors()
Gets the value of the ignoreAllErrors property.
|
Boolean |
isIgnoreNoSpaceErrors()
Gets the value of the ignoreNoSpaceErrors property.
|
Boolean |
isIgnoreSQLExceptions()
Gets the value of the ignoreSQLExceptions property.
|
Boolean |
isStopStartConnectors()
Gets the value of the stopStartConnectors property.
|
Boolean |
isSystemExitOnShutdown()
Gets the value of the systemExitOnShutdown property.
|
void |
setBrokerService(String value)
Sets the value of the brokerService property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIgnoreAllErrors(Boolean value)
Sets the value of the ignoreAllErrors property.
|
void |
setIgnoreNoSpaceErrors(Boolean value)
Sets the value of the ignoreNoSpaceErrors property.
|
void |
setIgnoreSQLExceptions(Boolean value)
Sets the value of the ignoreSQLExceptions property.
|
void |
setNoSpaceMessage(String value)
Sets the value of the noSpaceMessage property.
|
void |
setResumeCheckSleepPeriod(Long value)
Sets the value of the resumeCheckSleepPeriod property.
|
void |
setSqlExceptionMessage(String value)
Sets the value of the sqlExceptionMessage property.
|
void |
setStopStartConnectors(Boolean value)
Sets the value of the stopStartConnectors property.
|
void |
setSystemExitOnShutdown(Boolean value)
Sets the value of the systemExitOnShutdown property.
|
String |
toString() |
protected List<Object> brokerServiceOrAny
protected String brokerService
protected Boolean ignoreAllErrors
protected Boolean ignoreNoSpaceErrors
protected Boolean ignoreSQLExceptions
protected String noSpaceMessage
protected Long resumeCheckSleepPeriod
protected String sqlExceptionMessage
protected Boolean stopStartConnectors
protected Boolean systemExitOnShutdown
public DtoLeaseLockerIOExceptionHandler()
public List<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
<
DtoLeaseLockerIOExceptionHandler.BrokerService
>
public String getBrokerService()
String
public void setBrokerService(String value)
value
- allowed object is
String
public Boolean isIgnoreAllErrors()
Boolean
public void setIgnoreAllErrors(Boolean value)
value
- allowed object is
Boolean
public Boolean isIgnoreNoSpaceErrors()
Boolean
public void setIgnoreNoSpaceErrors(Boolean value)
value
- allowed object is
Boolean
public Boolean isIgnoreSQLExceptions()
Boolean
public void setIgnoreSQLExceptions(Boolean value)
value
- allowed object is
Boolean
public String getNoSpaceMessage()
String
public void setNoSpaceMessage(String value)
value
- allowed object is
String
public Long getResumeCheckSleepPeriod()
Long
public void setResumeCheckSleepPeriod(Long value)
value
- allowed object is
Long
public String getSqlExceptionMessage()
String
public void setSqlExceptionMessage(String value)
value
- allowed object is
String
public Boolean isStopStartConnectors()
Boolean
public void setStopStartConnectors(Boolean value)
value
- allowed object is
Boolean
public Boolean isSystemExitOnShutdown()
Boolean
public void setSystemExitOnShutdown(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–2019 The Apache Software Foundation. All rights reserved.