org.jopendocument.model.presentation
Class PresentationEvent

java.lang.Object
  extended by org.jopendocument.model.presentation.PresentationEvent

public class PresentationEvent
extends Object


Field Summary
protected  String presentationAction
           
protected  String presentationDirection
           
protected  String presentationEffect
           
protected  PresentationSound presentationSound
           
protected  String presentationSpeed
           
protected  String presentationStartScale
           
protected  String presentationVerb
           
protected  String scriptEventName
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
PresentationEvent()
           
 
Method Summary
 String getPresentationAction()
          Gets the value of the presentationAction property.
 String getPresentationDirection()
          Gets the value of the presentationDirection property.
 String getPresentationEffect()
          Gets the value of the presentationEffect property.
 PresentationSound getPresentationSound()
          Gets the value of the presentationSound property.
 String getPresentationSpeed()
          Gets the value of the presentationSpeed property.
 String getPresentationStartScale()
          Gets the value of the presentationStartScale property.
 String getPresentationVerb()
          Gets the value of the presentationVerb property.
 String getScriptEventName()
          Gets the value of the scriptEventName property.
 String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setPresentationAction(String value)
          Sets the value of the presentationAction property.
 void setPresentationDirection(String value)
          Sets the value of the presentationDirection property.
 void setPresentationEffect(String value)
          Sets the value of the presentationEffect property.
 void setPresentationSound(PresentationSound value)
          Sets the value of the presentationSound property.
 void setPresentationSpeed(String value)
          Sets the value of the presentationSpeed property.
 void setPresentationStartScale(String value)
          Sets the value of the presentationStartScale property.
 void setPresentationVerb(String value)
          Sets the value of the presentationVerb property.
 void setScriptEventName(String value)
          Sets the value of the scriptEventName property.
 void setXlinkActuate(String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presentationAction

protected String presentationAction

presentationDirection

protected String presentationDirection

presentationEffect

protected String presentationEffect

presentationSound

protected PresentationSound presentationSound

presentationSpeed

protected String presentationSpeed

presentationStartScale

protected String presentationStartScale

presentationVerb

protected String presentationVerb

scriptEventName

protected String scriptEventName

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

PresentationEvent

public PresentationEvent()
Method Detail

getPresentationAction

public String getPresentationAction()
Gets the value of the presentationAction property.

Returns:
possible object is String

getPresentationDirection

public String getPresentationDirection()
Gets the value of the presentationDirection property.

Returns:
possible object is String

getPresentationEffect

public String getPresentationEffect()
Gets the value of the presentationEffect property.

Returns:
possible object is String

getPresentationSound

public PresentationSound getPresentationSound()
Gets the value of the presentationSound property.

Returns:
possible object is PresentationSound

getPresentationSpeed

public String getPresentationSpeed()
Gets the value of the presentationSpeed property.

Returns:
possible object is String

getPresentationStartScale

public String getPresentationStartScale()
Gets the value of the presentationStartScale property.

Returns:
possible object is String

getPresentationVerb

public String getPresentationVerb()
Gets the value of the presentationVerb property.

Returns:
possible object is String

getScriptEventName

public String getScriptEventName()
Gets the value of the scriptEventName property.

Returns:
possible object is String

getXlinkActuate

public String getXlinkActuate()
Gets the value of the xlinkActuate property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkShow

public String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setPresentationAction

public void setPresentationAction(String value)
Sets the value of the presentationAction property.

Parameters:
value - allowed object is String

setPresentationDirection

public void setPresentationDirection(String value)
Sets the value of the presentationDirection property.

Parameters:
value - allowed object is String

setPresentationEffect

public void setPresentationEffect(String value)
Sets the value of the presentationEffect property.

Parameters:
value - allowed object is String

setPresentationSound

public void setPresentationSound(PresentationSound value)
Sets the value of the presentationSound property.

Parameters:
value - allowed object is PresentationSound

setPresentationSpeed

public void setPresentationSpeed(String value)
Sets the value of the presentationSpeed property.

Parameters:
value - allowed object is String

setPresentationStartScale

public void setPresentationStartScale(String value)
Sets the value of the presentationStartScale property.

Parameters:
value - allowed object is String

setPresentationVerb

public void setPresentationVerb(String value)
Sets the value of the presentationVerb property.

Parameters:
value - allowed object is String

setScriptEventName

public void setScriptEventName(String value)
Sets the value of the scriptEventName property.

Parameters:
value - allowed object is String

setXlinkActuate

public void setXlinkActuate(String value)
Sets the value of the xlinkActuate property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.