public class ErrorCodeType extends XsdPositiveIntegerType
Java class for error-codeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="error-codeType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>xsdPositiveIntegerType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</simpleContent>
</complexType>
id, value| Constructor and Description |
|---|
ErrorCodeType() |
| Modifier and Type | Method and Description |
|---|---|
ErrorCodeType |
withId(String value) |
ErrorCodeType |
withValue(long value) |
getId, getValue, setId, setValuepublic ErrorCodeType withValue(long value)
withValue in class XsdPositiveIntegerTypepublic ErrorCodeType withId(String value)
withId in class XsdPositiveIntegerTypeCopyright © 2020. All rights reserved.