oracle.wsdl.internal
Interface Types
- All Superinterfaces:
- java.io.Serializable, WSDLElement
- public interface Types
- extends WSDLElement
Types represents Types definition of WSDL
Method Summary |
org.w3c.dom.Element |
getTypesElement()
Get the DOM element for types |
void |
setTypesElement(org.w3c.dom.Element typesElem)
Set types element |
getTypesElement
public org.w3c.dom.Element getTypesElement()
- Get the DOM element for types
- Returns:
- types element
setTypesElement
public void setTypesElement(org.w3c.dom.Element typesElem)
- Set types element
- Parameters:
typesElem
- the DOM types element
Copyright © 2001 Oracle SOAP. All Rights Reserved.