|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.tx.AttributesType
public class 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>
| Nested Class Summary | |
|---|---|
static class |
AttributesType.Method
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<AttributesType.Method> |
method
|
| Constructor Summary | |
|---|---|
AttributesType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.tx.AttributesType instance. |
|
AttributesType(AttributesType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.tx.AttributesType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AttributesType |
clone()
Creates and returns a copy of this object. |
static void |
copyMethod(List<AttributesType.Method> source,
List<AttributesType.Method> target)
Copies all values of property Method. |
List<AttributesType.Method> |
getMethod()
Gets the value of the method property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AttributesType.Method> method
| Constructor Detail |
|---|
public AttributesType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.tx.AttributesType instance.
public AttributesType(AttributesType o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.tx.AttributesType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<AttributesType.Method> getMethod()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
AttributesType.Method
public static void copyMethod(List<AttributesType.Method> source,
List<AttributesType.Method> target)
Method.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public AttributesType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||