org.jopendocument.model.script
Class ScriptLibraries

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

public class ScriptLibraries
extends Object


Field Summary
protected  List<Object> scriptLibraryEmbeddedOrScriptLibraryLinked
           
protected  String xmlnsScript
           
protected  String xmlnsXlink
           
 
Constructor Summary
ScriptLibraries()
           
 
Method Summary
 List<Object> getScriptLibraryEmbeddedOrScriptLibraryLinked()
          Gets the value of the scriptLibraryEmbeddedOrScriptLibraryLinked property.
 String getXmlnsScript()
          Gets the value of the xmlnsScript property.
 String getXmlnsXlink()
          Gets the value of the xmlnsXlink property.
 void setXmlnsScript(String value)
          Sets the value of the xmlnsScript property.
 void setXmlnsXlink(String value)
          Sets the value of the xmlnsXlink property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptLibraryEmbeddedOrScriptLibraryLinked

protected List<Object> scriptLibraryEmbeddedOrScriptLibraryLinked

xmlnsScript

protected String xmlnsScript

xmlnsXlink

protected String xmlnsXlink
Constructor Detail

ScriptLibraries

public ScriptLibraries()
Method Detail

getScriptLibraryEmbeddedOrScriptLibraryLinked

public List<Object> getScriptLibraryEmbeddedOrScriptLibraryLinked()
Gets the value of the scriptLibraryEmbeddedOrScriptLibraryLinked property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the scriptLibraryEmbeddedOrScriptLibraryLinked property.

For example, to add a new item, do as follows:

 getScriptLibraryEmbeddedOrScriptLibraryLinked().add(newItem);
 

Objects of the following type(s) are allowed in the list ScriptLibraryEmbedded ScriptLibraryLinked


getXmlnsScript

public String getXmlnsScript()
Gets the value of the xmlnsScript property.

Returns:
possible object is String

getXmlnsXlink

public String getXmlnsXlink()
Gets the value of the xmlnsXlink property.

Returns:
possible object is String

setXmlnsScript

public void setXmlnsScript(String value)
Sets the value of the xmlnsScript property.

Parameters:
value - allowed object is String

setXmlnsXlink

public void setXmlnsXlink(String value)
Sets the value of the xmlnsXlink property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.