net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class AssemblyDescriptorTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  ApplicationExceptionType[] applicationException
           
protected  ContainerTransactionType[] containerTransaction
           
protected  ExcludeListTypeImpl excludeList
           
protected  String id
           
protected  InterceptorBindingType[] interceptorBinding
           
protected  MessageDestinationType[] messageDestination
           
protected  MethodPermissionType[] methodPermission
           
protected  SecurityRoleType[] securityRole
           
 
Constructor Summary
AssemblyDescriptorTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance.
AssemblyDescriptorTypeImpl(AssemblyDescriptorTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.AssemblyDescriptorTypeImpl instance by copying a given instance.
 
Method Summary
 AssemblyDescriptorTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyApplicationException(ApplicationExceptionType[] source)
          Copies all values of property ApplicationException.
protected  void copyContainerTransaction(ContainerTransactionType[] source)
          Copies all values of property ContainerTransaction.
protected  void copyInterceptorBinding(InterceptorBindingType[] source)
          Copies all values of property InterceptorBinding.
protected  void copyMessageDestination(MessageDestinationType[] source)
          Copies all values of property MessageDestination.
protected  void copyMethodPermission(MethodPermissionType[] source)
          Copies all values of property MethodPermission.
protected  void copySecurityRole(SecurityRoleType[] source)
          Copies all values of property SecurityRole.
 ApplicationExceptionType[] getApplicationException()
           
 ApplicationExceptionType getApplicationException(int idx)
           
 int getApplicationExceptionLength()
           
 ContainerTransactionType[] getContainerTransaction()
           
 ContainerTransactionType getContainerTransaction(int idx)
           
 int getContainerTransactionLength()
           
 ExcludeListType getExcludeList()
          Gets the value of the excludeList property.
 String getId()
          Gets the value of the id property.
 InterceptorBindingType[] getInterceptorBinding()
           
 InterceptorBindingType getInterceptorBinding(int idx)
           
 int getInterceptorBindingLength()
           
 MessageDestinationType[] getMessageDestination()
           
 MessageDestinationType getMessageDestination(int idx)
           
 int getMessageDestinationLength()
           
 MethodPermissionType[] getMethodPermission()
           
 MethodPermissionType getMethodPermission(int idx)
           
 int getMethodPermissionLength()
           
 SecurityRoleType[] getSecurityRole()
           
 SecurityRoleType getSecurityRole(int idx)
           
 int getSecurityRoleLength()
           
 void setApplicationException(ApplicationExceptionType[] values)
           
 ApplicationExceptionType setApplicationException(int idx, ApplicationExceptionType value)
           
 void setContainerTransaction(ContainerTransactionType[] values)
           
 ContainerTransactionType setContainerTransaction(int idx, ContainerTransactionType value)
           
 void setExcludeList(ExcludeListType value)
          Sets the value of the excludeList property.
 void setId(String value)
          Sets the value of the id property.
 void setInterceptorBinding(InterceptorBindingType[] values)
           
 InterceptorBindingType setInterceptorBinding(int idx, InterceptorBindingType value)
           
 MessageDestinationType setMessageDestination(int idx, MessageDestinationType value)
           
 void setMessageDestination(MessageDestinationType[] values)
           
 MethodPermissionType setMethodPermission(int idx, MethodPermissionType value)
           
 void setMethodPermission(MethodPermissionType[] values)
           
 SecurityRoleType setSecurityRole(int idx, SecurityRoleType value)
           
 void setSecurityRole(SecurityRoleType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityRole

protected SecurityRoleType[] securityRole

methodPermission

protected MethodPermissionType[] methodPermission

containerTransaction

protected ContainerTransactionType[] containerTransaction

interceptorBinding

protected InterceptorBindingType[] interceptorBinding

messageDestination

protected MessageDestinationType[] messageDestination

excludeList

protected ExcludeListTypeImpl excludeList

applicationException

protected ApplicationExceptionType[] applicationException

id

protected String id
Constructor Detail

AssemblyDescriptorTypeImpl

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


AssemblyDescriptorTypeImpl

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

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

getSecurityRole

public SecurityRoleType[] getSecurityRole()
Specified by:
getSecurityRole in interface AssemblyDescriptorType
Returns:
array of SecurityRoleType

getSecurityRole

public SecurityRoleType getSecurityRole(int idx)
Specified by:
getSecurityRole in interface AssemblyDescriptorType
Returns:
one of SecurityRoleType

getSecurityRoleLength

public int getSecurityRoleLength()
Specified by:
getSecurityRoleLength in interface AssemblyDescriptorType

setSecurityRole

public void setSecurityRole(SecurityRoleType[] values)
Specified by:
setSecurityRole in interface AssemblyDescriptorType
Parameters:
values - allowed objects are SecurityRoleType

setSecurityRole

public SecurityRoleType setSecurityRole(int idx,
                                        SecurityRoleType value)
Specified by:
setSecurityRole in interface AssemblyDescriptorType
value - allowed object is SecurityRoleType

getMethodPermission

public MethodPermissionType[] getMethodPermission()
Specified by:
getMethodPermission in interface AssemblyDescriptorType
Returns:
array of MethodPermissionType

getMethodPermission

public MethodPermissionType getMethodPermission(int idx)
Specified by:
getMethodPermission in interface AssemblyDescriptorType
Returns:
one of MethodPermissionType

getMethodPermissionLength

public int getMethodPermissionLength()
Specified by:
getMethodPermissionLength in interface AssemblyDescriptorType

setMethodPermission

public void setMethodPermission(MethodPermissionType[] values)
Specified by:
setMethodPermission in interface AssemblyDescriptorType
Parameters:
values - allowed objects are MethodPermissionType

setMethodPermission

public MethodPermissionType setMethodPermission(int idx,
                                                MethodPermissionType value)
Specified by:
setMethodPermission in interface AssemblyDescriptorType
value - allowed object is MethodPermissionType

getContainerTransaction

public ContainerTransactionType[] getContainerTransaction()
Specified by:
getContainerTransaction in interface AssemblyDescriptorType
Returns:
array of ContainerTransactionType

getContainerTransaction

public ContainerTransactionType getContainerTransaction(int idx)
Specified by:
getContainerTransaction in interface AssemblyDescriptorType
Returns:
one of ContainerTransactionType

getContainerTransactionLength

public int getContainerTransactionLength()
Specified by:
getContainerTransactionLength in interface AssemblyDescriptorType

setContainerTransaction

public void setContainerTransaction(ContainerTransactionType[] values)
Specified by:
setContainerTransaction in interface AssemblyDescriptorType
Parameters:
values - allowed objects are ContainerTransactionType

setContainerTransaction

public ContainerTransactionType setContainerTransaction(int idx,
                                                        ContainerTransactionType value)
Specified by:
setContainerTransaction in interface AssemblyDescriptorType
value - allowed object is ContainerTransactionType

getInterceptorBinding

public InterceptorBindingType[] getInterceptorBinding()
Specified by:
getInterceptorBinding in interface AssemblyDescriptorType
Returns:
array of InterceptorBindingType

getInterceptorBinding

public InterceptorBindingType getInterceptorBinding(int idx)
Specified by:
getInterceptorBinding in interface AssemblyDescriptorType
Returns:
one of InterceptorBindingType

getInterceptorBindingLength

public int getInterceptorBindingLength()
Specified by:
getInterceptorBindingLength in interface AssemblyDescriptorType

setInterceptorBinding

public void setInterceptorBinding(InterceptorBindingType[] values)
Specified by:
setInterceptorBinding in interface AssemblyDescriptorType
Parameters:
values - allowed objects are InterceptorBindingType

setInterceptorBinding

public InterceptorBindingType setInterceptorBinding(int idx,
                                                    InterceptorBindingType value)
Specified by:
setInterceptorBinding in interface AssemblyDescriptorType
value - allowed object is InterceptorBindingType

getMessageDestination

public MessageDestinationType[] getMessageDestination()
Specified by:
getMessageDestination in interface AssemblyDescriptorType
Returns:
array of MessageDestinationType

getMessageDestination

public MessageDestinationType getMessageDestination(int idx)
Specified by:
getMessageDestination in interface AssemblyDescriptorType
Returns:
one of MessageDestinationType

getMessageDestinationLength

public int getMessageDestinationLength()
Specified by:
getMessageDestinationLength in interface AssemblyDescriptorType

setMessageDestination

public void setMessageDestination(MessageDestinationType[] values)
Specified by:
setMessageDestination in interface AssemblyDescriptorType
Parameters:
values - allowed objects are MessageDestinationType

setMessageDestination

public MessageDestinationType setMessageDestination(int idx,
                                                    MessageDestinationType value)
Specified by:
setMessageDestination in interface AssemblyDescriptorType
value - allowed object is MessageDestinationType

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 ApplicationExceptionType[] getApplicationException()
Specified by:
getApplicationException in interface AssemblyDescriptorType
Returns:
array of ApplicationExceptionType

getApplicationException

public ApplicationExceptionType getApplicationException(int idx)
Specified by:
getApplicationException in interface AssemblyDescriptorType
Returns:
one of ApplicationExceptionType

getApplicationExceptionLength

public int getApplicationExceptionLength()
Specified by:
getApplicationExceptionLength in interface AssemblyDescriptorType

setApplicationException

public void setApplicationException(ApplicationExceptionType[] values)
Specified by:
setApplicationException in interface AssemblyDescriptorType
Parameters:
values - allowed objects are ApplicationExceptionType

setApplicationException

public ApplicationExceptionType setApplicationException(int idx,
                                                        ApplicationExceptionType value)
Specified by:
setApplicationException in interface AssemblyDescriptorType
value - allowed object is ApplicationExceptionType

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

copySecurityRole

protected void copySecurityRole(SecurityRoleType[] source)
Copies all values of property SecurityRole.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyMethodPermission

protected void copyMethodPermission(MethodPermissionType[] source)
Copies all values of property MethodPermission.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyContainerTransaction

protected void copyContainerTransaction(ContainerTransactionType[] source)
Copies all values of property ContainerTransaction.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyInterceptorBinding

protected void copyInterceptorBinding(InterceptorBindingType[] source)
Copies all values of property InterceptorBinding.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyMessageDestination

protected void copyMessageDestination(MessageDestinationType[] source)
Copies all values of property MessageDestination.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyApplicationException

protected void copyApplicationException(ApplicationExceptionType[] source)
Copies all values of property ApplicationException.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

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.