SOAP::WSDL::Generator::Template::XSD::simpleType.tt


Back to Top


[% type_prefix %]::[% simpleType.get_name %]

Back to Top


DESCRIPTION

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 %]

Back to Top


METHODS

new

Constructor.

get_value / set_value

Getter and setter for the simpleType's value.

Back to Top


OVERLOADING

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.

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 SOAP::WSDL::Generator::Template::XSD::simpleType.tt