Java class for object_association complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="object_association">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id1" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="id2" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|