Package org.apache.openejb.jee
Class AdminObject
- java.lang.Object
-
- org.apache.openejb.jee.AdminObject
-
public class AdminObject extends Object
connector_1_6.xsdJava class for adminobjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="adminobjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adminobject-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="adminobject-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="config-property" type="{http://java.sun.com/xml/ns/javaee}config-propertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadminObjectClassprotected StringadminObjectInterfaceprotected List<ConfigProperty>configPropertyprotected Stringid
-
Constructor Summary
Constructors Constructor Description AdminObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminObjectClass()StringgetAdminObjectInterface()List<ConfigProperty>getConfigProperty()StringgetId()voidsetAdminObjectClass(String value)voidsetAdminObjectInterface(String value)voidsetId(String value)
-
-
-
Field Detail
-
adminObjectInterface
protected String adminObjectInterface
-
adminObjectClass
protected String adminObjectClass
-
configProperty
protected List<ConfigProperty> configProperty
-
id
protected String id
-
-
Method Detail
-
getAdminObjectInterface
public String getAdminObjectInterface()
-
setAdminObjectInterface
public void setAdminObjectInterface(String value)
-
getAdminObjectClass
public String getAdminObjectClass()
-
setAdminObjectClass
public void setAdminObjectClass(String value)
-
getConfigProperty
public List<ConfigProperty> getConfigProperty()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-