com.sun.tools.ws.wsdl.document
Class Import
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.document.Import
- All Implemented Interfaces:
- Elemental
public class Import
- extends Entity
Entity corresponding to the "import" WSDL element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Import
public Import(Locator locator)
getNamespace
public String getNamespace()
setNamespace
public void setNamespace(String s)
getLocation
public String getLocation()
setLocation
public void setLocation(String s)
getElementName
public QName getElementName()
getDocumentation
public Documentation getDocumentation()
setDocumentation
public void setDocumentation(Documentation d)
accept
public void accept(WSDLDocumentVisitor visitor)
throws Exception
- Throws:
Exception
validateThis
public void validateThis()
- Specified by:
validateThis
in class Entity