public class ResourceLocatorType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected PatternType |
pattern |
protected java.lang.String |
resourceLink |
protected java.lang.String |
url |
| Constructor and Description |
|---|
ResourceLocatorType() |
| Modifier and Type | Method and Description |
|---|---|
PatternType |
getPattern()
Gets the value of the pattern property.
|
java.lang.String |
getResourceLink()
Gets the value of the resourceLink property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setPattern(PatternType value)
Sets the value of the pattern property.
|
void |
setResourceLink(java.lang.String value)
Sets the value of the resourceLink property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected PatternType pattern
protected java.lang.String resourceLink
protected java.lang.String url
public PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic java.lang.String getResourceLink()
Stringpublic void setResourceLink(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
String