|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.AttributesType.Method
public static class AttributesType.Method
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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="propagation" default="REQUIRED">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="REQUIRED"/>
<enumeration value="SUPPORTS"/>
<enumeration value="MANDATORY"/>
<enumeration value="REQUIRES_NEW"/>
<enumeration value="NOT_SUPPORTED"/>
<enumeration value="NEVER"/>
<enumeration value="NESTED"/>
</restriction>
</simpleType>
</attribute>
<attribute name="isolation" default="DEFAULT">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DEFAULT"/>
<enumeration value="READ_UNCOMMITTED"/>
<enumeration value="READ_COMMITTED"/>
<enumeration value="REPEATABLE_READ"/>
<enumeration value="SERIALIZABLE"/>
</restriction>
</simpleType>
</attribute>
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}integer" default="-1" />
<attribute name="read-only" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="rollback-for" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="no-rollback-for" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
isolation
|
protected String |
name
|
protected String |
noRollbackFor
|
protected String |
propagation
|
protected Boolean |
readOnly
|
protected String |
rollbackFor
|
protected BigInteger |
timeout
|
| Constructor Summary | |
|---|---|
AttributesType.Method()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.AttributesType.Method instance. |
|
AttributesType.Method(AttributesType.Method o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.AttributesType.Method instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AttributesType.Method |
clone()
Creates and returns a copy of this object. |
String |
getIsolation()
Gets the value of the isolation property. |
String |
getName()
Gets the value of the name property. |
String |
getNoRollbackFor()
Gets the value of the noRollbackFor property. |
String |
getPropagation()
Gets the value of the propagation property. |
String |
getRollbackFor()
Gets the value of the rollbackFor property. |
BigInteger |
getTimeout()
Gets the value of the timeout property. |
boolean |
isReadOnly()
Gets the value of the readOnly property. |
void |
setIsolation(String value)
Sets the value of the isolation property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNoRollbackFor(String value)
Sets the value of the noRollbackFor property. |
void |
setPropagation(String value)
Sets the value of the propagation property. |
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property. |
void |
setRollbackFor(String value)
Sets the value of the rollbackFor property. |
void |
setTimeout(BigInteger value)
Sets the value of the timeout property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String propagation
protected String isolation
protected BigInteger timeout
protected Boolean readOnly
protected String rollbackFor
protected String noRollbackFor
| Constructor Detail |
|---|
public AttributesType.Method()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.AttributesType.Method instance.
public AttributesType.Method(AttributesType.Method o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.tx.AttributesType.Method instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPropagation()
Stringpublic void setPropagation(String value)
value - allowed object is
Stringpublic String getIsolation()
Stringpublic void setIsolation(String value)
value - allowed object is
Stringpublic BigInteger getTimeout()
BigIntegerpublic void setTimeout(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isReadOnly()
Booleanpublic void setReadOnly(Boolean value)
value - allowed object is
Booleanpublic String getRollbackFor()
Stringpublic void setRollbackFor(String value)
value - allowed object is
Stringpublic String getNoRollbackFor()
Stringpublic void setNoRollbackFor(String value)
value - allowed object is
Stringpublic AttributesType.Method clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||