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