|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.EjbRefType
public class EjbRefType
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 | |
---|---|
protected PatternType |
css
|
protected String |
cssLink
|
protected String |
ejbLink
|
protected String |
name
|
protected String |
nsCorbaloc
|
protected PatternType |
pattern
|
protected String |
refName
|
Constructor Summary | |
---|---|
EjbRefType()
|
Method Summary | |
---|---|
PatternType |
getCss()
Gets the value of the css property. |
String |
getCssLink()
Gets the value of the cssLink property. |
String |
getEjbLink()
Gets the value of the ejbLink property. |
String |
getName()
Gets the value of the name property. |
String |
getNsCorbaloc()
Gets the value of the nsCorbaloc property. |
PatternType |
getPattern()
Gets the value of the pattern property. |
String |
getRefName()
Gets the value of the refName property. |
void |
setCss(PatternType value)
Sets the value of the css property. |
void |
setCssLink(String value)
Sets the value of the cssLink property. |
void |
setEjbLink(String value)
Sets the value of the ejbLink property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNsCorbaloc(String value)
Sets the value of the nsCorbaloc property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
void |
setRefName(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 String refName
protected PatternType pattern
protected String nsCorbaloc
protected String name
protected PatternType css
protected String cssLink
protected String ejbLink
Constructor Detail |
---|
public EjbRefType()
Method Detail |
---|
public String getRefName()
String
public void setRefName(String value)
value
- allowed object is
String
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public String getNsCorbaloc()
String
public void setNsCorbaloc(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public PatternType getCss()
PatternType
public void setCss(PatternType value)
value
- allowed object is
PatternType
public String getCssLink()
String
public void setCssLink(String value)
value
- allowed object is
String
public String getEjbLink()
String
public void setEjbLink(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |