org.plutext.jaxb.svg11
Class FeFuncA

java.lang.Object
  extended by org.plutext.jaxb.svg11.SVGFeFuncAContent
      extended by org.plutext.jaxb.svg11.FeFuncA

public class FeFuncA
extends SVGFeFuncAContent

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/2000/svg}SVG.feFuncA.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="identity"/>
             <enumeration value="table"/>
             <enumeration value="discrete"/>
             <enumeration value="linear"/>
             <enumeration value="gamma"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="tableValues" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="slope" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="intercept" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="amplitude" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="exponent" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="offset" type="{http://www.w3.org/2000/svg}Number.datatype" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String amplitude
           
protected  String base
           
protected  String exponent
           
protected  String id
           
protected  String intercept
           
protected  String lang
           
protected  String offset
           
protected  String slope
           
protected  String space
           
protected  String tableValues
           
protected  String type
           
 
Fields inherited from class org.plutext.jaxb.svg11.SVGFeFuncAContent
animateOrSet
 
Constructor Summary
FeFuncA()
           
 
Method Summary
 String getAmplitude()
          Gets the value of the amplitude property.
 String getBase()
          Gets the value of the base property.
 String getExponent()
          Gets the value of the exponent property.
 String getId()
          Gets the value of the id property.
 String getIntercept()
          Gets the value of the intercept property.
 String getLang()
          Gets the value of the lang property.
 String getOffset()
          Gets the value of the offset property.
 String getSlope()
          Gets the value of the slope property.
 String getSpace()
          Gets the value of the space property.
 String getTableValues()
          Gets the value of the tableValues property.
 String getType()
          Gets the value of the type property.
 void setAmplitude(String value)
          Sets the value of the amplitude property.
 void setBase(String value)
          Sets the value of the base property.
 void setExponent(String value)
          Sets the value of the exponent property.
 void setId(String value)
          Sets the value of the id property.
 void setIntercept(String value)
          Sets the value of the intercept property.
 void setLang(String value)
          Sets the value of the lang property.
 void setOffset(String value)
          Sets the value of the offset property.
 void setSlope(String value)
          Sets the value of the slope property.
 void setSpace(String value)
          Sets the value of the space property.
 void setTableValues(String value)
          Sets the value of the tableValues property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class org.plutext.jaxb.svg11.SVGFeFuncAContent
getAnimateOrSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

tableValues

protected String tableValues

slope

protected String slope

intercept

protected String intercept

amplitude

protected String amplitude

exponent

protected String exponent

offset

protected String offset

id

protected String id

base

protected String base

space

protected String space

lang

protected String lang
Constructor Detail

FeFuncA

public FeFuncA()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getTableValues

public String getTableValues()
Gets the value of the tableValues property.

Returns:
possible object is String

setTableValues

public void setTableValues(String value)
Sets the value of the tableValues property.

Parameters:
value - allowed object is String

getSlope

public String getSlope()
Gets the value of the slope property.

Returns:
possible object is String

setSlope

public void setSlope(String value)
Sets the value of the slope property.

Parameters:
value - allowed object is String

getIntercept

public String getIntercept()
Gets the value of the intercept property.

Returns:
possible object is String

setIntercept

public void setIntercept(String value)
Sets the value of the intercept property.

Parameters:
value - allowed object is String

getAmplitude

public String getAmplitude()
Gets the value of the amplitude property.

Returns:
possible object is String

setAmplitude

public void setAmplitude(String value)
Sets the value of the amplitude property.

Parameters:
value - allowed object is String

getExponent

public String getExponent()
Gets the value of the exponent property.

Returns:
possible object is String

setExponent

public void setExponent(String value)
Sets the value of the exponent property.

Parameters:
value - allowed object is String

getOffset

public String getOffset()
Gets the value of the offset property.

Returns:
possible object is String

setOffset

public void setOffset(String value)
Sets the value of the offset property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getBase

public String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.