public class UrlPatternType extends Object
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>
| Constructor and Description |
|---|
UrlPatternType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
UrlPatternType |
withValue(String value) |
protected String value
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic UrlPatternType withValue(String value)
Copyright © 2019. All rights reserved.