com.sun.tools.ws.processor.model
Class ModelObject
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
- Direct Known Subclasses:
- Block, Fault, Message, Model, Operation, Parameter, Port, Service
public abstract class ModelObject
- extends java.lang.Object
- Author:
- WS Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorReceiver
protected ErrorReceiver errorReceiver
ModelObject
protected ModelObject(Entity entity)
accept
public abstract void accept(ModelVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
setErrorReceiver
public void setErrorReceiver(ErrorReceiver errorReceiver)
getEntity
public Entity getEntity()
getProperty
public java.lang.Object getProperty(java.lang.String key)
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
removeProperty
public void removeProperty(java.lang.String key)
getProperties
public java.util.Iterator getProperties()
getLocator
public org.xml.sax.Locator getLocator()
getPropertiesMap
public java.util.Map getPropertiesMap()
setPropertiesMap
public void setPropertiesMap(java.util.Map m)
getJavaDoc
public java.lang.String getJavaDoc()
setJavaDoc
public void setJavaDoc(java.lang.String javaDoc)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.