public class ResourceEnvRefType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
adminObjectLink |
protected java.lang.String |
adminObjectModule |
protected java.lang.String |
messageDestinationLink |
protected java.lang.String |
objectFactory |
protected java.lang.String |
objectFactoryLocation |
protected PatternType |
pattern |
protected java.lang.String |
referenceClass |
protected java.lang.String |
refName |
protected java.lang.String |
stringAddr |
protected java.lang.String |
stringAddrType |
Constructor and Description |
---|
ResourceEnvRefType() |
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
getObjectFactory() |
java.lang.String |
getObjectFactoryLocation() |
PatternType |
getPattern()
Gets the value of the pattern property.
|
java.lang.String |
getReferenceClass() |
java.lang.String |
getRefName()
Gets the value of the refName property.
|
java.lang.String |
getStringAddr() |
java.lang.String |
getStringAddrType() |
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 |
setObjectFactory(java.lang.String objectFactory) |
void |
setObjectFactoryLocation(java.lang.String objectFactoryLocation) |
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
void |
setReferenceClass(java.lang.String referenceClass) |
void |
setRefName(java.lang.String value)
Sets the value of the refName property.
|
void |
setStringAddr(java.lang.String stringAddr) |
void |
setStringAddrType(java.lang.String stringAddrType) |
protected java.lang.String refName
protected PatternType pattern
protected java.lang.String messageDestinationLink
protected java.lang.String adminObjectModule
protected java.lang.String adminObjectLink
protected java.lang.String referenceClass
protected java.lang.String stringAddrType
protected java.lang.String stringAddr
protected java.lang.String objectFactory
protected java.lang.String objectFactoryLocation
public java.lang.String getRefName()
String
public void setRefName(java.lang.String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public java.lang.String getMessageDestinationLink()
String
public void setMessageDestinationLink(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAdminObjectModule()
String
public void setAdminObjectModule(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAdminObjectLink()
String
public void setAdminObjectLink(java.lang.String value)
value
- allowed object is
String
public java.lang.String getObjectFactory()
public void setObjectFactory(java.lang.String objectFactory)
public java.lang.String getObjectFactoryLocation()
public void setObjectFactoryLocation(java.lang.String objectFactoryLocation)
public java.lang.String getReferenceClass()
public void setReferenceClass(java.lang.String referenceClass)
public java.lang.String getStringAddr()
public void setStringAddr(java.lang.String stringAddr)
public java.lang.String getStringAddrType()
public void setStringAddrType(java.lang.String stringAddrType)