|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.smil20.AnimateMotionPrototype
org.citygml4j.jaxb.smil20.language.AnimateMotionType
public class AnimateMotionType
Java class for animateMotionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="animateMotionType"> <complexContent> <extension base="{http://www.w3.org/2001/SMIL20/}animateMotionPrototype"> <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/}animTargetAttrs"/> <attGroup ref="{http://www.w3.org/2001/SMIL20/Language}TimingAttrs"/> <anyAttribute/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AnimateMotionType()
|
Method Summary | |
---|---|
java.lang.String |
getAlt()
Gets the value of the alt property. |
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.lang.String |
getBegin()
Gets the value of the begin property. |
java.lang.String |
getCalcMode()
Gets the value of the calcMode property. |
java.lang.String |
getClazz()
Gets the value of the clazz property. |
java.lang.String |
getDur()
Gets the value of the dur property. |
java.lang.String |
getEnd()
Gets the value of the end property. |
FillTimingAttrsType |
getFill()
Gets the value of the fill property. |
FillDefaultType |
getFillDefault()
Gets the value of the fillDefault property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
java.lang.String |
getLongdesc()
Gets the value of the longdesc property. |
java.lang.String |
getMax()
Gets the value of the max property. |
java.lang.String |
getMin()
Gets the value of the min property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
java.math.BigInteger |
getRepeat()
Gets the value of the repeat property. |
java.math.BigDecimal |
getRepeatCount()
Gets the value of the repeatCount property. |
java.lang.String |
getRepeatDur()
Gets the value of the repeatDur property. |
RestartTimingType |
getRestart()
Gets the value of the restart property. |
RestartDefaultType |
getRestartDefault()
Gets the value of the restartDefault property. |
SyncBehaviorType |
getSyncBehavior()
Gets the value of the syncBehavior property. |
SyncBehaviorDefaultType |
getSyncBehaviorDefault()
Gets the value of the syncBehaviorDefault property. |
java.lang.String |
getSyncTolerance()
Gets the value of the syncTolerance property. |
java.lang.String |
getSyncToleranceDefault()
Gets the value of the syncToleranceDefault property. |
java.lang.Object |
getTargetElement()
Gets the value of the targetElement property. |
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()
Gets the value of the skipContent property. |
void |
setAlt(java.lang.String value)
Sets the value of the alt property. |
void |
setAny(java.util.List<java.lang.Object> any)
Sets the value of the any property. |
void |
setBegin(java.lang.String value)
Sets the value of the begin property. |
void |
setCalcMode(java.lang.String value)
Sets the value of the calcMode property. |
void |
setClazz(java.lang.String value)
Sets the value of the clazz property. |
void |
setDur(java.lang.String value)
Sets the value of the dur property. |
void |
setEnd(java.lang.String value)
Sets the value of the end property. |
void |
setFill(FillTimingAttrsType value)
Sets the value of the fill property. |
void |
setFillDefault(FillDefaultType value)
Sets the value of the fillDefault property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setLongdesc(java.lang.String value)
Sets the value of the longdesc property. |
void |
setMax(java.lang.String value)
Sets the value of the max property. |
void |
setMin(java.lang.String value)
Sets the value of the min property. |
void |
setRepeat(java.math.BigInteger value)
Sets the value of the repeat property. |
void |
setRepeatCount(java.math.BigDecimal value)
Sets the value of the repeatCount property. |
void |
setRepeatDur(java.lang.String value)
Sets the value of the repeatDur property. |
void |
setRestart(RestartTimingType value)
Sets the value of the restart property. |
void |
setRestartDefault(RestartDefaultType value)
Sets the value of the restartDefault property. |
void |
setSkipContent(boolean value)
Sets the value of the skipContent property. |
void |
setSyncBehavior(SyncBehaviorType value)
Sets the value of the syncBehavior property. |
void |
setSyncBehaviorDefault(SyncBehaviorDefaultType value)
Sets the value of the syncBehaviorDefault property. |
void |
setSyncTolerance(java.lang.String value)
Sets the value of the syncTolerance property. |
void |
setSyncToleranceDefault(java.lang.String value)
Sets the value of the syncToleranceDefault property. |
void |
setTargetElement(java.lang.Object value)
Sets the value of the targetElement property. |
void |
unsetAny()
|
void |
unsetSkipContent()
|
Methods inherited from class org.citygml4j.jaxb.smil20.AnimateMotionPrototype |
---|
getAccumulate, getAdditive, getBy, getFrom, getOrigin, getTo, getValues, isSetAccumulate, isSetAdditive, isSetBy, isSetFrom, isSetOrigin, isSetTo, isSetValues, setAccumulate, setAdditive, setBy, setFrom, setOrigin, setTo, setValues |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimateMotionType()
Method Detail |
---|
public java.util.List<java.lang.Object> getAny()
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
Element
Object
public boolean isSetAny()
public void unsetAny()
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public boolean isSetId()
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public boolean isSetClazz()
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String
public boolean isSetLang()
public java.lang.String getAlt()
String
public void setAlt(java.lang.String value)
value
- allowed object is
String
public boolean isSetAlt()
public java.lang.String getLongdesc()
String
public void setLongdesc(java.lang.String value)
value
- allowed object is
String
public boolean isSetLongdesc()
public boolean isSkipContent()
Boolean
public void setSkipContent(boolean value)
value
- allowed object is
Boolean
public boolean isSetSkipContent()
public void unsetSkipContent()
public java.lang.String getCalcMode()
String
public void setCalcMode(java.lang.String value)
value
- allowed object is
String
public boolean isSetCalcMode()
public java.lang.Object getTargetElement()
Object
public void setTargetElement(java.lang.Object value)
value
- allowed object is
Object
public boolean isSetTargetElement()
public java.lang.String getRepeatDur()
String
public void setRepeatDur(java.lang.String value)
value
- allowed object is
String
public boolean isSetRepeatDur()
public java.math.BigDecimal getRepeatCount()
BigDecimal
public void setRepeatCount(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetRepeatCount()
public java.lang.String getDur()
String
public void setDur(java.lang.String value)
value
- allowed object is
String
public boolean isSetDur()
public java.lang.String getMin()
String
public void setMin(java.lang.String value)
value
- allowed object is
String
public boolean isSetMin()
public java.lang.String getMax()
String
public void setMax(java.lang.String value)
value
- allowed object is
String
public boolean isSetMax()
public java.math.BigInteger getRepeat()
BigInteger
public void setRepeat(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetRepeat()
public java.lang.String getBegin()
String
public void setBegin(java.lang.String value)
value
- allowed object is
String
public boolean isSetBegin()
public java.lang.String getEnd()
String
public void setEnd(java.lang.String value)
value
- allowed object is
String
public boolean isSetEnd()
public FillTimingAttrsType getFill()
FillTimingAttrsType
public void setFill(FillTimingAttrsType value)
value
- allowed object is
FillTimingAttrsType
public boolean isSetFill()
public RestartDefaultType getRestartDefault()
RestartDefaultType
public void setRestartDefault(RestartDefaultType value)
value
- allowed object is
RestartDefaultType
public boolean isSetRestartDefault()
public FillDefaultType getFillDefault()
FillDefaultType
public void setFillDefault(FillDefaultType value)
value
- allowed object is
FillDefaultType
public boolean isSetFillDefault()
public SyncBehaviorDefaultType getSyncBehaviorDefault()
SyncBehaviorDefaultType
public void setSyncBehaviorDefault(SyncBehaviorDefaultType value)
value
- allowed object is
SyncBehaviorDefaultType
public boolean isSetSyncBehaviorDefault()
public java.lang.String getSyncToleranceDefault()
String
public void setSyncToleranceDefault(java.lang.String value)
value
- allowed object is
String
public boolean isSetSyncToleranceDefault()
public SyncBehaviorType getSyncBehavior()
SyncBehaviorType
public void setSyncBehavior(SyncBehaviorType value)
value
- allowed object is
SyncBehaviorType
public boolean isSetSyncBehavior()
public java.lang.String getSyncTolerance()
String
public void setSyncTolerance(java.lang.String value)
value
- allowed object is
String
public boolean isSetSyncTolerance()
public RestartTimingType getRestart()
RestartTimingType
public void setRestart(RestartTimingType value)
value
- allowed object is
RestartTimingType
public boolean isSetRestart()
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public void setAny(java.util.List<java.lang.Object> any)
any
- allowed object is
Element
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |