Java class for assoc_object_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assoc_object_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|