oracle.wsdl.internal
Interface Namable
- All Known Subinterfaces:
- Binding, BindingFault, BindingOperation, Definitions, Fault, Input, Message, Operation, Output, Part, Port, PortType, Service
- All Known Implementing Classes:
- oracle.wsdl.common.NamableElement
- public interface Namable
Namable indicates whether a WSDL element has a name.
Method Summary |
QName |
getName()
get the qname of an wsdl element. |
void |
setName(java.lang.String name)
set the name of an wsdl element. |
getName
public QName getName()
- get the qname of an wsdl element. (the value of name attribute) Its namespace is inferred from its enclosing context.
-
- Returns:
- the qname of this element.
setName
public void setName(java.lang.String name)
- set the name of an wsdl element. (the value of name attribute) Its namespace is inferred from its enclosing context.
-
- Parameters:
name
- the name of this element.
Copyright © 2001 Oracle SOAP. All Rights Reserved.