|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.office.OfficeScript
public class OfficeScript
Field Summary | |
---|---|
protected OfficeEvents |
officeEvents
|
protected List<OfficeScriptData> |
officeScriptData
|
Constructor Summary | |
---|---|
OfficeScript()
|
Method Summary | |
---|---|
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
List<OfficeScriptData> |
getOfficeScriptData()
Gets the value of the officeScriptData property. |
void |
setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OfficeEvents officeEvents
protected List<OfficeScriptData> officeScriptData
Constructor Detail |
---|
public OfficeScript()
Method Detail |
---|
public OfficeEvents getOfficeEvents()
OfficeEvents
public List<OfficeScriptData> getOfficeScriptData()
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 officeScriptData property.
For example, to add a new item, do as follows:
getOfficeScriptData().add(newItem);
Objects of the following type(s) are allowed in the list OfficeScriptData
public void setOfficeEvents(OfficeEvents value)
value
- allowed object is OfficeEvents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |