org.jboss.ironjacamar.api
Interface AdminObjectsType<T>

All Superinterfaces:
Child<T>
All Known Implementing Classes:
AdminObjectsTypeImpl

public interface AdminObjectsType<T>
extends Child<T>

This interface defines the contract for the admin-objectsType xsd type

Since:
Generation date :2013-01-26T19:27:02.583+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 AdminObjectType<AdminObjectsType<T>> createAdminObject()
          Creates a new admin-object element
 List<AdminObjectType<AdminObjectsType<T>>> getAllAdminObject()
          Returns all admin-object elements
 AdminObjectType<AdminObjectsType<T>> getOrCreateAdminObject()
          If not already created, a new admin-object element will be created and returned.
 AdminObjectsType<T> removeAllAdminObject()
          Removes all admin-object elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateAdminObject

AdminObjectType<AdminObjectsType<T>> getOrCreateAdminObject()
If not already created, a new admin-object element will be created and returned. Otherwise, the first existing admin-object element will be returned.

Returns:
the instance defined for the element admin-object

createAdminObject

AdminObjectType<AdminObjectsType<T>> createAdminObject()
Creates a new admin-object element

Returns:
the new created instance of AdminObjectType>

getAllAdminObject

List<AdminObjectType<AdminObjectsType<T>>> getAllAdminObject()
Returns all admin-object elements

Returns:
list of admin-object

removeAllAdminObject

AdminObjectsType<T> removeAllAdminObject()
Removes all admin-object elements

Returns:
the current instance of AdminObjectType>


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.