org.apache.geronimo.xbeans.j2ee
Interface AdminobjectType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AdminobjectTypeImpl

public interface AdminobjectType
extends org.apache.xmlbeans.XmlObject

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

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getAdminobjectInterface

public String getAdminobjectInterface()
Gets the "adminobject-interface" element


xgetAdminobjectInterface

public FullyQualifiedClassType xgetAdminobjectInterface()
Gets (as xml) the "adminobject-interface" element


setAdminobjectInterface

public void setAdminobjectInterface(String adminobjectInterface)
Sets the "adminobject-interface" element


xsetAdminobjectInterface

public void xsetAdminobjectInterface(FullyQualifiedClassType adminobjectInterface)
Sets (as xml) the "adminobject-interface" element


getAdminobjectClass

public String getAdminobjectClass()
Gets the "adminobject-class" element


xgetAdminobjectClass

public FullyQualifiedClassType xgetAdminobjectClass()
Gets (as xml) the "adminobject-class" element


setAdminobjectClass

public void setAdminobjectClass(String adminobjectClass)
Sets the "adminobject-class" element


xsetAdminobjectClass

public void xsetAdminobjectClass(FullyQualifiedClassType adminobjectClass)
Sets (as xml) the "adminobject-class" element


getConfigPropertyArray

public ConfigPropertyType[] getConfigPropertyArray()
Gets array of all "config-property" elements


getConfigPropertyArray

public ConfigPropertyType getConfigPropertyArray(int i)
Gets ith "config-property" element


sizeOfConfigPropertyArray

public int sizeOfConfigPropertyArray()
Returns number of "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(int i,
                                   ConfigPropertyType configProperty)
Sets ith "config-property" element


insertNewConfigProperty

public ConfigPropertyType insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element


addNewConfigProperty

public ConfigPropertyType addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element


removeConfigProperty

public void removeConfigProperty(int i)
Removes the ith "config-property" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.