
public interface AdminobjectType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
adminobjectType xsd type| Type | Property and Description |
|---|---|
ConfigPropertyType<AdminobjectType<T>> |
createConfig
Creates a new
config-property element |
AdminobjectType<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
AdminobjectType<T> |
adminobjectClass(String adminobjectClass)
Sets the
adminobject-class element |
AdminobjectType<T> |
adminobjectInterface(String adminobjectInterface)
Sets the
adminobject-interface element |
ConfigPropertyType<AdminobjectType<T>> |
createConfigProperty()
Creates a new
config-property element |
String |
getAdminobjectClass()
Returns the
adminobject-class element |
String |
getAdminobjectInterface()
Returns the
adminobject-interface element |
List<ConfigPropertyType<AdminobjectType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
String |
getId()
Returns the
id attribute |
ConfigPropertyType<AdminobjectType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
AdminobjectType<T> |
id(String id)
Sets the
id attribute |
AdminobjectType<T> |
removeAdminobjectClass()
Removes the
adminobject-class element |
AdminobjectType<T> |
removeAdminobjectInterface()
Removes the
adminobject-interface element |
AdminobjectType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
AdminobjectType<T> |
removeId()
Removes the
id attribute |
config-property elementConfigPropertyType> config-property elementsConfigPropertyType> AdminobjectType<T> adminobjectInterface(String adminobjectInterface)
adminobject-interface elementadminobjectInterface - the value for the element adminobject-interfaceAdminobjectTypeString getAdminobjectInterface()
adminobject-interface elementadminobject-interfaceAdminobjectType<T> removeAdminobjectInterface()
adminobject-interface elementAdminobjectTypeAdminobjectType<T> adminobjectClass(String adminobjectClass)
adminobject-class elementadminobjectClass - the value for the element adminobject-classAdminobjectTypeString getAdminobjectClass()
adminobject-class elementadminobject-classAdminobjectType<T> removeAdminobjectClass()
adminobject-class elementAdminobjectTypeConfigPropertyType<AdminobjectType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigPropertyType<AdminobjectType<T>> createConfigProperty()
config-property elementConfigPropertyType> List<ConfigPropertyType<AdminobjectType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyAdminobjectType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> AdminobjectType<T> id(String id)
id attributeid - the value for the attribute idAdminobjectTypeString getId()
id attributeidAdminobjectType<T> removeId()
id attributeAdminobjectTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)