public class Id
extends java.lang.Object
Java class for id complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="id"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
Constructor and Description |
---|
Id() |