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