|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.ResourceEnvRefType
public class ResourceEnvRefType
Java class for resource-env-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-env-refType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/>
<element name="message-destination-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="admin-object-module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="admin-object-link" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
adminObjectLink
|
protected java.lang.String |
adminObjectModule
|
protected java.lang.String |
messageDestinationLink
|
protected PatternType |
pattern
|
protected java.lang.String |
refName
|
| Constructor Summary | |
|---|---|
ResourceEnvRefType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdminObjectLink()
Gets the value of the adminObjectLink property. |
java.lang.String |
getAdminObjectModule()
Gets the value of the adminObjectModule property. |
java.lang.String |
getMessageDestinationLink()
Gets the value of the messageDestinationLink property. |
PatternType |
getPattern()
Gets the value of the pattern property. |
java.lang.String |
getRefName()
Gets the value of the refName property. |
void |
setAdminObjectLink(java.lang.String value)
Sets the value of the adminObjectLink property. |
void |
setAdminObjectModule(java.lang.String value)
Sets the value of the adminObjectModule property. |
void |
setMessageDestinationLink(java.lang.String value)
Sets the value of the messageDestinationLink property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
void |
setRefName(java.lang.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 java.lang.String refName
protected PatternType pattern
protected java.lang.String messageDestinationLink
protected java.lang.String adminObjectModule
protected java.lang.String adminObjectLink
| Constructor Detail |
|---|
public ResourceEnvRefType()
| Method Detail |
|---|
public java.lang.String getRefName()
Stringpublic void setRefName(java.lang.String value)
value - allowed object is
Stringpublic PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic java.lang.String getMessageDestinationLink()
Stringpublic void setMessageDestinationLink(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdminObjectModule()
Stringpublic void setAdminObjectModule(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdminObjectLink()
Stringpublic void setAdminObjectLink(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||