org.plutext.jaxb.svg11
Class SVGFeDiffuseLightingContent

java.lang.Object
  extended by org.plutext.jaxb.svg11.SVGFeDiffuseLightingContent
Direct Known Subclasses:
FeDiffuseLighting

public class SVGFeDiffuseLightingContent
extends Object

Java class for SVG.feDiffuseLighting.content complex type.

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

 <complexType name="SVG.feDiffuseLighting.content">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.w3.org/2000/svg}feDistantLight"/>
           <element ref="{http://www.w3.org/2000/svg}fePointLight"/>
           <element ref="{http://www.w3.org/2000/svg}feSpotLight"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.w3.org/2000/svg}animate"/>
           <element ref="{http://www.w3.org/2000/svg}set"/>
           <element ref="{http://www.w3.org/2000/svg}animateColor"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> animateOrSetOrAnimateColor
           
protected  FeDistantLight feDistantLight
           
protected  FePointLight fePointLight
           
protected  FeSpotLight feSpotLight
           
 
Constructor Summary
SVGFeDiffuseLightingContent()
           
 
Method Summary
 List<Object> getAnimateOrSetOrAnimateColor()
          Gets the value of the animateOrSetOrAnimateColor property.
 FeDistantLight getFeDistantLight()
          Gets the value of the feDistantLight property.
 FePointLight getFePointLight()
          Gets the value of the fePointLight property.
 FeSpotLight getFeSpotLight()
          Gets the value of the feSpotLight property.
 void setFeDistantLight(FeDistantLight value)
          Sets the value of the feDistantLight property.
 void setFePointLight(FePointLight value)
          Sets the value of the fePointLight property.
 void setFeSpotLight(FeSpotLight value)
          Sets the value of the feSpotLight property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

feDistantLight

protected FeDistantLight feDistantLight

fePointLight

protected FePointLight fePointLight

feSpotLight

protected FeSpotLight feSpotLight

animateOrSetOrAnimateColor

protected List<Object> animateOrSetOrAnimateColor
Constructor Detail

SVGFeDiffuseLightingContent

public SVGFeDiffuseLightingContent()
Method Detail

getFeDistantLight

public FeDistantLight getFeDistantLight()
Gets the value of the feDistantLight property.

Returns:
possible object is FeDistantLight

setFeDistantLight

public void setFeDistantLight(FeDistantLight value)
Sets the value of the feDistantLight property.

Parameters:
value - allowed object is FeDistantLight

getFePointLight

public FePointLight getFePointLight()
Gets the value of the fePointLight property.

Returns:
possible object is FePointLight

setFePointLight

public void setFePointLight(FePointLight value)
Sets the value of the fePointLight property.

Parameters:
value - allowed object is FePointLight

getFeSpotLight

public FeSpotLight getFeSpotLight()
Gets the value of the feSpotLight property.

Returns:
possible object is FeSpotLight

setFeSpotLight

public void setFeSpotLight(FeSpotLight value)
Sets the value of the feSpotLight property.

Parameters:
value - allowed object is FeSpotLight

getAnimateOrSetOrAnimateColor

public List<Object> getAnimateOrSetOrAnimateColor()
Gets the value of the animateOrSetOrAnimateColor property.

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 animateOrSetOrAnimateColor property.

For example, to add a new item, do as follows:

    getAnimateOrSetOrAnimateColor().add(newItem);
 

Objects of the following type(s) are allowed in the list Animate AnimateColor Set



Copyright © 2012. All Rights Reserved.