Java class for addEntry element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="addEntry">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" type="{http://org/apache/axis2/jaxws/sample/addressbook}AddressBookEntry"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|