com.sun.tools.ws.wsdl.framework
Class GlobalEntity
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.GlobalEntity
- All Implemented Interfaces:
- Elemental, GloballyKnown
- Direct Known Subclasses:
- Binding, Message, Port, PortType, Service
public abstract class GlobalEntity
- extends Entity
- implements GloballyKnown
An entity that can be defined in a target namespace.
Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity |
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, validateThis, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalEntity
public GlobalEntity(Defining defining,
Locator locator,
ErrorReceiver errorReceiver)
getName
public String getName()
- Specified by:
getName
in interface GloballyKnown
setName
public void setName(String name)
getKind
public abstract Kind getKind()
- Specified by:
getKind
in interface GloballyKnown
getDefining
public Defining getDefining()
- Specified by:
getDefining
in interface GloballyKnown