net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.tx
Interface AttributesType
- All Known Implementing Classes:
- AttributesTypeImpl
public interface AttributesType
Java class for attributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
getMethod
AttributesType.Method[] getMethod()
- Returns:
- array of
AttributesType.Method
getMethod
AttributesType.Method getMethod(int idx)
- Returns:
- one of
AttributesType.Method
getMethodLength
int getMethodLength()
setMethod
void setMethod(AttributesType.Method[] values)
- Parameters:
values - allowed objects are
AttributesType.Method
setMethod
AttributesType.Method setMethod(int idx,
AttributesType.Method value)
- Parameters:
value - allowed object is
AttributesType.Method
Copyright © 2009 The CC-XJC Community. All Rights Reserved.