| WSST documentation | Contained in the WSST distribution. |
WSST::Schema::Error - Schema::Error class of WSST
This class represents the error elements of schema.
Constructor.
Accessor for the values.
Accessor for the service name.
Accessor for the service name.
http://code.google.com/p/wsst/
Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>
Copyright 2008 WSS Project Team
| WSST documentation | Contained in the WSST distribution. |
package WSST::Schema::Error; use strict; use base qw(WSST::Schema::Node); __PACKAGE__->mk_accessors(qw(values error_message error_message_map)); use constant BOOL_FIELDS => qw(multiple nullable error_message); our $VERSION = '0.1.1';
1;