Authors
- Richard Frith-Macdonald (
rfm@gnu.org
)
-
Date: Generated at 2024-11-17 22:25:37 -0700
Copyright: (C) 2008 Free Software Foundation, Inc.
- Declared in:
- GWSType.h
Describes a data type, allowing it to be encoded
more intelligently.
Method summary
- (NSString*)
name;
Returns the name of the type represented by the
receiver.
- (NSString*)
nameSpace;
Returns the nameSpace of the type represented by
the receiver. This is an empty string if the receiver
represents a type in the global namespace.
- (id)
propertyForKey: (NSString*)key;
Returns the property set for the specified
key or nil
if none is set.
- (void)
setProperty: (id)property
forKey: (NSString*)key;
Sets the property for the specified
key. The property may be
nil
to remove an existing mapping.
- (
GWSElement*)
tree;
Return a tree representation of the receiver for
output as part of a WSDL document.