org.jopendocument.model.office
Class OfficeScript

java.lang.Object
  extended by org.jopendocument.model.office.OfficeScript

public class OfficeScript
extends Object


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

officeEvents

protected OfficeEvents officeEvents

officeScriptData

protected List<OfficeScriptData> officeScriptData
Constructor Detail

OfficeScript

public OfficeScript()
Method Detail

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

getOfficeScriptData

public List<OfficeScriptData> getOfficeScriptData()
Gets the value of the officeScriptData 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 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


setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents


Copyright © 2010 jOpenDocument All Rights Reserved.