net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class PersistenceContextRefTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PersistenceContextRefTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PersistenceContextRefType

public class PersistenceContextRefTypeImpl
extends Object
implements Serializable, Cloneable, PersistenceContextRefType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  String id
           
protected  InjectionTargetType[] injectionTarget
           
protected  XsdStringTypeImpl mappedName
           
protected  JndiNameTypeImpl persistenceContextRefName
           
protected  PersistenceContextTypeTypeImpl persistenceContextType
           
protected  PropertyType[] persistenceProperty
           
protected  StringImpl persistenceUnitName
           
 
Constructor Summary
PersistenceContextRefTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance.
PersistenceContextRefTypeImpl(PersistenceContextRefTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PersistenceContextRefTypeImpl instance by copying a given instance.
 
Method Summary
 PersistenceContextRefTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getId()
          Gets the value of the id property.
 InjectionTargetType[] getInjectionTarget()
           
 InjectionTargetType getInjectionTarget(int idx)
           
 int getInjectionTargetLength()
           
 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.
 PropertyType[] getPersistenceProperty()
           
 PropertyType getPersistenceProperty(int idx)
           
 int getPersistencePropertyLength()
           
 String getPersistenceUnitName()
          Gets the value of the persistenceUnitName property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setInjectionTarget(InjectionTargetType[] values)
           
 InjectionTargetType setInjectionTarget(int idx, InjectionTargetType value)
           
 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.
 PropertyType setPersistenceProperty(int idx, PropertyType value)
           
 void setPersistenceProperty(PropertyType[] values)
           
 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

description

protected DescriptionType[] description

persistenceContextRefName

protected JndiNameTypeImpl persistenceContextRefName

persistenceUnitName

protected StringImpl persistenceUnitName

persistenceContextType

protected PersistenceContextTypeTypeImpl persistenceContextType

persistenceProperty

protected PropertyType[] persistenceProperty

mappedName

protected XsdStringTypeImpl mappedName

injectionTarget

protected InjectionTargetType[] injectionTarget

id

protected String id
Constructor Detail

PersistenceContextRefTypeImpl

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


PersistenceContextRefTypeImpl

public PersistenceContextRefTypeImpl(PersistenceContextRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.PersistenceContextRefTypeImpl 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 PersistenceContextRefType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getPersistenceContextRefName

public JndiNameType getPersistenceContextRefName()
Description copied from interface: PersistenceContextRefType
Gets the value of the persistenceContextRefName property.

Specified by:
getPersistenceContextRefName in interface PersistenceContextRefType
Returns:
possible object is JndiNameType

setPersistenceContextRefName

public void setPersistenceContextRefName(JndiNameType value)
Description copied from interface: PersistenceContextRefType
Sets the value of the persistenceContextRefName property.

Specified by:
setPersistenceContextRefName in interface PersistenceContextRefType
Parameters:
value - allowed object is JndiNameType

getPersistenceUnitName

public String getPersistenceUnitName()
Description copied from interface: PersistenceContextRefType
Gets the value of the persistenceUnitName property.

Specified by:
getPersistenceUnitName in interface PersistenceContextRefType
Returns:
possible object is String

setPersistenceUnitName

public void setPersistenceUnitName(String value)
Description copied from interface: PersistenceContextRefType
Sets the value of the persistenceUnitName property.

Specified by:
setPersistenceUnitName in interface PersistenceContextRefType
Parameters:
value - allowed object is String

getPersistenceContextType

public PersistenceContextTypeType getPersistenceContextType()
Description copied from interface: PersistenceContextRefType
Gets the value of the persistenceContextType property.

Specified by:
getPersistenceContextType in interface PersistenceContextRefType
Returns:
possible object is PersistenceContextTypeType

setPersistenceContextType

public void setPersistenceContextType(PersistenceContextTypeType value)
Description copied from interface: PersistenceContextRefType
Sets the value of the persistenceContextType property.

Specified by:
setPersistenceContextType in interface PersistenceContextRefType
Parameters:
value - allowed object is PersistenceContextTypeType

getPersistenceProperty

public PropertyType[] getPersistenceProperty()
Specified by:
getPersistenceProperty in interface PersistenceContextRefType
Returns:
array of PropertyType

getPersistenceProperty

public PropertyType getPersistenceProperty(int idx)
Specified by:
getPersistenceProperty in interface PersistenceContextRefType
Returns:
one of PropertyType

getPersistencePropertyLength

public int getPersistencePropertyLength()
Specified by:
getPersistencePropertyLength in interface PersistenceContextRefType

setPersistenceProperty

public void setPersistenceProperty(PropertyType[] values)
Specified by:
setPersistenceProperty in interface PersistenceContextRefType
Parameters:
values - allowed objects are PropertyType

setPersistenceProperty

public PropertyType setPersistenceProperty(int idx,
                                           PropertyType value)
Specified by:
setPersistenceProperty in interface PersistenceContextRefType
value - allowed object is PropertyType

getMappedName

public XsdStringType getMappedName()
Description copied from interface: PersistenceContextRefType
Gets the value of the mappedName property.

Specified by:
getMappedName in interface PersistenceContextRefType
Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Description copied from interface: PersistenceContextRefType
Sets the value of the mappedName property.

Specified by:
setMappedName in interface PersistenceContextRefType
Parameters:
value - allowed object is XsdStringType

getInjectionTarget

public InjectionTargetType[] getInjectionTarget()
Specified by:
getInjectionTarget in interface PersistenceContextRefType
Returns:
array of InjectionTargetType

getInjectionTarget

public InjectionTargetType getInjectionTarget(int idx)
Specified by:
getInjectionTarget in interface PersistenceContextRefType
Returns:
one of InjectionTargetType

getInjectionTargetLength

public int getInjectionTargetLength()
Specified by:
getInjectionTargetLength in interface PersistenceContextRefType

setInjectionTarget

public void setInjectionTarget(InjectionTargetType[] values)
Specified by:
setInjectionTarget in interface PersistenceContextRefType
Parameters:
values - allowed objects are InjectionTargetType

setInjectionTarget

public InjectionTargetType setInjectionTarget(int idx,
                                              InjectionTargetType value)
Specified by:
setInjectionTarget in interface PersistenceContextRefType
value - allowed object is InjectionTargetType

getId

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

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

setId

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

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

clone

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