
public interface AssemblyDescriptorType<T> extends Child<T>
assembly-descriptorType xsd type| Modifier and Type | Method and Description |
|---|---|
MessageDestinationType<AssemblyDescriptorType<T>> |
createMessageDestination()
Creates a new
message-destination element |
SecurityRoleType<AssemblyDescriptorType<T>> |
createSecurityRole()
Creates a new
security-role element |
List<MessageDestinationType<AssemblyDescriptorType<T>>> |
getAllMessageDestination()
Returns all
message-destination elements |
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
getAllSecurityRole()
Returns all
security-role elements |
String |
getId()
Returns the
id attribute |
MessageDestinationType<AssemblyDescriptorType<T>> |
getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
SecurityRoleType<AssemblyDescriptorType<T>> |
getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
AssemblyDescriptorType<T> |
id(String id)
Sets the
id attribute |
AssemblyDescriptorType<T> |
removeAllMessageDestination()
Removes all
message-destination elements |
AssemblyDescriptorType<T> |
removeAllSecurityRole()
Removes all
security-role elements |
AssemblyDescriptorType<T> |
removeId()
Removes the
id attribute |
SecurityRoleType<AssemblyDescriptorType<T>> getOrCreateSecurityRole()
security-role element will be created and returned.
Otherwise, the first existing security-role element will be returned.security-roleSecurityRoleType<AssemblyDescriptorType<T>> createSecurityRole()
security-role elementSecurityRoleType> List<SecurityRoleType<AssemblyDescriptorType<T>>> getAllSecurityRole()
security-role elementssecurity-roleAssemblyDescriptorType<T> removeAllSecurityRole()
security-role elementsSecurityRoleType> MessageDestinationType<AssemblyDescriptorType<T>> getOrCreateMessageDestination()
message-destination element will be created and returned.
Otherwise, the first existing message-destination element will be returned.message-destinationMessageDestinationType<AssemblyDescriptorType<T>> createMessageDestination()
message-destination elementMessageDestinationType> List<MessageDestinationType<AssemblyDescriptorType<T>>> getAllMessageDestination()
message-destination elementsmessage-destinationAssemblyDescriptorType<T> removeAllMessageDestination()
message-destination elementsMessageDestinationType> AssemblyDescriptorType<T> id(String id)
id attributeid - the value for the attribute idAssemblyDescriptorTypeString getId()
id attributeidAssemblyDescriptorType<T> removeId()
id attributeAssemblyDescriptorTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.