public class AssemblyDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MessageDestination> |
messageDestination |
protected java.util.List<SecurityRole> |
securityRole |
Constructor and Description |
---|
AssemblyDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MessageDestination> |
getMessageDestination()
Gets the value of the messageDestination property.
|
java.util.List<SecurityRole> |
getSecurityRole()
Gets the value of the securityRole property.
|
protected java.util.List<SecurityRole> securityRole
protected java.util.List<MessageDestination> messageDestination
public java.util.List<SecurityRole> getSecurityRole()
set
method for the securityRole property.
For example, to add a new item, do as follows:
getSecurityRole().add(newItem);Objects of the following type(s) are allowed in the list
SecurityRole
public java.util.List<MessageDestination> getMessageDestination()
set
method for the messageDestination property.
For example, to add a new item, do as follows:
getMessageDestination().add(newItem);Objects of the following type(s) are allowed in the list
MessageDestination