|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
StringString getPropagation()
Stringvoid setPropagation(String value)
value - allowed object is
StringString getIsolation()
Stringvoid setIsolation(String value)
value - allowed object is
StringBigInteger getTimeout()
BigIntegervoid setTimeout(BigInteger value)
value - allowed object is
BigIntegerboolean isReadOnly()
Booleanvoid setReadOnly(Boolean value)
value - allowed object is
BooleanString getRollbackFor()
Stringvoid setRollbackFor(String value)
value - allowed object is
StringString getNoRollbackFor()
Stringvoid setNoRollbackFor(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||