public abstract class IdentifiableType extends Object
Java class for IdentifiableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifiableType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
IdentifiableType() |
Copyright © 2017. All rights reserved.