|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML activation-configType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.
Nested Class Summary | |
static class |
OpenejbActivationConfigType.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 | |
void |
addDescription(String description)
Appends the value as the last "description" element |
OpenejbActivationConfigPropertyType |
addNewActivationConfigProperty()
Appends and returns a new empty value (as xml) as the last "activation-config-property" element |
org.apache.xmlbeans.XmlString |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element |
OpenejbActivationConfigPropertyType[] |
getActivationConfigPropertyArray()
Gets array of all "activation-config-property" elements |
OpenejbActivationConfigPropertyType |
getActivationConfigPropertyArray(int i)
Gets ith "activation-config-property" element |
String[] |
getDescriptionArray()
Gets array of all "description" elements |
String |
getDescriptionArray(int i)
Gets ith "description" element |
void |
insertDescription(int i,
String description)
Inserts the value as the ith "description" element |
OpenejbActivationConfigPropertyType |
insertNewActivationConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "activation-config-property" element |
org.apache.xmlbeans.XmlString |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element |
void |
removeActivationConfigProperty(int i)
Removes the ith "activation-config-property" element |
void |
removeDescription(int i)
Removes the ith "description" element |
void |
setActivationConfigPropertyArray(int i,
OpenejbActivationConfigPropertyType activationConfigProperty)
Sets ith "activation-config-property" element |
void |
setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
Sets array of all "activation-config-property" element |
void |
setDescriptionArray(int i,
String description)
Sets ith "description" element |
void |
setDescriptionArray(String[] descriptionArray)
Sets array of all "description" element |
int |
sizeOfActivationConfigPropertyArray()
Returns number of "activation-config-property" element |
int |
sizeOfDescriptionArray()
Returns number of "description" element |
org.apache.xmlbeans.XmlString[] |
xgetDescriptionArray()
Gets (as xml) array of all "description" elements |
org.apache.xmlbeans.XmlString |
xgetDescriptionArray(int i)
Gets (as xml) ith "description" element |
void |
xsetDescriptionArray(int i,
org.apache.xmlbeans.XmlString description)
Sets (as xml) ith "description" element |
void |
xsetDescriptionArray(org.apache.xmlbeans.XmlString[] descriptionArray)
Sets (as xml) array of all "description" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String[] getDescriptionArray()
public String getDescriptionArray(int i)
public org.apache.xmlbeans.XmlString[] xgetDescriptionArray()
public org.apache.xmlbeans.XmlString xgetDescriptionArray(int i)
public int sizeOfDescriptionArray()
public void setDescriptionArray(String[] descriptionArray)
public void setDescriptionArray(int i, String description)
public void xsetDescriptionArray(org.apache.xmlbeans.XmlString[] descriptionArray)
public void xsetDescriptionArray(int i, org.apache.xmlbeans.XmlString description)
public void insertDescription(int i, String description)
public void addDescription(String description)
public org.apache.xmlbeans.XmlString insertNewDescription(int i)
public org.apache.xmlbeans.XmlString addNewDescription()
public void removeDescription(int i)
public OpenejbActivationConfigPropertyType[] getActivationConfigPropertyArray()
public OpenejbActivationConfigPropertyType getActivationConfigPropertyArray(int i)
public int sizeOfActivationConfigPropertyArray()
public void setActivationConfigPropertyArray(OpenejbActivationConfigPropertyType[] activationConfigPropertyArray)
public void setActivationConfigPropertyArray(int i, OpenejbActivationConfigPropertyType activationConfigProperty)
public OpenejbActivationConfigPropertyType insertNewActivationConfigProperty(int i)
public OpenejbActivationConfigPropertyType addNewActivationConfigProperty()
public void removeActivationConfigProperty(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |