public class RemoteType extends FullyQualifiedClassType
Java class for remoteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="remoteType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>fully-qualified-classType">
</restriction>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
RemoteType() |
| Modifier and Type | Method and Description |
|---|---|
RemoteType |
withId(String value) |
RemoteType |
withValue(String value) |
public RemoteType withValue(String value)
withValue in class FullyQualifiedClassTypepublic RemoteType withId(String value)
withId in class FullyQualifiedClassTypeCopyright © 2020. All rights reserved.