Manually corrected generated class for TopicExpressionType

This commit is contained in:
Jan M. Hochstein 2014-10-16 21:32:42 +02:00
parent 5c6fe54265
commit cd3e8feb35
1 changed files with 3 additions and 22 deletions

View File

@ -13,28 +13,9 @@ sub __get_attr_class {
return $XML_ATTRIBUTE_CLASS; return $XML_ATTRIBUTE_CLASS;
} }
use Class::Std::Fast::Storable constructor => 'none'; use base qw(
use base qw(SOAP::WSDL::XSD::Typelib::ComplexType); SOAP::WSDL::XSD::Typelib::ComplexType
SOAP::WSDL::XSD::Typelib::Builtin::string);
Class::Std::initialize();
{ # BLOCK to scope variables
__PACKAGE__->_factory(
[ qw(
) ],
{
},
{
},
{
}
);
} # end BLOCK