|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._2001.smil20.SetPrototype
public class SetPrototype
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 |
|---|
protected String to
protected String attributeName
protected String attributeType
| Constructor Detail |
|---|
public SetPrototype()
| Method Detail |
|---|
public String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic boolean isSetTo()
public String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic boolean isSetAttributeName()
public String getAttributeType()
Stringpublic void setAttributeType(String value)
value - allowed object is
Stringpublic boolean isSetAttributeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||