SOAP::WSDL::Generator::Template::XSD::simpleType.tt |
Perl data type class for the XML Schema defined simpleType [% simpleType.get_name %] from the namespace [% simpleType.get_targetNamespace %].
[% IF (simpleType.get_variety == 'list'); INCLUDE simpleType/POD/list.tt; ELSIF (simpleType.get_variety == 'restriction'); INCLUDE simpleType/POD/restriction.tt; ELSE; THROW NOT_IMPLEMENTED "simpleType union not implemented yet in $simpleType.get_name"; END %]
Constructor.
Getter and setter for the simpleType's value.
Depending on the simple type's base type, the following operations are overloaded
Stringification Numerification Boolification
Check the SOAP::WSDL::XSD::Typelib::Builtin manpage for more information.
Generated by SOAP::WSDL
SOAP::WSDL::Generator::Template::XSD::simpleType.tt |