fr.tireme.schemadoc.graphics
Class SpyLinkEquivalent

java.lang.Object
  extended by fr.tireme.schemadoc.graphics.SpyLinkEquivalent

public class SpyLinkEquivalent
extends java.lang.Object

Author:
pierre

Constructor Summary
SpyLinkEquivalent(java.lang.String spyElemName, org.w3c.dom.Element htmlSpyActualRoot, XPATHSelection htmlCxp)
           
 
Method Summary
 org.w3c.dom.Element getAnchorElement()
           
 java.lang.String getName()
           
 java.lang.String getSpyLink()
           
 java.lang.String getType()
           
 void setAnchorElement(org.w3c.dom.Element anchorElementValue)
           
 void setName(java.lang.String objectName)
           
 void setSpyLink(java.lang.String spyLinkValue)
           
 void setType(java.lang.String typeValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpyLinkEquivalent

public SpyLinkEquivalent(java.lang.String spyElemName,
                         org.w3c.dom.Element htmlSpyActualRoot,
                         XPATHSelection htmlCxp)
                  throws SDExcept
Parameters:
spyElemName - spy element name
htmlSpyActualRoot - graphic DOM tree
htmlCxp - xpath selector on the html file
Throws:
SDExcept - exception
Method Detail

getAnchorElement

public final org.w3c.dom.Element getAnchorElement()
Returns:
the Element node

setAnchorElement

public final void setAnchorElement(org.w3c.dom.Element anchorElementValue)
Parameters:
anchorElementValue - set the Element node

getName

public final java.lang.String getName()
Returns:
the name of the object

setName

public final void setName(java.lang.String objectName)
Parameters:
objectName - name of the object

getSpyLink

public final java.lang.String getSpyLink()
Returns:
the link spy value

setSpyLink

public final void setSpyLink(java.lang.String spyLinkValue)
Parameters:
spyLinkValue - the link spy value

getType

public final java.lang.String getType()
Returns:
the type of the object

setType

public final void setType(java.lang.String typeValue)
Parameters:
typeValue - type of the object