public class AssemblyDescriptorType
extends java.lang.Object
Java class for assembly-descriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assembly-descriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="security-role" type="{http://java.sun.com/xml/ns/javaee}security-roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="method-permission" type="{http://java.sun.com/xml/ns/javaee}method-permissionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="container-transaction" type="{http://java.sun.com/xml/ns/javaee}container-transactionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interceptor-binding" type="{http://java.sun.com/xml/ns/javaee}interceptor-bindingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="exclude-list" type="{http://java.sun.com/xml/ns/javaee}exclude-listType" minOccurs="0"/>
<element name="application-exception" type="{http://java.sun.com/xml/ns/javaee}application-exceptionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ApplicationExceptionType> |
applicationException |
protected java.util.List<ContainerTransactionType> |
containerTransaction |
protected ExcludeListType |
excludeList |
protected java.lang.String |
id |
protected java.util.List<InterceptorBindingType> |
interceptorBinding |
protected java.util.List<MessageDestinationType> |
messageDestination |
protected java.util.List<MethodPermissionType> |
methodPermission |
protected java.util.List<SecurityRoleType> |
securityRole |
| Constructor and Description |
|---|
AssemblyDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ApplicationExceptionType> |
getApplicationException()
Gets the value of the applicationException property.
|
java.util.List<ContainerTransactionType> |
getContainerTransaction()
Gets the value of the containerTransaction property.
|
ExcludeListType |
getExcludeList()
Gets the value of the excludeList property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<InterceptorBindingType> |
getInterceptorBinding()
Gets the value of the interceptorBinding property.
|
java.util.List<MessageDestinationType> |
getMessageDestination()
Gets the value of the messageDestination property.
|
java.util.List<MethodPermissionType> |
getMethodPermission()
Gets the value of the methodPermission property.
|
java.util.List<SecurityRoleType> |
getSecurityRole()
Gets the value of the securityRole property.
|
void |
setExcludeList(ExcludeListType value)
Sets the value of the excludeList property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.util.List<SecurityRoleType> securityRole
protected java.util.List<MethodPermissionType> methodPermission
protected java.util.List<ContainerTransactionType> containerTransaction
protected java.util.List<InterceptorBindingType> interceptorBinding
protected java.util.List<MessageDestinationType> messageDestination
protected ExcludeListType excludeList
protected java.util.List<ApplicationExceptionType> applicationException
protected java.lang.String id
public java.util.List<SecurityRoleType> getSecurityRole()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
SecurityRoleType
public java.util.List<MethodPermissionType> getMethodPermission()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the methodPermission property.
For example, to add a new item, do as follows:
getMethodPermission().add(newItem);
Objects of the following type(s) are allowed in the list
MethodPermissionType
public java.util.List<ContainerTransactionType> getContainerTransaction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the containerTransaction property.
For example, to add a new item, do as follows:
getContainerTransaction().add(newItem);
Objects of the following type(s) are allowed in the list
ContainerTransactionType
public java.util.List<InterceptorBindingType> getInterceptorBinding()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interceptorBinding property.
For example, to add a new item, do as follows:
getInterceptorBinding().add(newItem);
Objects of the following type(s) are allowed in the list
InterceptorBindingType
public java.util.List<MessageDestinationType> getMessageDestination()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
MessageDestinationType
public ExcludeListType getExcludeList()
ExcludeListTypepublic void setExcludeList(ExcludeListType value)
value - allowed object is
ExcludeListTypepublic java.util.List<ApplicationExceptionType> getApplicationException()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the applicationException property.
For example, to add a new item, do as follows:
getApplicationException().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationExceptionType
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String