public class UrlPatternType extends Object implements com.sun.xml.bind.Locatable
Java class for url-patternType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="url-patternType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Locator |
locator |
protected String |
value |
| Constructor and Description |
|---|
UrlPatternType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setValue(String value)
Sets the value of the value property.
|
Locator |
sourceLocation() |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.Locatablepublic void setSourceLocation(Locator newLocator)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.