public interface AdminobjectType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
adminobjectType xsd type| Modifier and Type | Method and Description |
|---|---|
AdminobjectType<T> |
adminobjectClass(java.lang.String adminobjectClass)
Sets the
adminobject-class element |
AdminobjectType<T> |
adminobjectInterface(java.lang.String adminobjectInterface)
Sets the
adminobject-interface element |
ConfigPropertyType<AdminobjectType<T>> |
createConfigProperty()
Creates a new
config-property element |
java.lang.String |
getAdminobjectClass()
Returns the
adminobject-class element |
java.lang.String |
getAdminobjectInterface()
Returns the
adminobject-interface element |
java.util.List<ConfigPropertyType<AdminobjectType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
java.lang.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(java.lang.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 |
AdminobjectType<T> adminobjectInterface(java.lang.String adminobjectInterface)
adminobject-interface elementadminobjectInterface - the value for the element adminobject-interfaceAdminobjectTypejava.lang.String getAdminobjectInterface()
adminobject-interface elementadminobject-interfaceAdminobjectType<T> removeAdminobjectInterface()
adminobject-interface elementAdminobjectTypeAdminobjectType<T> adminobjectClass(java.lang.String adminobjectClass)
adminobject-class elementadminobjectClass - the value for the element adminobject-classAdminobjectTypejava.lang.String 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> java.util.List<ConfigPropertyType<AdminobjectType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyAdminobjectType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> AdminobjectType<T> id(java.lang.String id)
id attributeid - the value for the attribute idAdminobjectTypejava.lang.String getId()
id attributeidAdminobjectType<T> removeId()
id attributeAdminobjectTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)