Java class for id_map complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="id_map">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="old_id" type="{http://api.facebook.com/1.0/}old_id"/>
<element name="new_id" type="{http://api.facebook.com/1.0/}id"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|