public class Animation extends Obj
Java class for animation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="animation">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
duration |
protected boolean |
enabled |
| Constructor and Description |
|---|
Animation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Gets the value of the duration property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setDuration(int value)
Sets the value of the duration property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
testGeneratedMethodpublic boolean isEnabled()
public void setEnabled(boolean value)
public int getDuration()
public void setDuration(int value)
Copyright © 2012–2014 RedSoft. All rights reserved.