public class AdminObject extends 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 String |
adminObjectClass |
protected String |
adminObjectInterface |
protected List<ConfigProperty> |
configProperty |
protected String |
id |
| Constructor and Description |
|---|
AdminObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminObjectClass() |
String |
getAdminObjectInterface() |
List<ConfigProperty> |
getConfigProperty() |
String |
getId() |
void |
setAdminObjectClass(String value) |
void |
setAdminObjectInterface(String value) |
void |
setId(String value) |
protected String adminObjectInterface
protected String adminObjectClass
protected List<ConfigProperty> configProperty
protected String id
public String getAdminObjectInterface()
public void setAdminObjectInterface(String value)
public String getAdminObjectClass()
public void setAdminObjectClass(String value)
public List<ConfigProperty> getConfigProperty()
public String getId()
public void setId(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.