Package org.apache.openejb.jee.oejb2
Class EjbRefType
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.EjbRefType
-
public class EjbRefType extends Object
Java class for ejb-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ejb-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"/> <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}corbaNameGroup"/> <element name="ejb-link" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PatternTypecssprotected StringcssLinkprotected StringejbLinkprotected Stringnameprotected StringnsCorbalocprotected PatternTypepatternprotected StringrefName
-
Constructor Summary
Constructors Constructor Description EjbRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatternTypegetCss()Gets the value of the css property.StringgetCssLink()Gets the value of the cssLink property.StringgetEjbLink()Gets the value of the ejbLink property.StringgetName()Gets the value of the name property.StringgetNsCorbaloc()Gets the value of the nsCorbaloc property.PatternTypegetPattern()Gets the value of the pattern property.StringgetRefName()Gets the value of the refName property.voidsetCss(PatternType value)Sets the value of the css property.voidsetCssLink(String value)Sets the value of the cssLink property.voidsetEjbLink(String value)Sets the value of the ejbLink property.voidsetName(String value)Sets the value of the name property.voidsetNsCorbaloc(String value)Sets the value of the nsCorbaloc property.voidsetPattern(PatternType value)Sets the value of the pattern property.voidsetRefName(String value)Sets the value of the refName property.
-
-
-
Field Detail
-
refName
protected String refName
-
pattern
protected PatternType pattern
-
nsCorbaloc
protected String nsCorbaloc
-
name
protected String name
-
css
protected PatternType css
-
cssLink
protected String cssLink
-
ejbLink
protected String ejbLink
-
-
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
-
getNsCorbaloc
public String getNsCorbaloc()
Gets the value of the nsCorbaloc property.- Returns:
- possible object is
String
-
setNsCorbaloc
public void setNsCorbaloc(String value)
Sets the value of the nsCorbaloc property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getCss
public PatternType getCss()
Gets the value of the css property.- Returns:
- possible object is
PatternType
-
setCss
public void setCss(PatternType value)
Sets the value of the css property.- Parameters:
value- allowed object isPatternType
-
getCssLink
public String getCssLink()
Gets the value of the cssLink property.- Returns:
- possible object is
String
-
setCssLink
public void setCssLink(String value)
Sets the value of the cssLink property.- Parameters:
value- allowed object isString
-
getEjbLink
public String getEjbLink()
Gets the value of the ejbLink property.- Returns:
- possible object is
String
-
-