org.jopendocument.model.script
Class ScriptLibraryLinked

java.lang.Object
  extended by org.jopendocument.model.script.ScriptLibraryLinked

public class ScriptLibraryLinked
extends Object


Field Summary
protected  String scriptName
           
protected  String scriptReadonly
           
protected  String xlinkHref
           
protected  String xlinkType
           
 
Constructor Summary
ScriptLibraryLinked()
           
 
Method Summary
 String getScriptName()
          Gets the value of the scriptName property.
 String getScriptReadonly()
          Gets the value of the scriptReadonly property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setScriptName(String value)
          Sets the value of the scriptName property.
 void setScriptReadonly(String value)
          Sets the value of the scriptReadonly 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

scriptName

protected String scriptName

scriptReadonly

protected String scriptReadonly

xlinkHref

protected String xlinkHref

xlinkType

protected String xlinkType
Constructor Detail

ScriptLibraryLinked

public ScriptLibraryLinked()
Method Detail

getScriptName

public String getScriptName()
Gets the value of the scriptName property.

Returns:
possible object is String

getScriptReadonly

public String getScriptReadonly()
Gets the value of the scriptReadonly 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

setScriptName

public void setScriptName(String value)
Sets the value of the scriptName property.

Parameters:
value - allowed object is String

setScriptReadonly

public void setScriptReadonly(String value)
Sets the value of the scriptReadonly 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.