public interface AdministeredObjectType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
administered-objectType xsd type| Type | Property and Description |
|---|---|
PropertyType<AdministeredObjectType<T>> |
create
Creates a new
property element |
AdministeredObjectType<T> |
removeAll
Removes all
property elements |
| Modifier and Type | Method and Description |
|---|---|
AdministeredObjectType<T> |
className(String className)
Sets the
class-name element |
PropertyType<AdministeredObjectType<T>> |
createProperty()
Creates a new
property element |
AdministeredObjectType<T> |
description(String description)
Sets the
description element |
List<PropertyType<AdministeredObjectType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getClassName()
Returns the
class-name element |
String |
getDescription()
Returns the
description element |
String |
getId()
Returns the
id attribute |
String |
getInterfaceName()
Returns the
interface-name element |
String |
getName()
Returns the
name element |
PropertyType<AdministeredObjectType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getResourceAdapter()
Returns the
resource-adapter element |
AdministeredObjectType<T> |
id(String id)
Sets the
id attribute |
AdministeredObjectType<T> |
interfaceName(String interfaceName)
Sets the
interface-name element |
AdministeredObjectType<T> |
name(String name)
Sets the
name element |
AdministeredObjectType<T> |
removeAllProperty()
Removes all
property elements |
AdministeredObjectType<T> |
removeClassName()
Removes the
class-name element |
AdministeredObjectType<T> |
removeDescription()
Removes the
description element |
AdministeredObjectType<T> |
removeId()
Removes the
id attribute |
AdministeredObjectType<T> |
removeInterfaceName()
Removes the
interface-name element |
AdministeredObjectType<T> |
removeName()
Removes the
name element |
AdministeredObjectType<T> |
removeResourceAdapter()
Removes the
resource-adapter element |
AdministeredObjectType<T> |
resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
property elementPropertyType> property elementsPropertyType> AdministeredObjectType<T> description(String description)
description elementdescription - the value for the element descriptionAdministeredObjectTypeString getDescription()
description elementdescriptionAdministeredObjectType<T> removeDescription()
description elementAdministeredObjectTypeAdministeredObjectType<T> name(String name)
name elementname - the value for the element nameAdministeredObjectTypeString getName()
name elementnameAdministeredObjectType<T> removeName()
name elementAdministeredObjectTypeAdministeredObjectType<T> interfaceName(String interfaceName)
interface-name elementinterfaceName - the value for the element interface-nameAdministeredObjectTypeString getInterfaceName()
interface-name elementinterface-nameAdministeredObjectType<T> removeInterfaceName()
interface-name elementAdministeredObjectTypeAdministeredObjectType<T> className(String className)
class-name elementclassName - the value for the element class-nameAdministeredObjectTypeString getClassName()
class-name elementclass-nameAdministeredObjectType<T> removeClassName()
class-name elementAdministeredObjectTypeAdministeredObjectType<T> resourceAdapter(String resourceAdapter)
resource-adapter elementresourceAdapter - the value for the element resource-adapterAdministeredObjectTypeString getResourceAdapter()
resource-adapter elementresource-adapterAdministeredObjectType<T> removeResourceAdapter()
resource-adapter elementAdministeredObjectTypePropertyType<AdministeredObjectType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<AdministeredObjectType<T>> createProperty()
property elementPropertyType> List<PropertyType<AdministeredObjectType<T>>> getAllProperty()
property elementspropertyAdministeredObjectType<T> removeAllProperty()
property elementsPropertyType> AdministeredObjectType<T> id(String id)
id attributeid - the value for the attribute idAdministeredObjectTypeString getId()
id attributeidAdministeredObjectType<T> removeId()
id attributeAdministeredObjectTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)