public class Types extends Entity implements TWSDLExtensible
errorReceiver| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExtensionVisitor visitor) |
void |
accept(WSDLDocumentVisitor visitor) |
void |
addExtension(TWSDLExtension e)
An
TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
Iterable<TWSDLExtension> |
extensions()
Gives iterator over
TWSDLExtensions |
Documentation |
getDocumentation() |
QName |
getElementName() |
String |
getNamespaceURI()
Gives namespace URI of a wsdl extensibility element.
|
String |
getNameValue()
wsdl:type does not have any name attribute
|
TWSDLExtensible |
getParent()
Gives the parent of a wsdl extensibility element.
|
QName |
getWSDLElementName()
Gives the WSDL element or WSDL extensibility element name
|
void |
setDocumentation(Documentation d) |
void |
setParent(TWSDLExtensible parent) |
void |
validateThis() |
void |
withAllSubEntitiesDo(EntityAction action) |
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDopublic Types(Locator locator)
public QName getElementName()
getElementName in interface Elementalpublic Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void accept(WSDLDocumentVisitor visitor) throws Exception
Exceptionpublic void validateThis()
validateThis in class Entitypublic String getNameValue()
getNameValue in interface TWSDLExtensiblepublic String getNamespaceURI()
TWSDLExtensiblegetNamespaceURI in interface TWSDLExtensiblepublic QName getWSDLElementName()
TWSDLExtensiblegetWSDLElementName in interface TWSDLExtensiblepublic void addExtension(TWSDLExtension e)
TWSDLExtensibleTWSDLExtensionHandler will call this method to add an TWSDLExtension objectaddExtension in interface TWSDLExtensiblee - non-null extension objectpublic Iterable<TWSDLExtension> extensions()
TWSDLExtensibleTWSDLExtensionsextensions in interface TWSDLExtensiblepublic TWSDLExtensible getParent()
TWSDLExtensible
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType getParent in interface TWSDLExtensibleTWSDLExtensible has no parent, root of wsdl document - wsdl:definition.public void setParent(TWSDLExtensible parent)
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entitypublic void accept(ExtensionVisitor visitor) throws Exception
ExceptionCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.