net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class InterceptorBindingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.InterceptorBindingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, InterceptorBindingType

public class InterceptorBindingTypeImpl
extends Object
implements Serializable, Cloneable, InterceptorBindingType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  StringImpl ejbName
           
protected  TrueFalseTypeImpl excludeClassInterceptors
           
protected  TrueFalseTypeImpl excludeDefaultInterceptors
           
protected  String id
           
protected  FullyQualifiedClassType[] interceptorClass
           
protected  InterceptorOrderTypeImpl interceptorOrder
           
protected  NamedMethodTypeImpl method
           
 
Constructor Summary
InterceptorBindingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance.
InterceptorBindingTypeImpl(InterceptorBindingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance by copying a given instance.
 
Method Summary
 InterceptorBindingTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyInterceptorClass(FullyQualifiedClassType[] source)
          Copies all values of property InterceptorClass.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getEjbName()
          Gets the value of the ejbName property.
 TrueFalseType getExcludeClassInterceptors()
          Gets the value of the excludeClassInterceptors property.
 TrueFalseType getExcludeDefaultInterceptors()
          Gets the value of the excludeDefaultInterceptors property.
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType[] getInterceptorClass()
           
 FullyQualifiedClassType getInterceptorClass(int idx)
           
 int getInterceptorClassLength()
           
 InterceptorOrderType getInterceptorOrder()
          Gets the value of the interceptorOrder property.
 NamedMethodType getMethod()
          Gets the value of the method property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setEjbName(String value)
          Sets the value of the ejbName property.
 void setExcludeClassInterceptors(TrueFalseType value)
          Sets the value of the excludeClassInterceptors property.
 void setExcludeDefaultInterceptors(TrueFalseType value)
          Sets the value of the excludeDefaultInterceptors property.
 void setId(String value)
          Sets the value of the id property.
 void setInterceptorClass(FullyQualifiedClassType[] values)
           
 FullyQualifiedClassType setInterceptorClass(int idx, FullyQualifiedClassType value)
           
 void setInterceptorOrder(InterceptorOrderType value)
          Sets the value of the interceptorOrder property.
 void setMethod(NamedMethodType value)
          Sets the value of the method property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

ejbName

protected StringImpl ejbName

interceptorClass

protected FullyQualifiedClassType[] interceptorClass

interceptorOrder

protected InterceptorOrderTypeImpl interceptorOrder

excludeDefaultInterceptors

protected TrueFalseTypeImpl excludeDefaultInterceptors

excludeClassInterceptors

protected TrueFalseTypeImpl excludeClassInterceptors

method

protected NamedMethodTypeImpl method

id

protected String id
Constructor Detail

InterceptorBindingTypeImpl

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


InterceptorBindingTypeImpl

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

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface InterceptorBindingType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface InterceptorBindingType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface InterceptorBindingType

setDescription

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

setDescription

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

getEjbName

public String getEjbName()
Description copied from interface: InterceptorBindingType
Gets the value of the ejbName property.

Specified by:
getEjbName in interface InterceptorBindingType
Returns:
possible object is String

setEjbName

public void setEjbName(String value)
Description copied from interface: InterceptorBindingType
Sets the value of the ejbName property.

Specified by:
setEjbName in interface InterceptorBindingType
Parameters:
value - allowed object is String

getInterceptorClass

public FullyQualifiedClassType[] getInterceptorClass()
Specified by:
getInterceptorClass in interface InterceptorBindingType
Returns:
array of FullyQualifiedClassType

getInterceptorClass

public FullyQualifiedClassType getInterceptorClass(int idx)
Specified by:
getInterceptorClass in interface InterceptorBindingType
Returns:
one of FullyQualifiedClassType

getInterceptorClassLength

public int getInterceptorClassLength()
Specified by:
getInterceptorClassLength in interface InterceptorBindingType

setInterceptorClass

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

setInterceptorClass

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

getInterceptorOrder

public InterceptorOrderType getInterceptorOrder()
Description copied from interface: InterceptorBindingType
Gets the value of the interceptorOrder property.

Specified by:
getInterceptorOrder in interface InterceptorBindingType
Returns:
possible object is InterceptorOrderType

setInterceptorOrder

public void setInterceptorOrder(InterceptorOrderType value)
Description copied from interface: InterceptorBindingType
Sets the value of the interceptorOrder property.

Specified by:
setInterceptorOrder in interface InterceptorBindingType
Parameters:
value - allowed object is InterceptorOrderType

getExcludeDefaultInterceptors

public TrueFalseType getExcludeDefaultInterceptors()
Description copied from interface: InterceptorBindingType
Gets the value of the excludeDefaultInterceptors property.

Specified by:
getExcludeDefaultInterceptors in interface InterceptorBindingType
Returns:
possible object is TrueFalseType

setExcludeDefaultInterceptors

public void setExcludeDefaultInterceptors(TrueFalseType value)
Description copied from interface: InterceptorBindingType
Sets the value of the excludeDefaultInterceptors property.

Specified by:
setExcludeDefaultInterceptors in interface InterceptorBindingType
Parameters:
value - allowed object is TrueFalseType

getExcludeClassInterceptors

public TrueFalseType getExcludeClassInterceptors()
Description copied from interface: InterceptorBindingType
Gets the value of the excludeClassInterceptors property.

Specified by:
getExcludeClassInterceptors in interface InterceptorBindingType
Returns:
possible object is TrueFalseType

setExcludeClassInterceptors

public void setExcludeClassInterceptors(TrueFalseType value)
Description copied from interface: InterceptorBindingType
Sets the value of the excludeClassInterceptors property.

Specified by:
setExcludeClassInterceptors in interface InterceptorBindingType
Parameters:
value - allowed object is TrueFalseType

getMethod

public NamedMethodType getMethod()
Description copied from interface: InterceptorBindingType
Gets the value of the method property.

Specified by:
getMethod in interface InterceptorBindingType
Returns:
possible object is NamedMethodType

setMethod

public void setMethod(NamedMethodType value)
Description copied from interface: InterceptorBindingType
Sets the value of the method property.

Specified by:
setMethod in interface InterceptorBindingType
Parameters:
value - allowed object is NamedMethodType

getId

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

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

setId

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

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

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

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

copyInterceptorClass

public void copyInterceptorClass(FullyQualifiedClassType[] source)
Copies all values of property InterceptorClass.

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

clone

public InterceptorBindingTypeImpl 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.