
public interface JmsDestinationType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
jms-destinationType xsd type| Type | Property and Description |
|---|---|
PropertyType<JmsDestinationType<T>> |
create
Creates a new
property element |
JmsDestinationType<T> |
removeAll
Removes all
property elements |
| Modifier and Type | Method and Description |
|---|---|
JmsDestinationType<T> |
className(String className)
Sets the
class-name element |
PropertyType<JmsDestinationType<T>> |
createProperty()
Creates a new
property element |
JmsDestinationType<T> |
description(String description)
Sets the
description element |
JmsDestinationType<T> |
destinationName(String destinationName)
Sets the
destination-name element |
List<PropertyType<JmsDestinationType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getClassName()
Returns the
class-name element |
String |
getDescription()
Returns the
description element |
String |
getDestinationName()
Returns the
destination-name element |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
PropertyType<JmsDestinationType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getResourceAdapter()
Returns the
resource-adapter element |
JmsDestinationType<T> |
id(String id)
Sets the
id attribute |
JmsDestinationType<T> |
name(String name)
Sets the
name element |
JmsDestinationType<T> |
removeAllProperty()
Removes all
property elements |
JmsDestinationType<T> |
removeClassName()
Removes the
class-name element |
JmsDestinationType<T> |
removeDescription()
Removes the
description element |
JmsDestinationType<T> |
removeDestinationName()
Removes the
destination-name element |
JmsDestinationType<T> |
removeId()
Removes the
id attribute |
JmsDestinationType<T> |
removeName()
Removes the
name element |
JmsDestinationType<T> |
removeResourceAdapter()
Removes the
resource-adapter element |
JmsDestinationType<T> |
resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
property elementPropertyType> property elementsPropertyType> JmsDestinationType<T> description(String description)
description elementdescription - the value for the element descriptionJmsDestinationTypeString getDescription()
description elementdescriptionJmsDestinationType<T> removeDescription()
description elementJmsDestinationTypeJmsDestinationType<T> name(String name)
name elementname - the value for the element nameJmsDestinationTypeString getName()
name elementnameJmsDestinationType<T> removeName()
name elementJmsDestinationTypeJmsDestinationType<T> className(String className)
class-name elementclassName - the value for the element class-nameJmsDestinationTypeString getClassName()
class-name elementclass-nameJmsDestinationType<T> removeClassName()
class-name elementJmsDestinationTypeJmsDestinationType<T> resourceAdapter(String resourceAdapter)
resource-adapter elementresourceAdapter - the value for the element resource-adapterJmsDestinationTypeString getResourceAdapter()
resource-adapter elementresource-adapterJmsDestinationType<T> removeResourceAdapter()
resource-adapter elementJmsDestinationTypeJmsDestinationType<T> destinationName(String destinationName)
destination-name elementdestinationName - the value for the element destination-nameJmsDestinationTypeString getDestinationName()
destination-name elementdestination-nameJmsDestinationType<T> removeDestinationName()
destination-name elementJmsDestinationTypePropertyType<JmsDestinationType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<JmsDestinationType<T>> createProperty()
property elementPropertyType> List<PropertyType<JmsDestinationType<T>>> getAllProperty()
property elementspropertyJmsDestinationType<T> removeAllProperty()
property elementsPropertyType> JmsDestinationType<T> id(String id)
id attributeid - the value for the attribute idJmsDestinationTypeString getId()
id attributeidJmsDestinationType<T> removeId()
id attributeJmsDestinationTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)