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