ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.connector15
Interface AdminobjectType<T>

All Superinterfaces:
Child<T>

public interface AdminobjectType<T>
extends Child<T>

This interface defines the contract for the adminobjectType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 ConfigPropertyType<AdminobjectType<T>> getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 AdminobjectType<T> removeAdminobjectClass()
          Removes the adminobject-class element
 AdminobjectType<T> removeAdminobjectInterface()
          Removes the adminobject-interface element
 AdminobjectType<T> removeAllConfigProperty()
          Removes all config-property elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

adminobjectInterface

AdminobjectType<T> adminobjectInterface(String adminobjectInterface)
Sets the adminobject-interface element

Parameters:
adminobjectInterface - the value for the element adminobject-interface
Returns:
the current instance of AdminobjectType

getAdminobjectInterface

String getAdminobjectInterface()
Returns the adminobject-interface element

Returns:
the node defined for the element adminobject-interface

removeAdminobjectInterface

AdminobjectType<T> removeAdminobjectInterface()
Removes the adminobject-interface element

Returns:
the current instance of AdminobjectType

adminobjectClass

AdminobjectType<T> adminobjectClass(String adminobjectClass)
Sets the adminobject-class element

Parameters:
adminobjectClass - the value for the element adminobject-class
Returns:
the current instance of AdminobjectType

getAdminobjectClass

String getAdminobjectClass()
Returns the adminobject-class element

Returns:
the node defined for the element adminobject-class

removeAdminobjectClass

AdminobjectType<T> removeAdminobjectClass()
Removes the adminobject-class element

Returns:
the current instance of AdminobjectType

getOrCreateConfigProperty

ConfigPropertyType<AdminobjectType<T>> getOrCreateConfigProperty()
If not already created, a new config-property element will be created and returned. Otherwise, the first existing config-property element will be returned.

Returns:
the instance defined for the element config-property

createConfigProperty

ConfigPropertyType<AdminobjectType<T>> createConfigProperty()
Creates a new config-property element

Returns:
the new created instance of ConfigPropertyType>

getAllConfigProperty

List<ConfigPropertyType<AdminobjectType<T>>> getAllConfigProperty()
Returns all config-property elements

Returns:
list of config-property

removeAllConfigProperty

AdminobjectType<T> removeAllConfigProperty()
Removes all config-property elements

Returns:
the current instance of ConfigPropertyType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.