|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.AbstractNamingEntryType
org.apache.openejb.jee.oejb2.PersistenceContextRefType
public class PersistenceContextRefType
Java class for persistence-context-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-context-refType"> <complexContent> <extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}abstract-naming-entryType"> <sequence> <element name="persistence-context-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice> <element name="persistence-unit-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/> </choice> <element name="persistence-context-type" type="{http://geronimo.apache.org/xml/ns/naming-1.2}persistence-context-typeType" minOccurs="0"/> <element name="property" type="{http://geronimo.apache.org/xml/ns/naming-1.2}propertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected PatternType |
pattern
|
protected String |
persistenceContextRefName
|
protected PersistenceContextTypeType |
persistenceContextType
|
protected String |
persistenceUnitName
|
protected List<PropertyType> |
property
|
Constructor Summary | |
---|---|
PersistenceContextRefType()
|
Method Summary | |
---|---|
PatternType |
getPattern()
Gets the value of the pattern property. |
String |
getPersistenceContextRefName()
Gets the value of the persistenceContextRefName property. |
PersistenceContextTypeType |
getPersistenceContextType()
Gets the value of the persistenceContextType property. |
String |
getPersistenceUnitName()
Gets the value of the persistenceUnitName property. |
List<PropertyType> |
getProperty()
Gets the value of the property property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
void |
setPersistenceContextRefName(String value)
Sets the value of the persistenceContextRefName property. |
void |
setPersistenceContextType(PersistenceContextTypeType value)
Sets the value of the persistenceContextType property. |
void |
setPersistenceUnitName(String value)
Sets the value of the persistenceUnitName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String persistenceContextRefName
protected String persistenceUnitName
protected PatternType pattern
protected PersistenceContextTypeType persistenceContextType
protected List<PropertyType> property
Constructor Detail |
---|
public PersistenceContextRefType()
Method Detail |
---|
public String getPersistenceContextRefName()
String
public void setPersistenceContextRefName(String value)
value
- allowed object is
String
public String getPersistenceUnitName()
String
public void setPersistenceUnitName(String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public PersistenceContextTypeType getPersistenceContextType()
PersistenceContextTypeType
public void setPersistenceContextType(PersistenceContextTypeType value)
value
- allowed object is
PersistenceContextTypeType
public List<PropertyType> getProperty()
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
PropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |