org.citygml4j.jaxb.smil20
Class AnimateColorPrototype

java.lang.Object
  extended by org.citygml4j.jaxb.smil20.AnimateColorPrototype
Direct Known Subclasses:
AnimateColorType

public class AnimateColorPrototype
extends java.lang.Object

Java class for animateColorPrototype complex type.

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

 <complexType name="animateColorPrototype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animNamedTargetAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animAddAccumAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animValuesAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AnimateColorPrototype()
           
 
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

AnimateColorPrototype

public AnimateColorPrototype()
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String

isSetAttributeName

public boolean isSetAttributeName()

getAttributeType

public java.lang.String getAttributeType()
Gets the value of the attributeType property.

Returns:
possible object is String

setAttributeType

public void setAttributeType(java.lang.String value)
Sets the value of the attributeType property.

Parameters:
value - allowed object is String

isSetAttributeType

public boolean isSetAttributeType()

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()

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()