|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML adminobjectType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
AdminobjectType.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 | |
ConfigPropertyType |
addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
String |
getAdminobjectClass()
Gets the "adminobject-class" element |
String |
getAdminobjectInterface()
Gets the "adminobject-interface" element |
ConfigPropertyType[] |
getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
getConfigPropertyArray(int i)
Gets ith "config-property" element |
ConfigPropertyType |
insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
void |
removeConfigProperty(int i)
Removes the ith "config-property" element |
void |
setAdminobjectClass(String adminobjectClass)
Sets the "adminobject-class" element |
void |
setAdminobjectInterface(String adminobjectInterface)
Sets the "adminobject-interface" element |
void |
setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
int |
sizeOfConfigPropertyArray()
Returns number of "config-property" element |
FullyQualifiedClassType |
xgetAdminobjectClass()
Gets (as xml) the "adminobject-class" element |
FullyQualifiedClassType |
xgetAdminobjectInterface()
Gets (as xml) the "adminobject-interface" element |
void |
xsetAdminobjectClass(FullyQualifiedClassType adminobjectClass)
Sets (as xml) the "adminobject-class" element |
void |
xsetAdminobjectInterface(FullyQualifiedClassType adminobjectInterface)
Sets (as xml) the "adminobject-interface" 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 getAdminobjectInterface()
public FullyQualifiedClassType xgetAdminobjectInterface()
public void setAdminobjectInterface(String adminobjectInterface)
public void xsetAdminobjectInterface(FullyQualifiedClassType adminobjectInterface)
public String getAdminobjectClass()
public FullyQualifiedClassType xgetAdminobjectClass()
public void setAdminobjectClass(String adminobjectClass)
public void xsetAdminobjectClass(FullyQualifiedClassType adminobjectClass)
public ConfigPropertyType[] getConfigPropertyArray()
public ConfigPropertyType getConfigPropertyArray(int i)
public int sizeOfConfigPropertyArray()
public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
public void setConfigPropertyArray(int i, ConfigPropertyType configProperty)
public ConfigPropertyType insertNewConfigProperty(int i)
public ConfigPropertyType addNewConfigProperty()
public void removeConfigProperty(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |