com.sun.tools.ws.wsdl.document.mime
Class MIMEContent

java.lang.Object
  extended by com.sun.tools.ws.wsdl.framework.Entity
      extended by com.sun.tools.ws.wsdl.framework.ExtensionImpl
          extended by com.sun.tools.ws.wsdl.document.mime.MIMEContent
All Implemented Interfaces:
TWSDLExtension, Elemental

public class MIMEContent
extends ExtensionImpl

A MIME content extension.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
MIMEContent(Locator locator)
           
 
Method Summary
 QName getElementName()
           
 String getPart()
           
 String getType()
           
 void setPart(String s)
           
 void setType(String s)
           
 void validateThis()
           
 
Methods inherited from class com.sun.tools.ws.wsdl.framework.ExtensionImpl
accept, getParent, setParent
 
Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIMEContent

public MIMEContent(Locator locator)
Method Detail

getElementName

public QName getElementName()

getPart

public String getPart()

setPart

public void setPart(String s)

getType

public String getType()

setType

public void setType(String s)

validateThis

public void validateThis()
Specified by:
validateThis in class Entity