net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence
Interface Persistence.PersistenceUnit.Properties

All Known Implementing Classes:
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
Enclosing interface:
Persistence.PersistenceUnit

public static interface Persistence.PersistenceUnit.Properties

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="property" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Persistence.PersistenceUnit.Properties.Property
          Java class for anonymous complex type.
 
Method Summary
 Persistence.PersistenceUnit.Properties.Property[] getProperty()
           
 Persistence.PersistenceUnit.Properties.Property getProperty(int idx)
           
 int getPropertyLength()
           
 Persistence.PersistenceUnit.Properties.Property setProperty(int idx, Persistence.PersistenceUnit.Properties.Property value)
           
 void setProperty(Persistence.PersistenceUnit.Properties.Property[] values)
           
 

Method Detail

getProperty

Persistence.PersistenceUnit.Properties.Property[] getProperty()
Returns:
array of Persistence.PersistenceUnit.Properties.Property

getProperty

Persistence.PersistenceUnit.Properties.Property getProperty(int idx)
Returns:
one of Persistence.PersistenceUnit.Properties.Property

getPropertyLength

int getPropertyLength()

setProperty

void setProperty(Persistence.PersistenceUnit.Properties.Property[] values)
Parameters:
values - allowed objects are Persistence.PersistenceUnit.Properties.Property

setProperty

Persistence.PersistenceUnit.Properties.Property setProperty(int idx,
                                                            Persistence.PersistenceUnit.Properties.Property value)
Parameters:
value - allowed object is Persistence.PersistenceUnit.Properties.Property


Copyright © 2009 The CC-XJC Community. All Rights Reserved.