|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.smil20.AnimatePrototype
public class AnimatePrototype
Java class for animatePrototype complex type.
The following schema fragment specifies the expected content contained within this class.
<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/}animNamedTargetAttrs"/> <attGroup ref="{http://www.w3.org/2001/SMIL20/}animAddAccumAttrs"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AnimatePrototype()
|
Method Summary | |
---|---|
java.lang.String |
getAccumulate()
Gets the value of the accumulate property. |
java.lang.String |
getAdditive()
Gets the value of the additive property. |
java.lang.String |
getAttributeName()
Gets the value of the attributeName property. |
java.lang.String |
getAttributeType()
Gets the value of the attributeType property. |
java.lang.String |
getBy()
Gets the value of the by property. |
java.lang.String |
getFrom()
Gets the value of the from property. |
java.lang.String |
getTo()
Gets the value of the to property. |
java.lang.String |
getValues()
Gets the value of the values property. |
boolean |
isSetAccumulate()
|
boolean |
isSetAdditive()
|
boolean |
isSetAttributeName()
|
boolean |
isSetAttributeType()
|
boolean |
isSetBy()
|
boolean |
isSetFrom()
|
boolean |
isSetTo()
|
boolean |
isSetValues()
|
void |
setAccumulate(java.lang.String value)
Sets the value of the accumulate property. |
void |
setAdditive(java.lang.String value)
Sets the value of the additive property. |
void |
setAttributeName(java.lang.String value)
Sets the value of the attributeName property. |
void |
setAttributeType(java.lang.String value)
Sets the value of the attributeType property. |
void |
setBy(java.lang.String value)
Sets the value of the by property. |
void |
setFrom(java.lang.String value)
Sets the value of the from property. |
void |
setTo(java.lang.String value)
Sets the value of the to property. |
void |
setValues(java.lang.String value)
Sets the value of the values property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimatePrototype()
Method Detail |
---|
public java.lang.String getFrom()
String
public void setFrom(java.lang.String value)
value
- allowed object is
String
public boolean isSetFrom()
public java.lang.String getBy()
String
public void setBy(java.lang.String value)
value
- allowed object is
String
public boolean isSetBy()
public java.lang.String getValues()
String
public void setValues(java.lang.String value)
value
- allowed object is
String
public boolean isSetValues()
public java.lang.String getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String
public boolean isSetTo()
public java.lang.String getAttributeName()
String
public void setAttributeName(java.lang.String value)
value
- allowed object is
String
public boolean isSetAttributeName()
public java.lang.String getAttributeType()
String
public void setAttributeType(java.lang.String value)
value
- allowed object is
String
public boolean isSetAttributeType()
public java.lang.String getAdditive()
String
public void setAdditive(java.lang.String value)
value
- allowed object is
String
public boolean isSetAdditive()
public java.lang.String getAccumulate()
String
public void setAccumulate(java.lang.String value)
value
- allowed object is
String
public boolean isSetAccumulate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |