public class EmptyType extends Object implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Locator |
locator |
| 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.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
public void setId(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.Locatablepublic void setSourceLocation(Locator newLocator)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.