use Moose;
has 'flt_string1a' => (
metaclass => 'WSDL',
is => 'rw',
isa => 'Str',
xs_type => 'xs:string',
);
no Moose;
1;