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