net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class AssemblyDescriptorTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, AssemblyDescriptorType

public class AssemblyDescriptorTypeImpl
extends Object
implements Serializable, Cloneable, AssemblyDescriptorType

See Also:
Serialized Form

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.pkg.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance.
AssemblyDescriptorTypeImpl(AssemblyDescriptorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.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

securityRole

protected List<SecurityRoleType> securityRole

methodPermission

protected List<MethodPermissionType> methodPermission

containerTransaction

protected List<ContainerTransactionType> containerTransaction

interceptorBinding

protected List<InterceptorBindingType> interceptorBinding

messageDestination

protected List<MessageDestinationType> messageDestination

excludeList

protected ExcludeListTypeImpl excludeList

applicationException

protected List<ApplicationExceptionType> applicationException

id

protected String id
Constructor Detail

AssemblyDescriptorTypeImpl

public AssemblyDescriptorTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance.


AssemblyDescriptorTypeImpl

public AssemblyDescriptorTypeImpl(AssemblyDescriptorTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getSecurityRole

public List<SecurityRoleType> getSecurityRole()
Description copied from interface: AssemblyDescriptorType
Gets the value of the securityRole property.

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

Specified by:
getSecurityRole in interface AssemblyDescriptorType

getMethodPermission

public List<MethodPermissionType> getMethodPermission()
Description copied from interface: AssemblyDescriptorType
Gets the value of the methodPermission property.

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

Specified by:
getMethodPermission in interface AssemblyDescriptorType

getContainerTransaction

public List<ContainerTransactionType> getContainerTransaction()
Description copied from interface: AssemblyDescriptorType
Gets the value of the containerTransaction property.

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

Specified by:
getContainerTransaction in interface AssemblyDescriptorType

getInterceptorBinding

public List<InterceptorBindingType> getInterceptorBinding()
Description copied from interface: AssemblyDescriptorType
Gets the value of the interceptorBinding property.

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

Specified by:
getInterceptorBinding in interface AssemblyDescriptorType

getMessageDestination

public List<MessageDestinationType> getMessageDestination()
Description copied from interface: AssemblyDescriptorType
Gets the value of the messageDestination property.

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

Specified by:
getMessageDestination in interface AssemblyDescriptorType

getExcludeList

public ExcludeListType getExcludeList()
Description copied from interface: AssemblyDescriptorType
Gets the value of the excludeList property.

Specified by:
getExcludeList in interface AssemblyDescriptorType
Returns:
possible object is ExcludeListType

setExcludeList

public void setExcludeList(ExcludeListType value)
Description copied from interface: AssemblyDescriptorType
Sets the value of the excludeList property.

Specified by:
setExcludeList in interface AssemblyDescriptorType
Parameters:
value - allowed object is ExcludeListType

getApplicationException

public List<ApplicationExceptionType> getApplicationException()
Description copied from interface: AssemblyDescriptorType
Gets the value of the applicationException property.

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

Specified by:
getApplicationException in interface AssemblyDescriptorType

getId

public String getId()
Description copied from interface: AssemblyDescriptorType
Gets the value of the id property.

Specified by:
getId in interface AssemblyDescriptorType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: AssemblyDescriptorType
Sets the value of the id property.

Specified by:
setId in interface AssemblyDescriptorType
Parameters:
value - allowed object is String

clone

public AssemblyDescriptorTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.