public class EmptyType extends Object
Java class for emptyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emptyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EmptyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
void |
setId(String value)
Sets the value of the id property.
|
EmptyType |
withId(String value) |
protected String id
Copyright © 2020. All rights reserved.