org.jvnet.wom.api
Class WSDLPart.WSDLPartDescriptor

java.lang.Object
  extended by org.jvnet.wom.api.WSDLPart.WSDLPartDescriptor
Direct Known Subclasses:
WSDLPartDescriptorImpl
Enclosing class:
WSDLPart

public abstract static class WSDLPart.WSDLPartDescriptor
extends java.lang.Object

Abstracts wsdl:part descriptor that is defined using element or type attribute.

Author:
Vivek Pandey

Nested Class Summary
static class WSDLPart.WSDLPartDescriptor.Kind
          Enumeration that tells a wsdl:part that can be defined either using a type attribute or an element attribute.
 
Constructor Summary
WSDLPart.WSDLPartDescriptor(javax.xml.namespace.QName name, WSDLPart.WSDLPartDescriptor.Kind kind)
           
 
Method Summary
abstract  java.lang.Object getSchemaObject()
           
 javax.xml.namespace.QName name()
          Gives Qualified name of the XML Schema element or type
 WSDLPart.WSDLPartDescriptor.Kind type()
          Gives whether wsdl:part references a schema type or a global element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLPart.WSDLPartDescriptor

public WSDLPart.WSDLPartDescriptor(javax.xml.namespace.QName name,
                                   WSDLPart.WSDLPartDescriptor.Kind kind)
Method Detail

name

public javax.xml.namespace.QName name()
Gives Qualified name of the XML Schema element or type


type

public WSDLPart.WSDLPartDescriptor.Kind type()
Gives whether wsdl:part references a schema type or a global element.


getSchemaObject

public abstract java.lang.Object getSchemaObject()


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.