|
||||||||||
| 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.PersistenceContextRefTypeImpl
public class PersistenceContextRefTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected List<InjectionTargetType> |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
protected JndiNameTypeImpl |
persistenceContextRefName
|
protected PersistenceContextTypeTypeImpl |
persistenceContextType
|
protected List<PropertyType> |
persistenceProperty
|
protected StringImpl |
persistenceUnitName
|
| Constructor Summary | |
|---|---|
PersistenceContextRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance. |
|
PersistenceContextRefTypeImpl(PersistenceContextRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PersistenceContextRefTypeImpl |
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 |
copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
Copies all values of property InjectionTarget. |
static void |
copyPersistenceProperty(List<PropertyType> source,
List<PropertyType> target)
Copies all values of property PersistenceProperty. |
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 |
getPersistenceContextRefName()
Gets the value of the persistenceContextRefName property. |
PersistenceContextTypeType |
getPersistenceContextType()
Gets the value of the persistenceContextType property. |
List<PropertyType> |
getPersistenceProperty()
Gets the value of the persistenceProperty property. |
String |
getPersistenceUnitName()
Gets the value of the persistenceUnitName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setPersistenceContextRefName(JndiNameType value)
Sets the value of the persistenceContextRefName property. |
void |
setPersistenceContextType(PersistenceContextTypeType value)
Sets the value of the persistenceContextType property. |
void |
setPersistenceUnitName(String value)
Sets the value of the persistenceUnitName 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 persistenceContextRefName
protected StringImpl persistenceUnitName
protected PersistenceContextTypeTypeImpl persistenceContextType
protected List<PropertyType> persistenceProperty
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public PersistenceContextRefTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance.
public PersistenceContextRefTypeImpl(PersistenceContextRefTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
PersistenceContextRefType
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 PersistenceContextRefTypepublic JndiNameType getPersistenceContextRefName()
PersistenceContextRefType
getPersistenceContextRefName in interface PersistenceContextRefTypeJndiNameTypepublic void setPersistenceContextRefName(JndiNameType value)
PersistenceContextRefType
setPersistenceContextRefName in interface PersistenceContextRefTypevalue - allowed object is
JndiNameTypepublic String getPersistenceUnitName()
PersistenceContextRefType
getPersistenceUnitName in interface PersistenceContextRefTypeStringpublic void setPersistenceUnitName(String value)
PersistenceContextRefType
setPersistenceUnitName in interface PersistenceContextRefTypevalue - allowed object is
Stringpublic PersistenceContextTypeType getPersistenceContextType()
PersistenceContextRefType
getPersistenceContextType in interface PersistenceContextRefTypePersistenceContextTypeTypepublic void setPersistenceContextType(PersistenceContextTypeType value)
PersistenceContextRefType
setPersistenceContextType in interface PersistenceContextRefTypevalue - allowed object is
PersistenceContextTypeTypepublic List<PropertyType> getPersistenceProperty()
PersistenceContextRefType
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 persistenceProperty property.
For example, to add a new item, do as follows:
getPersistenceProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
getPersistenceProperty in interface PersistenceContextRefTypepublic XsdStringType getMappedName()
PersistenceContextRefType
getMappedName in interface PersistenceContextRefTypeXsdStringTypepublic void setMappedName(XsdStringType value)
PersistenceContextRefType
setMappedName in interface PersistenceContextRefTypevalue - allowed object is
XsdStringTypepublic List<InjectionTargetType> getInjectionTarget()
PersistenceContextRefType
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 PersistenceContextRefTypepublic String getId()
PersistenceContextRefType
getId in interface PersistenceContextRefTypeStringpublic void setId(String value)
PersistenceContextRefType
setId in interface PersistenceContextRefTypevalue - 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 copyPersistenceProperty(List<PropertyType> source,
List<PropertyType> target)
PersistenceProperty.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public 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 PersistenceContextRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||