|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.ReferencesType
public class ReferencesType
Java class for referencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="referencesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected List<DepPatternType> |
pattern
|
| Constructor Summary | |
|---|---|
ReferencesType()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
List<DepPatternType> |
getPattern()
Gets the value of the pattern property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DepPatternType> pattern
protected String name
| Constructor Detail |
|---|
public ReferencesType()
| Method Detail |
|---|
public List<DepPatternType> getPattern()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||