com.ibm.wsdl

Class TypesImpl

Implemented Interfaces:
java.io.Serializable, AttributeExtensible, ElementExtensible, java.io.Serializable, Types, WSDLElement

public class TypesImpl
extends AbstractWSDLElement
implements Types

This class represents the <types> section of a WSDL document.
Author:
Matthew J. Duftler (duftler@us.ibm.com)

Field Summary

protected List
nativeAttributeNames
static long
serialVersionUID

Fields inherited from class com.ibm.wsdl.AbstractWSDLElement

docEl, extElements, extensionAttributes

Fields inherited from interface javax.wsdl.extensions.AttributeExtensible

LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE

Method Summary

List
getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
String
toString()

Methods inherited from class com.ibm.wsdl.AbstractWSDLElement

addExtensibilityElement, getDocumentationElement, getExtensibilityElements, getExtensionAttribute, getExtensionAttributes, removeExtensibilityElement, setDocumentationElement, setExtensionAttribute, toString

Field Details

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

Method Details

getNativeAttributeNames

public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
Specified by:
getNativeAttributeNames in interface AttributeExtensible
Returns:
a List of Strings, one for each local attribute name

toString

public String toString()
Overrides:
toString in interface AbstractWSDLElement

Copyright B) 2003,2006 IBM. All Rights Reserved.