public class ResourceRefType extends Object
Java class for resource-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource-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="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 String |
refName |
protected String |
resourceLink |
protected String |
url |
| Constructor and Description |
|---|
ResourceRefType() |
| Modifier and Type | Method and Description |
|---|---|
PatternType |
getPattern()
Gets the value of the pattern property.
|
String |
getRefName()
Gets the value of the refName 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 |
setRefName(String value)
Sets the value of the refName property.
|
void |
setResourceLink(String value)
Sets the value of the resourceLink property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String refName
protected PatternType pattern
protected String resourceLink
protected String url
public String getRefName()
Stringpublic void setRefName(String value)
value - allowed object is
Stringpublic PatternType getPattern()
PatternTypepublic void setPattern(PatternType value)
value - allowed object is
PatternTypepublic String getResourceLink()
Stringpublic void setResourceLink(String value)
value - allowed object is
StringCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.