org.jopendocument.model.script
Class ScriptLibraries

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

public class ScriptLibraries
extends java.lang.Object


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

Constructor Detail

ScriptLibraries

public ScriptLibraries()
Method Detail

getScriptLibraryEmbeddedOrScriptLibraryLinked

public java.util.List<java.lang.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 java.lang.String getXmlnsScript()
Gets the value of the xmlnsScript property.

Returns:
possible object is String

getXmlnsXlink

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

Returns:
possible object is String

setXmlnsScript

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

Parameters:
value - allowed object is String

setXmlnsXlink

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

Parameters:
value - allowed object is String