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