Package org.apache.openejb.jee.oejb2
Class ResourceEnvRefType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.ResourceEnvRefType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringadminObjectLinkprotected StringadminObjectModuleprotected StringmessageDestinationLinkprotected StringobjectFactoryprotected StringobjectFactoryLocationprotected PatternTypepatternprotected StringreferenceClassprotected StringrefNameprotected StringstringAddrprotected StringstringAddrType
-
Constructor Summary
Constructors Constructor Description ResourceEnvRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminObjectLink()Gets the value of the adminObjectLink property.StringgetAdminObjectModule()Gets the value of the adminObjectModule property.StringgetMessageDestinationLink()Gets the value of the messageDestinationLink property.StringgetObjectFactory()StringgetObjectFactoryLocation()PatternTypegetPattern()Gets the value of the pattern property.StringgetReferenceClass()StringgetRefName()Gets the value of the refName property.StringgetStringAddr()StringgetStringAddrType()voidsetAdminObjectLink(String value)Sets the value of the adminObjectLink property.voidsetAdminObjectModule(String value)Sets the value of the adminObjectModule property.voidsetMessageDestinationLink(String value)Sets the value of the messageDestinationLink property.voidsetObjectFactory(String objectFactory)voidsetObjectFactoryLocation(String objectFactoryLocation)voidsetPattern(PatternType value)Sets the value of the pattern property.voidsetReferenceClass(String referenceClass)voidsetRefName(String value)Sets the value of the refName property.voidsetStringAddr(String stringAddr)voidsetStringAddrType(String stringAddrType)
-
-
-
Field Detail
-
refName
protected String refName
-
pattern
protected PatternType pattern
-
messageDestinationLink
protected String messageDestinationLink
-
adminObjectModule
protected String adminObjectModule
-
adminObjectLink
protected String adminObjectLink
-
referenceClass
protected String referenceClass
-
stringAddrType
protected String stringAddrType
-
stringAddr
protected String stringAddr
-
objectFactory
protected String objectFactory
-
objectFactoryLocation
protected String objectFactoryLocation
-
-
Method Detail
-
getRefName
public String getRefName()
Gets the value of the refName property.- Returns:
- possible object is
String
-
setRefName
public void setRefName(String value)
Sets the value of the refName property.- Parameters:
value- allowed object isString
-
getPattern
public PatternType getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
PatternType
-
setPattern
public void setPattern(PatternType value)
Sets the value of the pattern property.- Parameters:
value- allowed object isPatternType
-
getMessageDestinationLink
public String getMessageDestinationLink()
Gets the value of the messageDestinationLink property.- Returns:
- possible object is
String
-
setMessageDestinationLink
public void setMessageDestinationLink(String value)
Sets the value of the messageDestinationLink property.- Parameters:
value- allowed object isString
-
getAdminObjectModule
public String getAdminObjectModule()
Gets the value of the adminObjectModule property.- Returns:
- possible object is
String
-
setAdminObjectModule
public void setAdminObjectModule(String value)
Sets the value of the adminObjectModule property.- Parameters:
value- allowed object isString
-
getAdminObjectLink
public String getAdminObjectLink()
Gets the value of the adminObjectLink property.- Returns:
- possible object is
String
-
setAdminObjectLink
public void setAdminObjectLink(String value)
Sets the value of the adminObjectLink property.- Parameters:
value- allowed object isString
-
getObjectFactory
public String getObjectFactory()
-
setObjectFactory
public void setObjectFactory(String objectFactory)
-
getObjectFactoryLocation
public String getObjectFactoryLocation()
-
setObjectFactoryLocation
public void setObjectFactoryLocation(String objectFactoryLocation)
-
getReferenceClass
public String getReferenceClass()
-
setReferenceClass
public void setReferenceClass(String referenceClass)
-
getStringAddr
public String getStringAddr()
-
setStringAddr
public void setStringAddr(String stringAddr)
-
getStringAddrType
public String getStringAddrType()
-
setStringAddrType
public void setStringAddrType(String stringAddrType)
-
-