public class AdminObject
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
adminObjectClass |
protected java.lang.String |
adminObjectInterface |
protected java.util.List<ConfigProperty> |
configProperty |
protected java.lang.String |
id |
Constructor and Description |
---|
AdminObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminObjectClass() |
java.lang.String |
getAdminObjectInterface() |
java.util.List<ConfigProperty> |
getConfigProperty() |
java.lang.String |
getId() |
void |
setAdminObjectClass(java.lang.String value) |
void |
setAdminObjectInterface(java.lang.String value) |
void |
setId(java.lang.String value) |
protected java.lang.String adminObjectInterface
protected java.lang.String adminObjectClass
protected java.util.List<ConfigProperty> configProperty
protected java.lang.String id
public java.lang.String getAdminObjectInterface()
public void setAdminObjectInterface(java.lang.String value)
public java.lang.String getAdminObjectClass()
public void setAdminObjectClass(java.lang.String value)
public java.util.List<ConfigProperty> getConfigProperty()
public java.lang.String getId()
public void setId(java.lang.String value)