Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<T> |
JmsDestinationType.className(String className)
Sets the
class-name element |
JmsDestinationType<T> |
JmsDestinationType.description(String description)
Sets the
description element |
JmsDestinationType<T> |
JmsDestinationType.destinationName(String destinationName)
Sets the
destination-name element |
JmsDestinationType<T> |
JmsDestinationType.id(String id)
Sets the
id attribute |
JmsDestinationType<T> |
JmsDestinationType.name(String name)
Sets the
name element |
JmsDestinationType<T> |
JmsDestinationType.removeAllProperty()
Removes all
property elements |
JmsDestinationType<T> |
JmsDestinationType.removeClassName()
Removes the
class-name element |
JmsDestinationType<T> |
JmsDestinationType.removeDescription()
Removes the
description element |
JmsDestinationType<T> |
JmsDestinationType.removeDestinationName()
Removes the
destination-name element |
JmsDestinationType<T> |
JmsDestinationType.removeId()
Removes the
id attribute |
JmsDestinationType<T> |
JmsDestinationType.removeName()
Removes the
name element |
JmsDestinationType<T> |
JmsDestinationType.removeResourceAdapter()
Removes the
resource-adapter element |
JmsDestinationType<T> |
JmsDestinationType.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
Modifier and Type | Method and Description |
---|---|
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.createProperty()
Creates a new
property element |
List<PropertyType<JmsDestinationType<T>>> |
JmsDestinationType.getAllProperty()
Returns all
property elements |
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
JmsDestinationTypeImpl<T>
This class implements the
jms-destinationType xsd type |
Modifier and Type | Method and Description |
---|---|
JmsDestinationType<T> |
JmsDestinationTypeImpl.className(String className)
Sets the
class-name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.description(String description)
Sets the
description element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.destinationName(String destinationName)
Sets the
destination-name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.id(String id)
Sets the
id attribute |
JmsDestinationType<T> |
JmsDestinationTypeImpl.name(String name)
Sets the
name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeAllProperty()
Removes all
property elements |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeClassName()
Removes the
class-name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeDescription()
Removes the
description element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeDestinationName()
Removes the
destination-name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeId()
Removes the
id attribute |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeName()
Removes the
name element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.removeResourceAdapter()
Removes the
resource-adapter element |
JmsDestinationType<T> |
JmsDestinationTypeImpl.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
Modifier and Type | Method and Description |
---|---|
PropertyType<JmsDestinationType<T>> |
JmsDestinationTypeImpl.createProperty()
Creates a new
property element |
List<PropertyType<JmsDestinationType<T>>> |
JmsDestinationTypeImpl.getAllProperty()
Returns all
property elements |
PropertyType<JmsDestinationType<T>> |
JmsDestinationTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.