public class ResourceEnvRefType extends 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 String |
adminObjectLink |
protected String |
adminObjectModule |
protected String |
messageDestinationLink |
protected String |
objectFactory |
protected String |
objectFactoryLocation |
protected PatternType |
pattern |
protected String |
referenceClass |
protected String |
refName |
protected String |
stringAddr |
protected String |
stringAddrType |
| Constructor and Description |
|---|
ResourceEnvRefType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminObjectLink()
Gets the value of the adminObjectLink property.
|
String |
getAdminObjectModule()
Gets the value of the adminObjectModule property.
|
String |
getMessageDestinationLink()
Gets the value of the messageDestinationLink property.
|
String |
getObjectFactory() |
String |
getObjectFactoryLocation() |
PatternType |
getPattern()
Gets the value of the pattern property.
|
String |
getReferenceClass() |
String |
getRefName()
Gets the value of the refName property.
|
String |
getStringAddr() |
String |
getStringAddrType() |
void |
setAdminObjectLink(String value)
Sets the value of the adminObjectLink property.
|
void |
setAdminObjectModule(String value)
Sets the value of the adminObjectModule property.
|
void |
setMessageDestinationLink(String value)
Sets the value of the messageDestinationLink property.
|
void |
setObjectFactory(String objectFactory) |
void |
setObjectFactoryLocation(String objectFactoryLocation) |
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
void |
setReferenceClass(String referenceClass) |
void |
setRefName(String value)
Sets the value of the refName property.
|
void |
setStringAddr(String stringAddr) |
void |
setStringAddrType(String stringAddrType) |
protected String refName
protected PatternType pattern
protected String messageDestinationLink
protected String adminObjectModule
protected String adminObjectLink
protected String referenceClass
protected String stringAddrType
protected String stringAddr
protected String objectFactory
protected String objectFactoryLocation
public String getRefName()
Stringpublic void setRefName(String value)
value - allowed object is
Stringpublic PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic String getMessageDestinationLink()
Stringpublic void setMessageDestinationLink(String value)
value - allowed object is
Stringpublic String getAdminObjectModule()
Stringpublic void setAdminObjectModule(String value)
value - allowed object is
Stringpublic String getAdminObjectLink()
Stringpublic void setAdminObjectLink(String value)
value - allowed object is
Stringpublic String getObjectFactory()
public void setObjectFactory(String objectFactory)
public String getObjectFactoryLocation()
public void setObjectFactoryLocation(String objectFactoryLocation)
public String getReferenceClass()
public void setReferenceClass(String referenceClass)
public String getStringAddr()
public void setStringAddr(String stringAddr)
public String getStringAddrType()
public void setStringAddrType(String stringAddrType)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.