|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextScript
public class TextScript
Field Summary | |
---|---|
protected String |
scriptLanguage
|
protected String |
value
|
protected String |
xlinkHref
|
protected String |
xlinkType
|
Constructor Summary | |
---|---|
TextScript()
|
Method Summary | |
---|---|
String |
getScriptLanguage()
Gets the value of the scriptLanguage property. |
String |
getvalue()
Gets the value of the value property. |
String |
getXlinkHref()
Gets the value of the xlinkHref property. |
String |
getXlinkType()
Gets the value of the xlinkType property. |
void |
setScriptLanguage(String value)
Sets the value of the scriptLanguage property. |
void |
setvalue(String value)
Sets the value of the value property. |
void |
setXlinkHref(String value)
Sets the value of the xlinkHref property. |
void |
setXlinkType(String value)
Sets the value of the xlinkType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String scriptLanguage
protected String value
protected String xlinkHref
protected String xlinkType
Constructor Detail |
---|
public TextScript()
Method Detail |
---|
public String getScriptLanguage()
String
public String getvalue()
String
public String getXlinkHref()
String
public String getXlinkType()
String
public void setScriptLanguage(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
public void setXlinkHref(String value)
value
- allowed object is String
public void setXlinkType(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |