|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.ResourceLocatorType
public class ResourceLocatorType
Java class for resource-locatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-locatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="pattern" type="{http://geronimo.apache.org/xml/ns/naming-1.2}patternType"/> <element name="resource-link" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected PatternType |
pattern
|
protected String |
resourceLink
|
protected String |
url
|
Constructor Summary | |
---|---|
ResourceLocatorType()
|
Method Summary | |
---|---|
PatternType |
getPattern()
Gets the value of the pattern property. |
String |
getResourceLink()
Gets the value of the resourceLink property. |
String |
getUrl()
Gets the value of the url property. |
void |
setPattern(PatternType value)
Sets the value of the pattern property. |
void |
setResourceLink(String value)
Sets the value of the resourceLink property. |
void |
setUrl(String value)
Sets the value of the url property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PatternType pattern
protected String resourceLink
protected String url
Constructor Detail |
---|
public ResourceLocatorType()
Method Detail |
---|
public PatternType getPattern()
PatternType
public void setPattern(PatternType value)
value
- allowed object is
PatternType
public String getResourceLink()
String
public void setResourceLink(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |