Package com.sun.xml.rpc.wsdl.framework
Class GlobalEntity
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.framework.Entity
-
- com.sun.xml.rpc.wsdl.framework.GlobalEntity
-
- All Implemented Interfaces:
Elemental,GloballyKnown
public abstract class GlobalEntity extends Entity implements GloballyKnown
An entity that can be defined in a target namespace.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description GlobalEntity(Defining defining)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DefininggetDefining()abstract KindgetKind()StringgetName()voidsetName(String name)-
Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, validateThis, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.xml.rpc.wsdl.framework.Elemental
getElementName
-
-
-
-
Constructor Detail
-
GlobalEntity
public GlobalEntity(Defining defining)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceGloballyKnown
-
setName
public void setName(String name)
-
getKind
public abstract Kind getKind()
- Specified by:
getKindin interfaceGloballyKnown
-
getDefining
public Defining getDefining()
- Specified by:
getDefiningin interfaceGloballyKnown
-
-