public interface AssemblyDescriptorType<T> extends Child<T>
assembly-descriptorType
xsd typeSecurityRoleType<AssemblyDescriptorType<T>> getOrCreateSecurityRole()
security-role
element will be created and returned.
Otherwise, the first existing security-role
element will be returned.security-role
SecurityRoleType<AssemblyDescriptorType<T>> createSecurityRole()
security-role
elementSecurityRoleType>
List<SecurityRoleType<AssemblyDescriptorType<T>>> getAllSecurityRole()
security-role
elementssecurity-role
AssemblyDescriptorType<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-destination
MessageDestinationType<AssemblyDescriptorType<T>> createMessageDestination()
message-destination
elementMessageDestinationType>
List<MessageDestinationType<AssemblyDescriptorType<T>>> getAllMessageDestination()
message-destination
elementsmessage-destination
AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elementsMessageDestinationType>
Copyright © 2015 JBoss by Red Hat. All rights reserved.