public interface ILcdXMLSimpleLink
simpleLink
attribute group.
Represents a simple XLink object.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActuate()
Returns the actuate mode of this link.
|
java.lang.String |
getArcrole()
Returns the arcrole of this link.
|
java.lang.String |
getHref()
Returns the URI of this link.
|
java.lang.String |
getRole()
Returns the role of this link.
|
java.lang.String |
getShow()
Returns the show mode of this link.
|
java.lang.String |
getTitle()
Returns the title of this link.
|
java.lang.String |
getType()
Returns the type of this link, which is always "
simple ". |
void |
setActuate(java.lang.String aActuate)
Sets the actuate mode of this link.
|
void |
setArcrole(java.lang.String aArcrole)
Sets the arcrole of this link.
|
void |
setHref(java.lang.String aHref)
Sets the URI of this link.
|
void |
setRole(java.lang.String aRole)
Sets the role of this link.
|
void |
setShow(java.lang.String aShow)
Sets the show mode of this link.
|
void |
setTitle(java.lang.String aTitle)
Sets the title of this link.
|
java.lang.String getType()
simple
".simple
".java.lang.String getHref()
java.lang.String getRole()
java.lang.String getArcrole()
java.lang.String getTitle()
java.lang.String getShow()
java.lang.String getActuate()
void setHref(java.lang.String aHref)
aHref
- the URI of this link.void setRole(java.lang.String aRole)
aRole
- the role of this link.void setArcrole(java.lang.String aArcrole)
aArcrole
- the arcrole of this link.void setTitle(java.lang.String aTitle)
aTitle
- the title of this link.void setShow(java.lang.String aShow)
aShow
- the show mode of this link.void setActuate(java.lang.String aActuate)
aActuate
- the actuate mdoe of this link.