org.w3._2001.smil20
Class AnimatePrototype

java.lang.Object
  extended by org.w3._2001.smil20.AnimatePrototype
Direct Known Subclasses:
AnimateType

public class AnimatePrototype
extends Object

Classe Java pour animatePrototype complex type.

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

 <complexType name="animatePrototype">
   <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"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animNamedTargetAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accumulate
           
protected  String additive
           
protected  String attributeName
           
protected  String attributeType
           
protected  String by
           
protected  String from
           
protected  String to
           
protected  String values
           
 
Constructor Summary
AnimatePrototype()
           
 
Method Summary
 String getAccumulate()
          Obtient la valeur de la propriété accumulate.
 String getAdditive()
          Obtient la valeur de la propriété additive.
 String getAttributeName()
          Obtient la valeur de la propriété attributeName.
 String getAttributeType()
          Obtient la valeur de la propriété attributeType.
 String getBy()
          Obtient la valeur de la propriété by.
 String getFrom()
          Obtient la valeur de la propriété from.
 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 isSetAttributeName()
           
 boolean isSetAttributeType()
           
 boolean isSetBy()
           
 boolean isSetFrom()
           
 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 setAttributeName(String value)
          Définit la valeur de la propriété attributeName.
 void setAttributeType(String value)
          Définit la valeur de la propriété attributeType.
 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 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

from

protected String from

by

protected String by

values

protected String values

to

protected String to

additive

protected String additive

accumulate

protected String accumulate

attributeName

protected String attributeName

attributeType

protected String attributeType
Constructor Detail

AnimatePrototype

public AnimatePrototype()
Method Detail

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()

getAttributeName

public String getAttributeName()
Obtient la valeur de la propriété attributeName.

Returns:
possible object is String

setAttributeName

public void setAttributeName(String value)
Définit la valeur de la propriété attributeName.

Parameters:
value - allowed object is String

isSetAttributeName

public boolean isSetAttributeName()

getAttributeType

public String getAttributeType()
Obtient la valeur de la propriété attributeType.

Returns:
possible object is String

setAttributeType

public void setAttributeType(String value)
Définit la valeur de la propriété attributeType.

Parameters:
value - allowed object is String

isSetAttributeType

public boolean isSetAttributeType()


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