org.apache.openejb.jee
Class AdminObject
java.lang.Object
org.apache.openejb.jee.AdminObject
public class AdminObject
- extends Object
connector_1_6.xsd
Java 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adminObjectInterface
protected String adminObjectInterface
adminObjectClass
protected String adminObjectClass
configProperty
protected List<ConfigProperty> configProperty
id
protected String id
AdminObject
public AdminObject()
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)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.