org.plutext.jaxb.svg11
Class GlyphRef

java.lang.Object
  extended by org.plutext.jaxb.svg11.GlyphRef

public class GlyphRef
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Font.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.XLink.attrib"/>
       <attribute name="x" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="y" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="dx" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="dy" type="{http://www.w3.org/2000/svg}Number.datatype" />
       <attribute name="glyphRef" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String actuate
           
protected  String arcrole
           
protected  String base
           
protected  String clazz
           
protected  String dx
           
protected  String dy
           
protected  String fontFamily
           
protected  String fontSize
           
protected  String fontSizeAdjust
           
protected  String fontStretch
           
protected  String fontStyle
           
protected  String fontVariant
           
protected  String fontWeight
           
protected  String format
           
protected  String glyphRef
           
protected  String href
           
protected  String id
           
protected  String lang
           
protected  String role
           
protected  String show
           
protected  String space
           
protected  String style
           
protected  String title
           
protected  String type
           
protected  String x
           
protected  String y
           
 
Constructor Summary
GlyphRef()
           
 
Method Summary
 String getActuate()
          Gets the value of the actuate property.
 String getArcrole()
          Gets the value of the arcrole property.
 String getBase()
          Gets the value of the base property.
 String getClazz()
          Gets the value of the clazz property.
 String getDx()
          Gets the value of the dx property.
 String getDy()
          Gets the value of the dy property.
 String getFontFamily()
          Gets the value of the fontFamily property.
 String getFontSize()
          Gets the value of the fontSize property.
 String getFontSizeAdjust()
          Gets the value of the fontSizeAdjust property.
 String getFontStretch()
          Gets the value of the fontStretch property.
 String getFontStyle()
          Gets the value of the fontStyle property.
 String getFontVariant()
          Gets the value of the fontVariant property.
 String getFontWeight()
          Gets the value of the fontWeight property.
 String getFormat()
          Gets the value of the format property.
 String getGlyphRef()
          Gets the value of the glyphRef property.
 String getHref()
          Gets the value of the href property.
 String getId()
          Gets the value of the id property.
 String getLang()
          Gets the value of the lang property.
 String getRole()
          Gets the value of the role property.
 String getShow()
          Gets the value of the show property.
 String getSpace()
          Gets the value of the space property.
 String getStyle()
          Gets the value of the style property.
 String getTitle()
          Gets the value of the title property.
 String getType()
          Gets the value of the type property.
 String getX()
          Gets the value of the x property.
 String getY()
          Gets the value of the y property.
 void setActuate(String value)
          Sets the value of the actuate property.
 void setArcrole(String value)
          Sets the value of the arcrole property.
 void setBase(String value)
          Sets the value of the base property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setDx(String value)
          Sets the value of the dx property.
 void setDy(String value)
          Sets the value of the dy property.
 void setFontFamily(String value)
          Sets the value of the fontFamily property.
 void setFontSize(String value)
          Sets the value of the fontSize property.
 void setFontSizeAdjust(String value)
          Sets the value of the fontSizeAdjust property.
 void setFontStretch(String value)
          Sets the value of the fontStretch property.
 void setFontStyle(String value)
          Sets the value of the fontStyle property.
 void setFontVariant(String value)
          Sets the value of the fontVariant property.
 void setFontWeight(String value)
          Sets the value of the fontWeight property.
 void setFormat(String value)
          Sets the value of the format property.
 void setGlyphRef(String value)
          Sets the value of the glyphRef property.
 void setHref(String value)
          Sets the value of the href property.
 void setId(String value)
          Sets the value of the id property.
 void setLang(String value)
          Sets the value of the lang property.
 void setRole(String value)
          Sets the value of the role property.
 void setShow(String value)
          Sets the value of the show property.
 void setSpace(String value)
          Sets the value of the space property.
 void setStyle(String value)
          Sets the value of the style property.
 void setTitle(String value)
          Sets the value of the title property.
 void setType(String value)
          Sets the value of the type property.
 void setX(String value)
          Sets the value of the x property.
 void setY(String value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected String x

y

protected String y

dx

protected String dx

dy

protected String dy

glyphRef

protected String glyphRef

format

protected String format

style

protected String style

clazz

protected String clazz

id

protected String id

base

protected String base

space

protected String space

lang

protected String lang

fontFamily

protected String fontFamily

fontSize

protected String fontSize

fontSizeAdjust

protected String fontSizeAdjust

fontStretch

protected String fontStretch

fontStyle

protected String fontStyle

fontVariant

protected String fontVariant

fontWeight

protected String fontWeight

type

protected String type

href

protected String href

role

protected String role

arcrole

protected String arcrole

title

protected String title

show

protected String show

actuate

protected String actuate
Constructor Detail

GlyphRef

public GlyphRef()
Method Detail

getX

public String getX()
Gets the value of the x property.

Returns:
possible object is String

setX

public void setX(String value)
Sets the value of the x property.

Parameters:
value - allowed object is String

getY

public String getY()
Gets the value of the y property.

Returns:
possible object is String

setY

public void setY(String value)
Sets the value of the y property.

Parameters:
value - allowed object is String

getDx

public String getDx()
Gets the value of the dx property.

Returns:
possible object is String

setDx

public void setDx(String value)
Sets the value of the dx property.

Parameters:
value - allowed object is String

getDy

public String getDy()
Gets the value of the dy property.

Returns:
possible object is String

setDy

public void setDy(String value)
Sets the value of the dy property.

Parameters:
value - allowed object is String

getGlyphRef

public String getGlyphRef()
Gets the value of the glyphRef property.

Returns:
possible object is String

setGlyphRef

public void setGlyphRef(String value)
Sets the value of the glyphRef property.

Parameters:
value - allowed object is String

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getStyle

public String getStyle()
Gets the value of the style property.

Returns:
possible object is String

setStyle

public void setStyle(String value)
Sets the value of the style property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz 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

getFontFamily

public String getFontFamily()
Gets the value of the fontFamily property.

Returns:
possible object is String

setFontFamily

public void setFontFamily(String value)
Sets the value of the fontFamily property.

Parameters:
value - allowed object is String

getFontSize

public String getFontSize()
Gets the value of the fontSize property.

Returns:
possible object is String

setFontSize

public void setFontSize(String value)
Sets the value of the fontSize property.

Parameters:
value - allowed object is String

getFontSizeAdjust

public String getFontSizeAdjust()
Gets the value of the fontSizeAdjust property.

Returns:
possible object is String

setFontSizeAdjust

public void setFontSizeAdjust(String value)
Sets the value of the fontSizeAdjust property.

Parameters:
value - allowed object is String

getFontStretch

public String getFontStretch()
Gets the value of the fontStretch property.

Returns:
possible object is String

setFontStretch

public void setFontStretch(String value)
Sets the value of the fontStretch property.

Parameters:
value - allowed object is String

getFontStyle

public String getFontStyle()
Gets the value of the fontStyle property.

Returns:
possible object is String

setFontStyle

public void setFontStyle(String value)
Sets the value of the fontStyle property.

Parameters:
value - allowed object is String

getFontVariant

public String getFontVariant()
Gets the value of the fontVariant property.

Returns:
possible object is String

setFontVariant

public void setFontVariant(String value)
Sets the value of the fontVariant property.

Parameters:
value - allowed object is String

getFontWeight

public String getFontWeight()
Gets the value of the fontWeight property.

Returns:
possible object is String

setFontWeight

public void setFontWeight(String value)
Sets the value of the fontWeight property.

Parameters:
value - allowed object is String

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

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getArcrole

public String getArcrole()
Gets the value of the arcrole property.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Sets the value of the arcrole property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getShow

public String getShow()
Gets the value of the show property.

Returns:
possible object is String

setShow

public void setShow(String value)
Sets the value of the show property.

Parameters:
value - allowed object is String

getActuate

public String getActuate()
Gets the value of the actuate property.

Returns:
possible object is String

setActuate

public void setActuate(String value)
Sets the value of the actuate property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.