org.jboss.shrinkwrap.descriptor.impl.javaee6
Class PersistenceUnitRefTypeImpl<T>

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.javaee6.PersistenceUnitRefTypeImpl<T>
All Implemented Interfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>, PersistenceUnitRefType<T>

public class PersistenceUnitRefTypeImpl<T>
extends java.lang.Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, PersistenceUnitRefType<T>

This class implements the persistence-unit-refType xsd type

Original Documentation:


[
The persistence-unit-ref element contains a declaration
of Deployment Component's reference to a persistence unit
associated within a Deployment Component's
environment. It consists of:

- an optional description
- the persistence unit reference name
- an optional persistence unit name. If not specified,
the default persistence unit is assumed.
- optional injection targets

Examples:


myPersistenceUnit




myPersistenceUnit

PersistenceUnit1





Since:
Generation date :2011-07-19T22:55:02.759+02:00
Author:
Ralf Battenfeld

Constructor Summary
PersistenceUnitRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
           
PersistenceUnitRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
           
 
Method Summary
 java.util.List<java.lang.String> getDescriptionList()
          Returns all description elements
 java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> getInjectionTargetList()
          Returns all injection-target elements
 java.lang.String getMappedName()
          Returns the mapped-name element
 java.lang.String getPersistenceUnitName()
          Returns the persistence-unit-name element
 java.lang.String getPersistenceUnitRefName()
          Returns the persistence-unit-ref-name element
 InjectionTargetType<PersistenceUnitRefType<T>> injectionTarget()
          Returns the injection-target element
 PersistenceUnitRefType<T> removeAllDescription()
          Removes the description element
 PersistenceUnitRefType<T> removeAllInjectionTarget()
          Removes all injection-target elements
 PersistenceUnitRefType<T> removeMappedName()
          Removes the mapped-name element
 PersistenceUnitRefType<T> removePersistenceUnitName()
          Removes the persistence-unit-name element
 PersistenceUnitRefType<T> removePersistenceUnitRefName()
          Removes the persistence-unit-ref-name element
 PersistenceUnitRefType<T> setDescription(java.lang.String description)
          Creates a new description element
 PersistenceUnitRefType<T> setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 PersistenceUnitRefType<T> setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 PersistenceUnitRefType<T> setPersistenceUnitName(java.lang.String persistenceUnitName)
          If not already created, a new persistence-unit-name element with the given value will be created.
 PersistenceUnitRefType<T> setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
          If not already created, a new persistence-unit-ref-name element with the given value will be created.
 T up()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceUnitRefTypeImpl

public PersistenceUnitRefTypeImpl(T t,
                                  java.lang.String nodeName,
                                  org.jboss.shrinkwrap.descriptor.spi.Node node)

PersistenceUnitRefTypeImpl

public PersistenceUnitRefTypeImpl(T t,
                                  java.lang.String nodeName,
                                  org.jboss.shrinkwrap.descriptor.spi.Node node,
                                  org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail

up

public T up()
Specified by:
up in interface org.jboss.shrinkwrap.descriptor.api.Child<T>

setMappedName

public PersistenceUnitRefType<T> setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. Otherwise, the existing mapped-name element will be updated with the given value.

Specified by:
setMappedName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

removeMappedName

public PersistenceUnitRefType<T> removeMappedName()
Removes the mapped-name element

Specified by:
removeMappedName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

getMappedName

public java.lang.String getMappedName()
Returns the mapped-name element

Specified by:
getMappedName in interface PersistenceUnitRefType<T>
Returns:
the node defined for the element mapped-name

removeAllInjectionTarget

public PersistenceUnitRefType<T> removeAllInjectionTarget()
Removes all injection-target elements

Specified by:
removeAllInjectionTarget in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

injectionTarget

public InjectionTargetType<PersistenceUnitRefType<T>> injectionTarget()
Returns the injection-target element

Specified by:
injectionTarget in interface PersistenceUnitRefType<T>
Returns:
the node defined for the element injection-target

getInjectionTargetList

public java.util.List<InjectionTargetType<PersistenceUnitRefType<T>>> getInjectionTargetList()
Returns all injection-target elements

Specified by:
getInjectionTargetList in interface PersistenceUnitRefType<T>
Returns:
list of injection-target

setDescription

public PersistenceUnitRefType<T> setDescription(java.lang.String description)
Creates a new description element

Specified by:
setDescription in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

setDescriptionList

public PersistenceUnitRefType<T> setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements, a new description element

Specified by:
setDescriptionList in interface PersistenceUnitRefType<T>
Parameters:
list - of description objects
Returns:
the current instance of PersistenceUnitRefType

removeAllDescription

public PersistenceUnitRefType<T> removeAllDescription()
Removes the description element

Specified by:
removeAllDescription in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

getDescriptionList

public java.util.List<java.lang.String> getDescriptionList()
Returns all description elements

Specified by:
getDescriptionList in interface PersistenceUnitRefType<T>
Returns:
list of description

setPersistenceUnitRefName

public PersistenceUnitRefType<T> setPersistenceUnitRefName(java.lang.String persistenceUnitRefName)
If not already created, a new persistence-unit-ref-name element with the given value will be created. Otherwise, the existing persistence-unit-ref-name element will be updated with the given value.

Specified by:
setPersistenceUnitRefName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

removePersistenceUnitRefName

public PersistenceUnitRefType<T> removePersistenceUnitRefName()
Removes the persistence-unit-ref-name element

Specified by:
removePersistenceUnitRefName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

getPersistenceUnitRefName

public java.lang.String getPersistenceUnitRefName()
Returns the persistence-unit-ref-name element

Specified by:
getPersistenceUnitRefName in interface PersistenceUnitRefType<T>
Returns:
the node defined for the element persistence-unit-ref-name

setPersistenceUnitName

public PersistenceUnitRefType<T> setPersistenceUnitName(java.lang.String persistenceUnitName)
If not already created, a new persistence-unit-name element with the given value will be created. Otherwise, the existing persistence-unit-name element will be updated with the given value.

Specified by:
setPersistenceUnitName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

removePersistenceUnitName

public PersistenceUnitRefType<T> removePersistenceUnitName()
Removes the persistence-unit-name element

Specified by:
removePersistenceUnitName in interface PersistenceUnitRefType<T>
Returns:
the current instance of PersistenceUnitRefType

getPersistenceUnitName

public java.lang.String getPersistenceUnitName()
Returns the persistence-unit-name element

Specified by:
getPersistenceUnitName in interface PersistenceUnitRefType<T>
Returns:
the node defined for the element persistence-unit-name