com.sun.tools.ws.wsdl.document
Class Import

java.lang.Object
  extended by com.sun.tools.ws.wsdl.framework.Entity
      extended by com.sun.tools.ws.wsdl.document.Import
All Implemented Interfaces:
Elemental

public class Import
extends Entity

Entity corresponding to the "import" WSDL element.


Field Summary
 
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
 
Constructor Summary
Import(Locator locator)
           
 
Method Summary
 void accept(WSDLDocumentVisitor visitor)
           
 Documentation getDocumentation()
           
 QName getElementName()
           
 String getLocation()
           
 String getNamespace()
           
 void setDocumentation(Documentation d)
           
 void setLocation(String s)
           
 void setNamespace(String s)
           
 void validateThis()
           
 
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

Import

public Import(Locator locator)
Method Detail

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