org.milyn.edisax.model.internal
Class MappingNode

java.lang.Object
  extended by org.milyn.edisax.model.internal.MappingNode
Direct Known Subclasses:
SegmentGroup, ValueNode

public class MappingNode
extends Object


Field Summary
static String INDEXED_NODE_SEPARATOR
           
 
Constructor Summary
MappingNode()
           
MappingNode(String xmltag, String namespace)
           
 
Method Summary
 String getDocumentation()
           
 String getJavaName()
           
 String getName()
           
 String getNamespace()
           
 String getNodeTypeRef()
           
 MappingNode getParent()
           
 String getXmltag()
           
 void setDocumentation(String documentation)
           
 void setName(String name)
           
 void setNamespace(String namespace)
           
 void setNodeTypeRef(String nodeTypeRef)
           
 void setParent(MappingNode parent)
           
 void setXmltag(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEXED_NODE_SEPARATOR

public static final String INDEXED_NODE_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

MappingNode

public MappingNode()

MappingNode

public MappingNode(String xmltag,
                   String namespace)
Method Detail

getXmltag

public String getXmltag()

setXmltag

public void setXmltag(String value)

getNodeTypeRef

public String getNodeTypeRef()

setNodeTypeRef

public void setNodeTypeRef(String nodeTypeRef)

getDocumentation

public String getDocumentation()

setDocumentation

public void setDocumentation(String documentation)

getParent

public MappingNode getParent()

setParent

public void setParent(MappingNode parent)

getJavaName

public String getJavaName()
                   throws IllegalNameException
Throws:
IllegalNameException

setName

public void setName(String name)

getName

public String getName()

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)


Copyright © 2018. All rights reserved.