Jeff Nokes > eBay-API-0.22 > eBay::API::XML::Tools::CodeGen::XSD::CodeGenApiCall

Download:
eBay-API-0.22.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: eBay-API-0.24

Subroutines: ^

_getGetterComment()

This method is used from within 'getSetterGetterComment' method

NOTE: This method overrides the same method in BaseCodeGenDataType.pm Why? The super method does not display annotation documentation for getters. For API call properties we display annotation documentation even for getters.

getPropertyToCallInfo()

CallInfo is a package defined in Annotation.pm file. The packageName is: Annotation::CallInfo

NOTE: This method overrides the same method in BaseCodeGenDataType.pm It overrides it because for Api calls we do not display name of calls for which the property is used (since THIS generates a property for currently generated API call.