public interface AssemblyDescriptorType<T> extends Child<T>
assembly-descriptorType
xsd typeModifier 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-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>
AssemblyDescriptorType<T> id(String id)
id
attributeid
- the value for the attribute id
AssemblyDescriptorType
String getId()
id
attributeid
AssemblyDescriptorType<T> removeId()
id
attributeAssemblyDescriptorType
Copyright © 2016 JBoss by Red Hat. All rights reserved.