net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl
Class PersistenceImpl.PersistenceUnitImpl.PropertiesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
All Implemented Interfaces:
Serializable, Cloneable, Persistence.PersistenceUnit.Properties
Enclosing class:
PersistenceImpl.PersistenceUnitImpl

public static class PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
extends Object
implements Serializable, Cloneable, Persistence.PersistenceUnit.Properties

See Also:
Serialized Form

Nested Class Summary
static class PersistenceImpl.PersistenceUnitImpl.PropertiesImpl.PropertyImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.Persistence.PersistenceUnit.Properties
Persistence.PersistenceUnit.Properties.Property
 
Field Summary
protected  List<Persistence.PersistenceUnit.Properties.Property> property
           
 
Constructor Summary
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance.
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl(PersistenceImpl.PersistenceUnitImpl.PropertiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance by copying a given instance.
 
Method Summary
 PersistenceImpl.PersistenceUnitImpl.PropertiesImpl clone()
          Creates and returns a copy of this object.
 List<Persistence.PersistenceUnit.Properties.Property> getProperty()
          Gets the value of the property property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected List<Persistence.PersistenceUnit.Properties.Property> property
Constructor Detail

PersistenceImpl.PersistenceUnitImpl.PropertiesImpl

public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance.


PersistenceImpl.PersistenceUnitImpl.PropertiesImpl

public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl(PersistenceImpl.PersistenceUnitImpl.PropertiesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getProperty

public List<Persistence.PersistenceUnit.Properties.Property> getProperty()
Description copied from interface: Persistence.PersistenceUnit.Properties
Gets the value of the property property.

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 property property.

For example, to add a new item, do as follows:

    getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list Persistence.PersistenceUnit.Properties.Property

Specified by:
getProperty in interface Persistence.PersistenceUnit.Properties

clone

public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl 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.