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