public static class DtoSystemUsage.TempStore 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}levelDB"/>
<element ref="{http://activemq.apache.org/schema/core}pListStoreImpl"/>
<element ref="{http://activemq.apache.org/schema/core}replicatedLevelDB"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected DtoLevelDB |
levelDB |
protected DtoPListStoreImpl |
pListStoreImpl |
protected DtoReplicatedLevelDB |
replicatedLevelDB |
| Constructor and Description |
|---|
TempStore() |
| 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.
|
DtoLevelDB |
getLevelDB()
Gets the value of the levelDB property.
|
DtoPListStoreImpl |
getPListStoreImpl()
Gets the value of the pListStoreImpl property.
|
DtoReplicatedLevelDB |
getReplicatedLevelDB()
Gets the value of the replicatedLevelDB 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 |
setLevelDB(DtoLevelDB value)
Sets the value of the levelDB property.
|
void |
setPListStoreImpl(DtoPListStoreImpl value)
Sets the value of the pListStoreImpl property.
|
void |
setReplicatedLevelDB(DtoReplicatedLevelDB value)
Sets the value of the replicatedLevelDB property.
|
String |
toString() |
protected DtoLevelDB levelDB
protected DtoPListStoreImpl pListStoreImpl
protected DtoReplicatedLevelDB replicatedLevelDB
public TempStore()
public DtoLevelDB getLevelDB()
DtoLevelDBpublic void setLevelDB(DtoLevelDB value)
value - allowed object is
DtoLevelDBpublic DtoPListStoreImpl getPListStoreImpl()
DtoPListStoreImplpublic void setPListStoreImpl(DtoPListStoreImpl value)
value - allowed object is
DtoPListStoreImplpublic DtoReplicatedLevelDB getReplicatedLevelDB()
DtoReplicatedLevelDBpublic void setReplicatedLevelDB(DtoReplicatedLevelDB value)
value - allowed object is
DtoReplicatedLevelDBpublic Object getAny()
Objectpublic 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–2018 The Apache Software Foundation. All rights reserved.