org.w3._2001.smil20
Class AnimateMotionPrototype

java.lang.Object
  extended by org.w3._2001.smil20.AnimateMotionPrototype
Direct Known Subclasses:
AnimateMotionType

public class AnimateMotionPrototype
extends Object

Classe Java pour animateMotionPrototype complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="animateMotionPrototype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animValuesAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animAddAccumAttrs"/>
       <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accumulate
           
protected  String additive
           
protected  String by
           
protected  String from
           
protected  String origin
           
protected  String to
           
protected  String values
           
 
Constructor Summary
AnimateMotionPrototype()
           
 
Method Summary
 String getAccumulate()
          Obtient la valeur de la propriété accumulate.
 String getAdditive()
          Obtient la valeur de la propriété additive.
 String getBy()
          Obtient la valeur de la propriété by.
 String getFrom()
          Obtient la valeur de la propriété from.
 String getOrigin()
          Obtient la valeur de la propriété origin.
 String getTo()
          Obtient la valeur de la propriété to.
 String getValues()
          Obtient la valeur de la propriété values.
 boolean isSetAccumulate()
           
 boolean isSetAdditive()
           
 boolean isSetBy()
           
 boolean isSetFrom()
           
 boolean isSetOrigin()
           
 boolean isSetTo()
           
 boolean isSetValues()
           
 void setAccumulate(String value)
          Définit la valeur de la propriété accumulate.
 void setAdditive(String value)
          Définit la valeur de la propriété additive.
 void setBy(String value)
          Définit la valeur de la propriété by.
 void setFrom(String value)
          Définit la valeur de la propriété from.
 void setOrigin(String value)
          Définit la valeur de la propriété origin.
 void setTo(String value)
          Définit la valeur de la propriété to.
 void setValues(String value)
          Définit la valeur de la propriété values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

protected String origin

from

protected String from

by

protected String by

values

protected String values

to

protected String to

additive

protected String additive

accumulate

protected String accumulate
Constructor Detail

AnimateMotionPrototype

public AnimateMotionPrototype()
Method Detail

getOrigin

public String getOrigin()
Obtient la valeur de la propriété origin.

Returns:
possible object is String

setOrigin

public void setOrigin(String value)
Définit la valeur de la propriété origin.

Parameters:
value - allowed object is String

isSetOrigin

public boolean isSetOrigin()

getFrom

public String getFrom()
Obtient la valeur de la propriété from.

Returns:
possible object is String

setFrom

public void setFrom(String value)
Définit la valeur de la propriété from.

Parameters:
value - allowed object is String

isSetFrom

public boolean isSetFrom()

getBy

public String getBy()
Obtient la valeur de la propriété by.

Returns:
possible object is String

setBy

public void setBy(String value)
Définit la valeur de la propriété by.

Parameters:
value - allowed object is String

isSetBy

public boolean isSetBy()

getValues

public String getValues()
Obtient la valeur de la propriété values.

Returns:
possible object is String

setValues

public void setValues(String value)
Définit la valeur de la propriété values.

Parameters:
value - allowed object is String

isSetValues

public boolean isSetValues()

getTo

public String getTo()
Obtient la valeur de la propriété to.

Returns:
possible object is String

setTo

public void setTo(String value)
Définit la valeur de la propriété to.

Parameters:
value - allowed object is String

isSetTo

public boolean isSetTo()

getAdditive

public String getAdditive()
Obtient la valeur de la propriété additive.

Returns:
possible object is String

setAdditive

public void setAdditive(String value)
Définit la valeur de la propriété additive.

Parameters:
value - allowed object is String

isSetAdditive

public boolean isSetAdditive()

getAccumulate

public String getAccumulate()
Obtient la valeur de la propriété accumulate.

Returns:
possible object is String

setAccumulate

public void setAccumulate(String value)
Définit la valeur de la propriété accumulate.

Parameters:
value - allowed object is String

isSetAccumulate

public boolean isSetAccumulate()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.