public class MIMEPart extends ExtensionImpl implements TWSDLExtensible
errorReceiver
Modifier and Type | Method and Description |
---|---|
void |
addExtension(TWSDLExtension e)
An
TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
Iterable<TWSDLExtension> |
extensions()
Gives iterator over
TWSDLExtension s |
QName |
getElementName() |
String |
getName() |
String |
getNamespaceURI()
Gives namespace URI of a wsdl extensibility element.
|
String |
getNameValue()
Gives the wsdl extensiblity element's name attribute value.
|
QName |
getWSDLElementName()
Gives the WSDL element or WSDL extensibility element name
|
void |
setName(String s) |
void |
validateThis() |
void |
withAllSubEntitiesDo(EntityAction action) |
accept, getParent, setParent
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent
public MIMEPart(Locator locator)
public QName getElementName()
getElementName
in interface Elemental
public String getName()
public void setName(String s)
public String getNameValue()
TWSDLExtensible
getNameValue
in interface TWSDLExtensible
public String getNamespaceURI()
TWSDLExtensible
getNamespaceURI
in interface TWSDLExtensible
public QName getWSDLElementName()
TWSDLExtensible
getWSDLElementName
in interface TWSDLExtensible
public void addExtension(TWSDLExtension e)
TWSDLExtensible
TWSDLExtensionHandler
will call this method to add an TWSDLExtension
objectaddExtension
in interface TWSDLExtensible
e
- non-null extension objectpublic Iterable<TWSDLExtension> extensions()
TWSDLExtensible
TWSDLExtension
sextensions
in interface TWSDLExtensible
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo
in class Entity
public void validateThis()
validateThis
in class Entity
Copyright © 2016 Oracle Corporation. All rights reserved.