org.w3._2001.smil20
Class SetPrototype

java.lang.Object
  extended by org.w3._2001.smil20.SetPrototype
Direct Known Subclasses:
SetType

public class SetPrototype
extends Object

Classe Java pour setPrototype complex type.

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

 <complexType name="setPrototype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animSetValuesAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animNamedTargetAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String attributeName
           
protected  String attributeType
           
protected  String to
           
 
Constructor Summary
SetPrototype()
           
 
Method Summary
 String getAttributeName()
          Obtient la valeur de la propriété attributeName.
 String getAttributeType()
          Obtient la valeur de la propriété attributeType.
 String getTo()
          Obtient la valeur de la propriété to.
 boolean isSetAttributeName()
           
 boolean isSetAttributeType()
           
 boolean isSetTo()
           
 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 setTo(String value)
          Définit la valeur de la propriété to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

protected String to

attributeName

protected String attributeName

attributeType

protected String attributeType
Constructor Detail

SetPrototype

public SetPrototype()
Method Detail

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

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.