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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<DescriptionType> description
           
protected  StringImpl ejbName
           
protected  TrueFalseTypeImpl excludeClassInterceptors
           
protected  TrueFalseTypeImpl excludeDefaultInterceptors
           
protected  String id
           
protected  List<FullyQualifiedClassType> interceptorClass
           
protected  InterceptorOrderTypeImpl interceptorOrder
           
protected  NamedMethodTypeImpl method
           
 
Constructor Summary
InterceptorBindingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance.
InterceptorBindingTypeImpl(InterceptorBindingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance by copying a given instance.
 
Method Summary
 InterceptorBindingTypeImpl clone()
          Creates and returns a copy of this object.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 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.
 List<FullyQualifiedClassType> getInterceptorClass()
          Gets the value of the interceptorClass property.
 InterceptorOrderType getInterceptorOrder()
          Gets the value of the interceptorOrder property.
 NamedMethodType getMethod()
          Gets the value of the method property.
 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 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 List<DescriptionType> description

ejbName

protected StringImpl ejbName

interceptorClass

protected List<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.pkg.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance.


InterceptorBindingTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: InterceptorBindingType
Gets the value of the description 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 description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface InterceptorBindingType

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 List<FullyQualifiedClassType> getInterceptorClass()
Description copied from interface: InterceptorBindingType
Gets the value of the interceptorClass 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 interceptorClass property.

For example, to add a new item, do as follows:

    getInterceptorClass().add(newItem);
 

Objects of the following type(s) are allowed in the list FullyQualifiedClassType

Specified by:
getInterceptorClass in interface InterceptorBindingType

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

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.