org.apache.openejb.jee
Class AdminObject

java.lang.Object
  extended by 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>
 


Field Summary
protected  String adminObjectClass
           
protected  String adminObjectInterface
           
protected  List<ConfigProperty> configProperty
           
protected  String id
           
 
Constructor Summary
AdminObject()
           
 
Method Summary
 String getAdminObjectClass()
           
 String getAdminObjectInterface()
           
 List<ConfigProperty> getConfigProperty()
           
 String getId()
           
 void setAdminObjectClass(String value)
           
 void setAdminObjectInterface(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adminObjectInterface

protected String adminObjectInterface

adminObjectClass

protected String adminObjectClass

configProperty

protected List<ConfigProperty> configProperty

id

protected String id
Constructor Detail

AdminObject

public AdminObject()
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)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.