org.apache.geronimo.xbeans.geronimo.naming
Interface GerPersistenceUnitRefType

All Superinterfaces:
GerAbstractNamingEntryType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
GerPersistenceUnitRefTypeImpl

public interface GerPersistenceUnitRefType
extends GerAbstractNamingEntryType

An XML persistence-unit-refType(@http://geronimo.apache.org/xml/ns/naming-1.2). This is a complex type.


Nested Class Summary
static class GerPersistenceUnitRefType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 GerPatternType addNewPattern()
          Appends and returns a new empty "pattern" element
 GerPatternType getPattern()
          Gets the "pattern" element
 String getPersistenceUnitName()
          Gets the "persistence-unit-name" element
 String getPersistenceUnitRefName()
          Gets the "persistence-unit-ref-name" element
 boolean isSetPattern()
          True if has "pattern" element
 boolean isSetPersistenceUnitName()
          True if has "persistence-unit-name" element
 void setPattern(GerPatternType pattern)
          Sets the "pattern" element
 void setPersistenceUnitName(String persistenceUnitName)
          Sets the "persistence-unit-name" element
 void setPersistenceUnitRefName(String persistenceUnitRefName)
          Sets the "persistence-unit-ref-name" element
 void unsetPattern()
          Unsets the "pattern" element
 void unsetPersistenceUnitName()
          Unsets the "persistence-unit-name" element
 org.apache.xmlbeans.XmlString xgetPersistenceUnitName()
          Gets (as xml) the "persistence-unit-name" element
 org.apache.xmlbeans.XmlString xgetPersistenceUnitRefName()
          Gets (as xml) the "persistence-unit-ref-name" element
 void xsetPersistenceUnitName(org.apache.xmlbeans.XmlString persistenceUnitName)
          Sets (as xml) the "persistence-unit-name" element
 void xsetPersistenceUnitRefName(org.apache.xmlbeans.XmlString persistenceUnitRefName)
          Sets (as xml) the "persistence-unit-ref-name" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getPersistenceUnitRefName

String getPersistenceUnitRefName()
Gets the "persistence-unit-ref-name" element


xgetPersistenceUnitRefName

org.apache.xmlbeans.XmlString xgetPersistenceUnitRefName()
Gets (as xml) the "persistence-unit-ref-name" element


setPersistenceUnitRefName

void setPersistenceUnitRefName(String persistenceUnitRefName)
Sets the "persistence-unit-ref-name" element


xsetPersistenceUnitRefName

void xsetPersistenceUnitRefName(org.apache.xmlbeans.XmlString persistenceUnitRefName)
Sets (as xml) the "persistence-unit-ref-name" element


getPersistenceUnitName

String getPersistenceUnitName()
Gets the "persistence-unit-name" element


xgetPersistenceUnitName

org.apache.xmlbeans.XmlString xgetPersistenceUnitName()
Gets (as xml) the "persistence-unit-name" element


isSetPersistenceUnitName

boolean isSetPersistenceUnitName()
True if has "persistence-unit-name" element


setPersistenceUnitName

void setPersistenceUnitName(String persistenceUnitName)
Sets the "persistence-unit-name" element


xsetPersistenceUnitName

void xsetPersistenceUnitName(org.apache.xmlbeans.XmlString persistenceUnitName)
Sets (as xml) the "persistence-unit-name" element


unsetPersistenceUnitName

void unsetPersistenceUnitName()
Unsets the "persistence-unit-name" element


getPattern

GerPatternType getPattern()
Gets the "pattern" element


isSetPattern

boolean isSetPattern()
True if has "pattern" element


setPattern

void setPattern(GerPatternType pattern)
Sets the "pattern" element


addNewPattern

GerPatternType addNewPattern()
Appends and returns a new empty "pattern" element


unsetPattern

void unsetPattern()
Unsets the "pattern" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.