org.citygml4j.jaxb.smil20
Class AnimateMotionPrototype

java.lang.Object
  extended by org.citygml4j.jaxb.smil20.AnimateMotionPrototype
Direct Known Subclasses:
AnimateMotionType

public class AnimateMotionPrototype
extends java.lang.Object

Java class for animateMotionPrototype complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="animateMotionPrototype">
   <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/}animAddAccumAttrs"/>
       <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AnimateMotionPrototype()
           
 
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 getBy()
          Gets the value of the by property.
 java.lang.String getFrom()
          Gets the value of the from property.
 java.lang.String getOrigin()
          Gets the value of the origin 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 isSetBy()
           
 boolean isSetFrom()
           
 boolean isSetOrigin()
           
 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 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 setOrigin(java.lang.String value)
          Sets the value of the origin 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

AnimateMotionPrototype

public AnimateMotionPrototype()
Method Detail

getOrigin

public java.lang.String getOrigin()
Gets the value of the origin property.

Returns:
possible object is String

setOrigin

public void setOrigin(java.lang.String value)
Sets the value of the origin property.

Parameters:
value - allowed object is String

isSetOrigin

public boolean isSetOrigin()

getFrom

public java.lang.String getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(java.lang.String value)
Sets the value of the from property.

Parameters:
value - allowed object is String

isSetFrom

public boolean isSetFrom()

getBy

public java.lang.String getBy()
Gets the value of the by property.

Returns:
possible object is String

setBy

public void setBy(java.lang.String value)
Sets the value of the by property.

Parameters:
value - allowed object is String

isSetBy

public boolean isSetBy()

getValues

public java.lang.String getValues()
Gets the value of the values property.

Returns:
possible object is String

setValues

public void setValues(java.lang.String value)
Sets the value of the values property.

Parameters:
value - allowed object is String

isSetValues

public boolean isSetValues()

getTo

public java.lang.String getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(java.lang.String value)
Sets the value of the to property.

Parameters:
value - allowed object is String

isSetTo

public boolean isSetTo()

getAdditive

public java.lang.String getAdditive()
Gets the value of the additive property.

Returns:
possible object is String

setAdditive

public void setAdditive(java.lang.String value)
Sets the value of the additive property.

Parameters:
value - allowed object is String

isSetAdditive

public boolean isSetAdditive()

getAccumulate

public java.lang.String getAccumulate()
Gets the value of the accumulate property.

Returns:
possible object is String

setAccumulate

public void setAccumulate(java.lang.String value)
Sets the value of the accumulate property.

Parameters:
value - allowed object is String

isSetAccumulate

public boolean isSetAccumulate()