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