|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl
public class InterceptorBindingTypeImpl
| 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.pub.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance. |
|
InterceptorBindingTypeImpl(InterceptorBindingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
InterceptorBindingTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
static void |
copyInterceptorClass(List<FullyQualifiedClassType> source,
List<FullyQualifiedClassType> target)
Copies all values of property InterceptorClass. |
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 |
|---|
protected List<DescriptionType> description
protected StringImpl ejbName
protected List<FullyQualifiedClassType> interceptorClass
protected InterceptorOrderTypeImpl interceptorOrder
protected TrueFalseTypeImpl excludeDefaultInterceptors
protected TrueFalseTypeImpl excludeClassInterceptors
protected NamedMethodTypeImpl method
protected String id
| Constructor Detail |
|---|
public InterceptorBindingTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance.
public InterceptorBindingTypeImpl(InterceptorBindingTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.InterceptorBindingTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
InterceptorBindingType
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
getDescription in interface InterceptorBindingTypepublic String getEjbName()
InterceptorBindingType
getEjbName in interface InterceptorBindingTypeStringpublic void setEjbName(String value)
InterceptorBindingType
setEjbName in interface InterceptorBindingTypevalue - allowed object is
Stringpublic List<FullyQualifiedClassType> getInterceptorClass()
InterceptorBindingType
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
getInterceptorClass in interface InterceptorBindingTypepublic InterceptorOrderType getInterceptorOrder()
InterceptorBindingType
getInterceptorOrder in interface InterceptorBindingTypeInterceptorOrderTypepublic void setInterceptorOrder(InterceptorOrderType value)
InterceptorBindingType
setInterceptorOrder in interface InterceptorBindingTypevalue - allowed object is
InterceptorOrderTypepublic TrueFalseType getExcludeDefaultInterceptors()
InterceptorBindingType
getExcludeDefaultInterceptors in interface InterceptorBindingTypeTrueFalseTypepublic void setExcludeDefaultInterceptors(TrueFalseType value)
InterceptorBindingType
setExcludeDefaultInterceptors in interface InterceptorBindingTypevalue - allowed object is
TrueFalseTypepublic TrueFalseType getExcludeClassInterceptors()
InterceptorBindingType
getExcludeClassInterceptors in interface InterceptorBindingTypeTrueFalseTypepublic void setExcludeClassInterceptors(TrueFalseType value)
InterceptorBindingType
setExcludeClassInterceptors in interface InterceptorBindingTypevalue - allowed object is
TrueFalseTypepublic NamedMethodType getMethod()
InterceptorBindingType
getMethod in interface InterceptorBindingTypeNamedMethodTypepublic void setMethod(NamedMethodType value)
InterceptorBindingType
setMethod in interface InterceptorBindingTypevalue - allowed object is
NamedMethodTypepublic String getId()
InterceptorBindingType
getId in interface InterceptorBindingTypeStringpublic void setId(String value)
InterceptorBindingType
setId in interface InterceptorBindingTypevalue - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyInterceptorClass(List<FullyQualifiedClassType> source,
List<FullyQualifiedClassType> target)
InterceptorClass.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public InterceptorBindingTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||