|
||||||||||
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.GbeanRefType
public class GbeanRefType
Java class for gbean-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gbean-refType"> <complexContent> <extension base="{http://geronimo.apache.org/xml/ns/naming-1.2}abstract-naming-entryType"> <sequence> <element name="ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ref-type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/> </choice> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<PatternType> |
pattern
|
protected String |
refName
|
protected List<String> |
refType
|
Constructor Summary | |
---|---|
GbeanRefType()
|
Method Summary | |
---|---|
List<PatternType> |
getPattern()
Gets the value of the pattern property. |
String |
getRefName()
Gets the value of the refName property. |
List<String> |
getRefType()
Gets the value of the refType property. |
void |
setRefName(String value)
Sets the value of the refName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String refName
protected List<String> refType
protected List<PatternType> pattern
Constructor Detail |
---|
public GbeanRefType()
Method Detail |
---|
public String getRefName()
String
public void setRefName(String value)
value
- allowed object is
String
public List<String> getRefType()
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 refType property.
For example, to add a new item, do as follows:
getRefType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<PatternType> getPattern()
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 pattern property.
For example, to add a new item, do as follows:
getPattern().add(newItem);
Objects of the following type(s) are allowed in the list
PatternType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |