|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.script.ScriptLibraries
public class ScriptLibraries
| 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 |
|---|
public ScriptLibraries()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getScriptLibraryEmbeddedOrScriptLibraryLinked()
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
public java.lang.String getXmlnsScript()
Stringpublic java.lang.String getXmlnsXlink()
Stringpublic void setXmlnsScript(java.lang.String value)
value - allowed object is Stringpublic void setXmlnsXlink(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||