org.jopendocument.model.text
Class TextScript

java.lang.Object
  extended by org.jopendocument.model.text.TextScript

public class TextScript
extends Object


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

scriptLanguage

protected String scriptLanguage

value

protected String value

xlinkHref

protected String xlinkHref

xlinkType

protected String xlinkType
Constructor Detail

TextScript

public TextScript()
Method Detail

getScriptLanguage

public String getScriptLanguage()
Gets the value of the scriptLanguage property.

Returns:
possible object is String

getvalue

public String getvalue()
Gets the value of the value property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setScriptLanguage

public void setScriptLanguage(String value)
Sets the value of the scriptLanguage property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.