|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML activationspecType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
ActivationspecType.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 | |
RequiredConfigPropertyType |
addNewRequiredConfigProperty()
Appends and returns a new empty value (as xml) as the last "required-config-property" element |
String |
getActivationspecClass()
Gets the "activationspec-class" element |
RequiredConfigPropertyType[] |
getRequiredConfigPropertyArray()
Gets array of all "required-config-property" elements |
RequiredConfigPropertyType |
getRequiredConfigPropertyArray(int i)
Gets ith "required-config-property" element |
RequiredConfigPropertyType |
insertNewRequiredConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "required-config-property" element |
void |
removeRequiredConfigProperty(int i)
Removes the ith "required-config-property" element |
void |
setActivationspecClass(String activationspecClass)
Sets the "activationspec-class" element |
void |
setRequiredConfigPropertyArray(int i,
RequiredConfigPropertyType requiredConfigProperty)
Sets ith "required-config-property" element |
void |
setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
Sets array of all "required-config-property" element |
int |
sizeOfRequiredConfigPropertyArray()
Returns number of "required-config-property" element |
FullyQualifiedClassType |
xgetActivationspecClass()
Gets (as xml) the "activationspec-class" element |
void |
xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
Sets (as xml) the "activationspec-class" 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 String getActivationspecClass()
public FullyQualifiedClassType xgetActivationspecClass()
public void setActivationspecClass(String activationspecClass)
public void xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
public RequiredConfigPropertyType[] getRequiredConfigPropertyArray()
public RequiredConfigPropertyType getRequiredConfigPropertyArray(int i)
public int sizeOfRequiredConfigPropertyArray()
public void setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
public void setRequiredConfigPropertyArray(int i, RequiredConfigPropertyType requiredConfigProperty)
public RequiredConfigPropertyType insertNewRequiredConfigProperty(int i)
public RequiredConfigPropertyType addNewRequiredConfigProperty()
public void removeRequiredConfigProperty(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |