org.w3._2001.smil20.language
Class AnimateType

java.lang.Object
  extended by org.w3._2001.smil20.AnimatePrototype
      extended by org.w3._2001.smil20.language.AnimateType

public class AnimateType
extends AnimatePrototype

Classe Java pour animateType complex type.

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

 <complexType name="animateType">
   <complexContent>
     <extension base="{http://www.w3.org/2001/SMIL20/}animatePrototype">
       <choice maxOccurs="unbounded" minOccurs="0">
         <any processContents='lax' namespace='##other'/>
       </choice>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/Language}CoreAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}skipContentAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animModeAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/Language}TimingAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animTargetAttrs"/>
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String alt
           
protected  List<Object> any
           
protected  String begin
           
protected  String calcMode
           
protected  String clazz
           
protected  String dur
           
protected  String end
           
protected  FillTimingAttrsType fill
           
protected  FillDefaultType fillDefault
           
protected  String id
           
protected  String lang
           
protected  String longdesc
           
protected  String max
           
protected  String min
           
protected  BigInteger repeat
           
protected  BigDecimal repeatCount
           
protected  String repeatDur
           
protected  RestartTimingType restart
           
protected  RestartDefaultType restartDefault
           
protected  Boolean skipContent
           
protected  SyncBehaviorType syncBehavior
           
protected  SyncBehaviorDefaultType syncBehaviorDefault
           
protected  String syncTolerance
           
protected  String syncToleranceDefault
           
protected  Object targetElement
           
 
Fields inherited from class org.w3._2001.smil20.AnimatePrototype
accumulate, additive, attributeName, attributeType, by, from, to, values
 
Constructor Summary
AnimateType()
           
 
Method Summary
 String getAlt()
          Obtient la valeur de la propriété alt.
 List<Object> getAny()
          Gets the value of the any property.
 String getBegin()
          Obtient la valeur de la propriété begin.
 String getCalcMode()
          Obtient la valeur de la propriété calcMode.
 String getClazz()
          Obtient la valeur de la propriété clazz.
 String getDur()
          Obtient la valeur de la propriété dur.
 String getEnd()
          Obtient la valeur de la propriété end.
 FillTimingAttrsType getFill()
          Obtient la valeur de la propriété fill.
 FillDefaultType getFillDefault()
          Obtient la valeur de la propriété fillDefault.
 String getId()
          Obtient la valeur de la propriété id.
 String getLang()
          Obtient la valeur de la propriété lang.
 String getLongdesc()
          Obtient la valeur de la propriété longdesc.
 String getMax()
          Obtient la valeur de la propriété max.
 String getMin()
          Obtient la valeur de la propriété min.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 BigInteger getRepeat()
          Obtient la valeur de la propriété repeat.
 BigDecimal getRepeatCount()
          Obtient la valeur de la propriété repeatCount.
 String getRepeatDur()
          Obtient la valeur de la propriété repeatDur.
 RestartTimingType getRestart()
          Obtient la valeur de la propriété restart.
 RestartDefaultType getRestartDefault()
          Obtient la valeur de la propriété restartDefault.
 SyncBehaviorType getSyncBehavior()
          Obtient la valeur de la propriété syncBehavior.
 SyncBehaviorDefaultType getSyncBehaviorDefault()
          Obtient la valeur de la propriété syncBehaviorDefault.
 String getSyncTolerance()
          Obtient la valeur de la propriété syncTolerance.
 String getSyncToleranceDefault()
          Obtient la valeur de la propriété syncToleranceDefault.
 Object getTargetElement()
          Obtient la valeur de la propriété targetElement.
 boolean isSetAlt()
           
 boolean isSetAny()
           
 boolean isSetBegin()
           
 boolean isSetCalcMode()
           
 boolean isSetClazz()
           
 boolean isSetDur()
           
 boolean isSetEnd()
           
 boolean isSetFill()
           
 boolean isSetFillDefault()
           
 boolean isSetId()
           
 boolean isSetLang()
           
 boolean isSetLongdesc()
           
 boolean isSetMax()
           
 boolean isSetMin()
           
 boolean isSetRepeat()
           
 boolean isSetRepeatCount()
           
 boolean isSetRepeatDur()
           
 boolean isSetRestart()
           
 boolean isSetRestartDefault()
           
 boolean isSetSkipContent()
           
 boolean isSetSyncBehavior()
           
 boolean isSetSyncBehaviorDefault()
           
 boolean isSetSyncTolerance()
           
 boolean isSetSyncToleranceDefault()
           
 boolean isSetTargetElement()
           
 boolean isSkipContent()
          Obtient la valeur de la propriété skipContent.
 void setAlt(String value)
          Définit la valeur de la propriété alt.
 void setBegin(String value)
          Définit la valeur de la propriété begin.
 void setCalcMode(String value)
          Définit la valeur de la propriété calcMode.
 void setClazz(String value)
          Définit la valeur de la propriété clazz.
 void setDur(String value)
          Définit la valeur de la propriété dur.
 void setEnd(String value)
          Définit la valeur de la propriété end.
 void setFill(FillTimingAttrsType value)
          Définit la valeur de la propriété fill.
 void setFillDefault(FillDefaultType value)
          Définit la valeur de la propriété fillDefault.
 void setId(String value)
          Définit la valeur de la propriété id.
 void setLang(String value)
          Définit la valeur de la propriété lang.
 void setLongdesc(String value)
          Définit la valeur de la propriété longdesc.
 void setMax(String value)
          Définit la valeur de la propriété max.
 void setMin(String value)
          Définit la valeur de la propriété min.
 void setRepeat(BigInteger value)
          Définit la valeur de la propriété repeat.
 void setRepeatCount(BigDecimal value)
          Définit la valeur de la propriété repeatCount.
 void setRepeatDur(String value)
          Définit la valeur de la propriété repeatDur.
 void setRestart(RestartTimingType value)
          Définit la valeur de la propriété restart.
 void setRestartDefault(RestartDefaultType value)
          Définit la valeur de la propriété restartDefault.
 void setSkipContent(boolean value)
          Définit la valeur de la propriété skipContent.
 void setSyncBehavior(SyncBehaviorType value)
          Définit la valeur de la propriété syncBehavior.
 void setSyncBehaviorDefault(SyncBehaviorDefaultType value)
          Définit la valeur de la propriété syncBehaviorDefault.
 void setSyncTolerance(String value)
          Définit la valeur de la propriété syncTolerance.
 void setSyncToleranceDefault(String value)
          Définit la valeur de la propriété syncToleranceDefault.
 void setTargetElement(Object value)
          Définit la valeur de la propriété targetElement.
 void unsetAny()
           
 void unsetSkipContent()
           
 
Methods inherited from class org.w3._2001.smil20.AnimatePrototype
getAccumulate, getAdditive, getAttributeName, getAttributeType, getBy, getFrom, getTo, getValues, isSetAccumulate, isSetAdditive, isSetAttributeName, isSetAttributeType, isSetBy, isSetFrom, isSetTo, isSetValues, setAccumulate, setAdditive, setAttributeName, setAttributeType, setBy, setFrom, setTo, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected List<Object> any

alt

protected String alt

longdesc

protected String longdesc

id

protected String id

clazz

protected String clazz

lang

protected String lang

skipContent

protected Boolean skipContent

calcMode

protected String calcMode

restartDefault

protected RestartDefaultType restartDefault

syncBehavior

protected SyncBehaviorType syncBehavior

syncTolerance

protected String syncTolerance

restart

protected RestartTimingType restart

fillDefault

protected FillDefaultType fillDefault

fill

protected FillTimingAttrsType fill

syncBehaviorDefault

protected SyncBehaviorDefaultType syncBehaviorDefault

syncToleranceDefault

protected String syncToleranceDefault

repeat

protected BigInteger repeat

dur

protected String dur

min

protected String min

max

protected String max

begin

protected String begin

end

protected String end

repeatDur

protected String repeatDur

repeatCount

protected BigDecimal repeatCount

targetElement

protected Object targetElement
Constructor Detail

AnimateType

public AnimateType()
Method Detail

getAny

public List<Object> getAny()
Gets the value of the any 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 any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()

getAlt

public String getAlt()
Obtient la valeur de la propriété alt.

Returns:
possible object is String

setAlt

public void setAlt(String value)
Définit la valeur de la propriété alt.

Parameters:
value - allowed object is String

isSetAlt

public boolean isSetAlt()

getLongdesc

public String getLongdesc()
Obtient la valeur de la propriété longdesc.

Returns:
possible object is String

setLongdesc

public void setLongdesc(String value)
Définit la valeur de la propriété longdesc.

Parameters:
value - allowed object is String

isSetLongdesc

public boolean isSetLongdesc()

getId

public String getId()
Obtient la valeur de la propriété id.

Returns:
possible object is String

setId

public void setId(String value)
Définit la valeur de la propriété id.

Parameters:
value - allowed object is String

isSetId

public boolean isSetId()

getClazz

public String getClazz()
Obtient la valeur de la propriété clazz.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Définit la valeur de la propriété clazz.

Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()

getLang

public String getLang()
Obtient la valeur de la propriété lang.

Returns:
possible object is String

setLang

public void setLang(String value)
Définit la valeur de la propriété lang.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

isSkipContent

public boolean isSkipContent()
Obtient la valeur de la propriété skipContent.

Returns:
possible object is Boolean

setSkipContent

public void setSkipContent(boolean value)
Définit la valeur de la propriété skipContent.

Parameters:
value - allowed object is Boolean

isSetSkipContent

public boolean isSetSkipContent()

unsetSkipContent

public void unsetSkipContent()

getCalcMode

public String getCalcMode()
Obtient la valeur de la propriété calcMode.

Returns:
possible object is String

setCalcMode

public void setCalcMode(String value)
Définit la valeur de la propriété calcMode.

Parameters:
value - allowed object is String

isSetCalcMode

public boolean isSetCalcMode()

getRestartDefault

public RestartDefaultType getRestartDefault()
Obtient la valeur de la propriété restartDefault.

Returns:
possible object is RestartDefaultType

setRestartDefault

public void setRestartDefault(RestartDefaultType value)
Définit la valeur de la propriété restartDefault.

Parameters:
value - allowed object is RestartDefaultType

isSetRestartDefault

public boolean isSetRestartDefault()

getSyncBehavior

public SyncBehaviorType getSyncBehavior()
Obtient la valeur de la propriété syncBehavior.

Returns:
possible object is SyncBehaviorType

setSyncBehavior

public void setSyncBehavior(SyncBehaviorType value)
Définit la valeur de la propriété syncBehavior.

Parameters:
value - allowed object is SyncBehaviorType

isSetSyncBehavior

public boolean isSetSyncBehavior()

getSyncTolerance

public String getSyncTolerance()
Obtient la valeur de la propriété syncTolerance.

Returns:
possible object is String

setSyncTolerance

public void setSyncTolerance(String value)
Définit la valeur de la propriété syncTolerance.

Parameters:
value - allowed object is String

isSetSyncTolerance

public boolean isSetSyncTolerance()

getRestart

public RestartTimingType getRestart()
Obtient la valeur de la propriété restart.

Returns:
possible object is RestartTimingType

setRestart

public void setRestart(RestartTimingType value)
Définit la valeur de la propriété restart.

Parameters:
value - allowed object is RestartTimingType

isSetRestart

public boolean isSetRestart()

getFillDefault

public FillDefaultType getFillDefault()
Obtient la valeur de la propriété fillDefault.

Returns:
possible object is FillDefaultType

setFillDefault

public void setFillDefault(FillDefaultType value)
Définit la valeur de la propriété fillDefault.

Parameters:
value - allowed object is FillDefaultType

isSetFillDefault

public boolean isSetFillDefault()

getFill

public FillTimingAttrsType getFill()
Obtient la valeur de la propriété fill.

Returns:
possible object is FillTimingAttrsType

setFill

public void setFill(FillTimingAttrsType value)
Définit la valeur de la propriété fill.

Parameters:
value - allowed object is FillTimingAttrsType

isSetFill

public boolean isSetFill()

getSyncBehaviorDefault

public SyncBehaviorDefaultType getSyncBehaviorDefault()
Obtient la valeur de la propriété syncBehaviorDefault.

Returns:
possible object is SyncBehaviorDefaultType

setSyncBehaviorDefault

public void setSyncBehaviorDefault(SyncBehaviorDefaultType value)
Définit la valeur de la propriété syncBehaviorDefault.

Parameters:
value - allowed object is SyncBehaviorDefaultType

isSetSyncBehaviorDefault

public boolean isSetSyncBehaviorDefault()

getSyncToleranceDefault

public String getSyncToleranceDefault()
Obtient la valeur de la propriété syncToleranceDefault.

Returns:
possible object is String

setSyncToleranceDefault

public void setSyncToleranceDefault(String value)
Définit la valeur de la propriété syncToleranceDefault.

Parameters:
value - allowed object is String

isSetSyncToleranceDefault

public boolean isSetSyncToleranceDefault()

getRepeat

public BigInteger getRepeat()
Obtient la valeur de la propriété repeat.

Returns:
possible object is BigInteger

setRepeat

public void setRepeat(BigInteger value)
Définit la valeur de la propriété repeat.

Parameters:
value - allowed object is BigInteger

isSetRepeat

public boolean isSetRepeat()

getDur

public String getDur()
Obtient la valeur de la propriété dur.

Returns:
possible object is String

setDur

public void setDur(String value)
Définit la valeur de la propriété dur.

Parameters:
value - allowed object is String

isSetDur

public boolean isSetDur()

getMin

public String getMin()
Obtient la valeur de la propriété min.

Returns:
possible object is String

setMin

public void setMin(String value)
Définit la valeur de la propriété min.

Parameters:
value - allowed object is String

isSetMin

public boolean isSetMin()

getMax

public String getMax()
Obtient la valeur de la propriété max.

Returns:
possible object is String

setMax

public void setMax(String value)
Définit la valeur de la propriété max.

Parameters:
value - allowed object is String

isSetMax

public boolean isSetMax()

getBegin

public String getBegin()
Obtient la valeur de la propriété begin.

Returns:
possible object is String

setBegin

public void setBegin(String value)
Définit la valeur de la propriété begin.

Parameters:
value - allowed object is String

isSetBegin

public boolean isSetBegin()

getEnd

public String getEnd()
Obtient la valeur de la propriété end.

Returns:
possible object is String

setEnd

public void setEnd(String value)
Définit la valeur de la propriété end.

Parameters:
value - allowed object is String

isSetEnd

public boolean isSetEnd()

getRepeatDur

public String getRepeatDur()
Obtient la valeur de la propriété repeatDur.

Returns:
possible object is String

setRepeatDur

public void setRepeatDur(String value)
Définit la valeur de la propriété repeatDur.

Parameters:
value - allowed object is String

isSetRepeatDur

public boolean isSetRepeatDur()

getRepeatCount

public BigDecimal getRepeatCount()
Obtient la valeur de la propriété repeatCount.

Returns:
possible object is BigDecimal

setRepeatCount

public void setRepeatCount(BigDecimal value)
Définit la valeur de la propriété repeatCount.

Parameters:
value - allowed object is BigDecimal

isSetRepeatCount

public boolean isSetRepeatCount()

getTargetElement

public Object getTargetElement()
Obtient la valeur de la propriété targetElement.

Returns:
possible object is Object

setTargetElement

public void setTargetElement(Object value)
Définit la valeur de la propriété targetElement.

Parameters:
value - allowed object is Object

isSetTargetElement

public boolean isSetTargetElement()

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


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