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

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
AdviceImpl

public interface Advice
extends IdentifiedType

Defines the transactional semantics of the AOP advice that is to be executed. That is, this advice element is where the transactional semantics of any number of methods are defined (where transactional semantics includes the propagation settings, the isolation level, the rollback rules, and suchlike).

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence>
         <element name="attributes" type="{http://www.springframework.org/schema/tx}attributesType" minOccurs="0"/>
       </sequence>
       <attribute name="transaction-manager" type="{http://www.w3.org/2001/XMLSchema}string" default="transactionManager" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 AttributesType getAttributes()
          Gets the value of the attributes property.
 String getTransactionManager()
          Gets the value of the transactionManager property.
 void setAttributes(AttributesType value)
          Sets the value of the attributes property.
 void setTransactionManager(String value)
          Sets the value of the transactionManager property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getAttributes

AttributesType getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesType

setAttributes

void setAttributes(AttributesType value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesType

getTransactionManager

String getTransactionManager()
Gets the value of the transactionManager property.

Returns:
possible object is String

setTransactionManager

void setTransactionManager(String value)
Sets the value of the transactionManager property.

Parameters:
value - allowed object is String


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