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
TWSDLExtensions |
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, setParentfailValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentpublic MIMEPart(Locator locator)
public QName getElementName()
getElementName in interface Elementalpublic String getName()
public void setName(String s)
public String getNameValue()
TWSDLExtensiblegetNameValue 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 void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entitypublic void validateThis()
validateThis in class EntityCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.