public class JdbcUrlType extends String
Java class for jdbc-urlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jdbc-urlType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
JdbcUrlType() |
| Modifier and Type | Method and Description |
|---|---|
JdbcUrlType |
withId(String value) |
JdbcUrlType |
withValue(String value) |
public JdbcUrlType withValue(String value)
public JdbcUrlType withId(String value)
Copyright © 2019. All rights reserved.