WSNotification Types FullTopicExpression
Contents
Description
Perl data type class for the XML Schema defined simpleType FullTopicExpression from the namespace
http://docs.oasis-open.org/wsn/t-1.
TopicPathExpression ::= TopicPath ( '|' TopicPath )* TopicPath ::= RootTopic ChildTopicExpression*
RootTopic ::= NamespacePrefix? ('//')? (NCName | '*') NamespacePrefix ::= NCName ':' ChildTopicExpression
::= '/' '/'? (QName | NCName | '*'| '.')
This clase is derived from
SOAP::WSDL::XSD::Typelib::Builtin::token . SOAP::WSDL's schema implementation does not validate data,
so you can use it exactly like it's base type.
# Description of restrictions not implemented yet.
Methods
new
Constructor.
get_value/set_value
Getter and setter for the simpleType's value.
Name
Overloading
Depending on the simple type's base type, the following operations are overloaded
Stringification
Numerification
Boolification
Check SOAP::WSDL::XSD::Typelib::Builtin for more information.
