|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ResourceEnvRefTypeImpl
public class ResourceEnvRefTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected List<InjectionTargetType> |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
protected JndiNameTypeImpl |
resourceEnvRefName
|
protected FullyQualifiedClassTypeImpl |
resourceEnvRefType
|
| Constructor Summary | |
|---|---|
ResourceEnvRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance. |
|
ResourceEnvRefTypeImpl(ResourceEnvRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ResourceEnvRefTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
protected static void |
copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
Copies all values of property InjectionTarget. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
List<InjectionTargetType> |
getInjectionTarget()
Gets the value of the injectionTarget property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
JndiNameType |
getResourceEnvRefName()
Gets the value of the resourceEnvRefName property. |
FullyQualifiedClassType |
getResourceEnvRefType()
Gets the value of the resourceEnvRefType property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setResourceEnvRefName(JndiNameType value)
Sets the value of the resourceEnvRefName property. |
void |
setResourceEnvRefType(FullyQualifiedClassType value)
Sets the value of the resourceEnvRefType 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 JndiNameTypeImpl resourceEnvRefName
protected FullyQualifiedClassTypeImpl resourceEnvRefType
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public ResourceEnvRefTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance.
public ResourceEnvRefTypeImpl(ResourceEnvRefTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ResourceEnvRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
ResourceEnvRefType
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 ResourceEnvRefTypepublic JndiNameType getResourceEnvRefName()
ResourceEnvRefType
getResourceEnvRefName in interface ResourceEnvRefTypeJndiNameTypepublic void setResourceEnvRefName(JndiNameType value)
ResourceEnvRefType
setResourceEnvRefName in interface ResourceEnvRefTypevalue - allowed object is
JndiNameTypepublic FullyQualifiedClassType getResourceEnvRefType()
ResourceEnvRefType
getResourceEnvRefType in interface ResourceEnvRefTypeFullyQualifiedClassTypepublic void setResourceEnvRefType(FullyQualifiedClassType value)
ResourceEnvRefType
setResourceEnvRefType in interface ResourceEnvRefTypevalue - allowed object is
FullyQualifiedClassTypepublic XsdStringType getMappedName()
ResourceEnvRefType
getMappedName in interface ResourceEnvRefTypeXsdStringTypepublic void setMappedName(XsdStringType value)
ResourceEnvRefType
setMappedName in interface ResourceEnvRefTypevalue - allowed object is
XsdStringTypepublic List<InjectionTargetType> getInjectionTarget()
ResourceEnvRefType
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 injectionTarget property.
For example, to add a new item, do as follows:
getInjectionTarget().add(newItem);
Objects of the following type(s) are allowed in the list
InjectionTargetType
getInjectionTarget in interface ResourceEnvRefTypepublic String getId()
ResourceEnvRefType
getId in interface ResourceEnvRefTypeStringpublic void setId(String value)
ResourceEnvRefType
setId in interface ResourceEnvRefTypevalue - allowed object is
String
protected 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.
protected static void copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
InjectionTarget.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ResourceEnvRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||