net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.tx
Interface AttributesType.Method

All Known Implementing Classes:
AttributesTypeImpl.MethodImpl
Enclosing interface:
AttributesType

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

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPropagation

String getPropagation()
Gets the value of the propagation property.

Returns:
possible object is String

setPropagation

void setPropagation(String value)
Sets the value of the propagation property.

Parameters:
value - allowed object is String

getIsolation

String getIsolation()
Gets the value of the isolation property.

Returns:
possible object is String

setIsolation

void setIsolation(String value)
Sets the value of the isolation property.

Parameters:
value - allowed object is String

getTimeout

BigInteger getTimeout()
Gets the value of the timeout property.

Returns:
possible object is BigInteger

setTimeout

void setTimeout(BigInteger value)
Sets the value of the timeout property.

Parameters:
value - allowed object is BigInteger

isReadOnly

boolean isReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is Boolean

setReadOnly

void setReadOnly(Boolean value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is Boolean

getRollbackFor

String getRollbackFor()
Gets the value of the rollbackFor property.

Returns:
possible object is String

setRollbackFor

void setRollbackFor(String value)
Sets the value of the rollbackFor property.

Parameters:
value - allowed object is String

getNoRollbackFor

String getNoRollbackFor()
Gets the value of the noRollbackFor property.

Returns:
possible object is String

setNoRollbackFor

void setNoRollbackFor(String value)
Sets the value of the noRollbackFor property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.