Class 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 Detail

      • adminObjectInterface

        protected String adminObjectInterface
      • adminObjectClass

        protected String adminObjectClass
    • 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)
      • getId

        public String getId()
      • setId

        public void setId​(String value)