|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
public abstract class XmlSchemaObject
| Constructor Summary | |
|---|---|
protected |
XmlSchemaObject()
Creates new XmlSchemaObject |
| Method Summary | |
|---|---|
void |
addMetaInfo(Object key,
Object value)
Add a value to the meta info map will be initialized if not used previously |
boolean |
equals(Object what)
|
int |
getLineNumber()
|
int |
getLinePosition()
|
Map<Object,Object> |
getMetaInfoMap()
returns the metainfo map. |
String |
getSourceURI()
|
int |
hashCode()
|
void |
setLineNumber(int lineNumber)
|
void |
setLinePosition(int linePosition)
|
void |
setMetaInfoMap(Map<Object,Object> metaInfoMap)
Directly set the meta info map into the schema element |
void |
setSourceURI(String sourceURI)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XmlSchemaObject()
| Method Detail |
|---|
public void addMetaInfo(Object key,
Object value)
key - value - public boolean equals(Object what)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int getLineNumber()
public int getLinePosition()
public Map<Object,Object> getMetaInfoMap()
public String getSourceURI()
public void setLineNumber(int lineNumber)
public void setLinePosition(int linePosition)
public void setMetaInfoMap(Map<Object,Object> metaInfoMap)
metaInfoMap - public void setSourceURI(String sourceURI)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||