|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML container-transactionType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
ContainerTransactionType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
DescriptionType |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
MethodType |
addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element |
DescriptionType[] |
getDescriptionArray()
Gets array of all "description" elements |
DescriptionType |
getDescriptionArray(int i)
Gets ith "description" element |
MethodType[] |
getMethodArray()
Gets array of all "method" elements |
MethodType |
getMethodArray(int i)
Gets ith "method" element |
TransAttributeType.Enum |
getTransAttribute()
Gets the "trans-attribute" element |
DescriptionType |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
MethodType |
insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
removeMethod(int i)
Removes the ith "method" element |
void |
setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element |
void |
setDescriptionArray(int i,
DescriptionType description)
Sets ith "description" element |
void |
setMethodArray(int i,
MethodType method)
Sets ith "method" element |
void |
setMethodArray(MethodType[] methodArray)
Sets array of all "method" element |
void |
setTransAttribute(TransAttributeType.Enum transAttribute)
Sets the "trans-attribute" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
int |
sizeOfMethodArray()
Returns number of "method" element |
TransAttributeType |
xgetTransAttribute()
Gets (as xml) the "trans-attribute" element |
void |
xsetTransAttribute(TransAttributeType transAttribute)
Sets (as xml) the "trans-attribute" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public DescriptionType[] getDescriptionArray()
public DescriptionType getDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(DescriptionType[] descriptionArray)
public void setDescriptionArray(int i, DescriptionType description)
public DescriptionType insertNewDescription(int i)
public DescriptionType addNewDescription()
public void removeDescription(int i)
public MethodType[] getMethodArray()
public MethodType getMethodArray(int i)
public int sizeOfMethodArray()
public void setMethodArray(MethodType[] methodArray)
public void setMethodArray(int i, MethodType method)
public MethodType insertNewMethod(int i)
public MethodType addNewMethod()
public void removeMethod(int i)
public TransAttributeType.Enum getTransAttribute()
public TransAttributeType xgetTransAttribute()
public void setTransAttribute(TransAttributeType.Enum transAttribute)
public void xsetTransAttribute(TransAttributeType transAttribute)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |