public abstract class SymTabEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name
Field name
|
protected QName |
qname
Field qname
|
Modifier | Constructor and Description |
---|---|
protected |
SymTabEntry(QName qname)
Construct a symbol table entry with the given QName.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDynamicVar(java.lang.Object key)
There may be information that does not exist in WSDL4J/DOM
structures and does not exist in
our additional structures, but that Writer implementation
will need.
|
java.lang.String |
getName()
Get the name of this entry.
|
QName |
getQName()
Get the QName of this entry.
|
boolean |
isReferenced()
Is this entry referenced by any other entry in the symbol table?
|
void |
setDynamicVar(java.lang.Object key,
java.lang.Object value)
Method setDynamicVar
|
void |
setIsReferenced(boolean isReferenced)
Set the isReferenced variable, default value is true.
|
void |
setName(java.lang.String name)
Set the name of this entry.
|
java.lang.String |
toString()
Collate the info in this object in string form.
|
protected java.lang.String |
toString(java.lang.String indent)
Collate the info in this object in string form with indentation.
|
protected QName qname
protected java.lang.String name
protected SymTabEntry(QName qname)
qname
- public final QName getQName()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public final boolean isReferenced()
public final void setIsReferenced(boolean isReferenced)
isReferenced
- public java.lang.Object getDynamicVar(java.lang.Object key)
key
- public void setDynamicVar(java.lang.Object key, java.lang.Object value)
key
- value
- public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String toString(java.lang.String indent)
indent
- Copyright © 2005 Apache Web Services Project. All Rights Reserved.