|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl
public class AssemblyDescriptorTypeImpl
| Field Summary | |
|---|---|
protected List<ApplicationExceptionType> |
applicationException
|
protected List<ContainerTransactionType> |
containerTransaction
|
protected ExcludeListTypeImpl |
excludeList
|
protected String |
id
|
protected List<InterceptorBindingType> |
interceptorBinding
|
protected List<MessageDestinationType> |
messageDestination
|
protected List<MethodPermissionType> |
methodPermission
|
protected List<SecurityRoleType> |
securityRole
|
| Constructor Summary | |
|---|---|
AssemblyDescriptorTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance. |
|
AssemblyDescriptorTypeImpl(AssemblyDescriptorTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AssemblyDescriptorTypeImpl |
clone()
Creates and returns a copy of this object. |
List<ApplicationExceptionType> |
getApplicationException()
Gets the value of the applicationException property. |
List<ContainerTransactionType> |
getContainerTransaction()
Gets the value of the containerTransaction property. |
ExcludeListType |
getExcludeList()
Gets the value of the excludeList property. |
String |
getId()
Gets the value of the id property. |
List<InterceptorBindingType> |
getInterceptorBinding()
Gets the value of the interceptorBinding property. |
List<MessageDestinationType> |
getMessageDestination()
Gets the value of the messageDestination property. |
List<MethodPermissionType> |
getMethodPermission()
Gets the value of the methodPermission property. |
List<SecurityRoleType> |
getSecurityRole()
Gets the value of the securityRole property. |
void |
setExcludeList(ExcludeListType value)
Sets the value of the excludeList property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<SecurityRoleType> securityRole
protected List<MethodPermissionType> methodPermission
protected List<ContainerTransactionType> containerTransaction
protected List<InterceptorBindingType> interceptorBinding
protected List<MessageDestinationType> messageDestination
protected ExcludeListTypeImpl excludeList
protected List<ApplicationExceptionType> applicationException
protected String id
| Constructor Detail |
|---|
public AssemblyDescriptorTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance.
public AssemblyDescriptorTypeImpl(AssemblyDescriptorTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<SecurityRoleType> getSecurityRole()
AssemblyDescriptorType
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
getSecurityRole in interface AssemblyDescriptorTypepublic List<MethodPermissionType> getMethodPermission()
AssemblyDescriptorType
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
getMethodPermission in interface AssemblyDescriptorTypepublic List<ContainerTransactionType> getContainerTransaction()
AssemblyDescriptorType
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
getContainerTransaction in interface AssemblyDescriptorTypepublic List<InterceptorBindingType> getInterceptorBinding()
AssemblyDescriptorType
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
getInterceptorBinding in interface AssemblyDescriptorTypepublic List<MessageDestinationType> getMessageDestination()
AssemblyDescriptorType
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
getMessageDestination in interface AssemblyDescriptorTypepublic ExcludeListType getExcludeList()
AssemblyDescriptorType
getExcludeList in interface AssemblyDescriptorTypeExcludeListTypepublic void setExcludeList(ExcludeListType value)
AssemblyDescriptorType
setExcludeList in interface AssemblyDescriptorTypevalue - allowed object is
ExcludeListTypepublic List<ApplicationExceptionType> getApplicationException()
AssemblyDescriptorType
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
getApplicationException in interface AssemblyDescriptorTypepublic String getId()
AssemblyDescriptorType
getId in interface AssemblyDescriptorTypeStringpublic void setId(String value)
AssemblyDescriptorType
setId in interface AssemblyDescriptorTypevalue - allowed object is
Stringpublic AssemblyDescriptorTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||