Class SVGUseClass

java.lang.Object
org.plutext.jaxb.svg11.SVGUseContent
org.plutext.jaxb.svg11.SVGUseClass

public class SVGUseClass extends SVGUseContent

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.use.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Presentation.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Conditional.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.External.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.XLinkEmbed.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.GraphicalEvents.attrib"/>
       <attribute name="x" type="{http://www.w3.org/2000/svg}Coordinate.datatype" />
       <attribute name="y" type="{http://www.w3.org/2000/svg}Coordinate.datatype" />
       <attribute name="width" type="{http://www.w3.org/2000/svg}Length.datatype" />
       <attribute name="height" type="{http://www.w3.org/2000/svg}Length.datatype" />
       <attribute name="transform" type="{http://www.w3.org/2000/svg}TransformList.datatype" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • x

      protected String x
    • y

      protected String y
    • width

      protected String width
    • height

      protected String height
    • transform

      protected String transform
    • style

      protected String style
    • clazz

      protected String clazz
    • floodColor

      protected String floodColor
    • floodOpacity

      protected String floodOpacity
    • lightingColor

      protected String lightingColor
    • visibility

      protected String visibility
    • pointerEvents

      protected String pointerEvents
    • textRendering

      protected String textRendering
    • display

      protected String display
    • imageRendering

      protected String imageRendering
    • shapeRendering

      protected String shapeRendering
    • colorInterpolationFilters

      protected String colorInterpolationFilters
    • stopColor

      protected String stopColor
    • stopOpacity

      protected String stopOpacity
    • 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
    • colorInterpolation

      protected String colorInterpolation
    • colorRendering

      protected String colorRendering
    • color

      protected String color
    • colorProfile

      protected String colorProfile
    • cursor

      protected String cursor
    • stroke

      protected String stroke
    • fill

      protected String fill
    • strokeLinejoin

      protected String strokeLinejoin
    • strokeWidth

      protected String strokeWidth
    • strokeDashoffset

      protected String strokeDashoffset
    • strokeDasharray

      protected String strokeDasharray
    • strokeMiterlimit

      protected String strokeMiterlimit
    • fillRule

      protected ClipFillRuleDatatype fillRule
    • strokeLinecap

      protected String strokeLinecap
    • markerStart

      protected String markerStart
    • markerMid

      protected String markerMid
    • markerEnd

      protected String markerEnd
    • mask

      protected String mask
    • enableBackground

      protected String enableBackground
    • writingMode

      protected String writingMode
    • alignmentBaseline

      protected String alignmentBaseline
    • baselineShift

      protected String baselineShift
    • direction

      protected String direction
    • dominantBaseline

      protected String dominantBaseline
    • glyphOrientationHorizontal

      protected String glyphOrientationHorizontal
    • glyphOrientationVertical

      protected String glyphOrientationVertical
    • kerning

      protected String kerning
    • letterSpacing

      protected String letterSpacing
    • textAnchor

      protected String textAnchor
    • textDecoration

      protected String textDecoration
    • unicodeBidi

      protected String unicodeBidi
    • wordSpacing

      protected String wordSpacing
    • filter

      protected String filter
    • clip

      protected String clip
    • overflow

      protected String overflow
    • clipPath

      protected String clipPath
    • clipRule

      protected ClipFillRuleDatatype clipRule
    • strokeOpacity

      protected String strokeOpacity
    • fillOpacity

      protected String fillOpacity
    • opacity

      protected String opacity
    • requiredFeatures

      protected String requiredFeatures
    • requiredExtensions

      protected String requiredExtensions
    • systemLanguage

      protected String systemLanguage
    • id

      protected String id
    • base

      protected String base
    • space

      protected String space
    • lang

      protected String lang
    • externalResourcesRequired

      protected BooleanDatatype externalResourcesRequired
    • 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
    • onload

      protected String onload
    • onmousemove

      protected String onmousemove
    • onfocusin

      protected String onfocusin
    • onfocusout

      protected String onfocusout
    • onmousedown

      protected String onmousedown
    • onmouseover

      protected String onmouseover
    • onmouseout

      protected String onmouseout
    • onmouseup

      protected String onmouseup
    • onclick

      protected String onclick
    • onactivate

      protected String onactivate
  • Constructor Details

    • SVGUseClass

      public SVGUseClass()
  • Method Details

    • 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
    • getWidth

      public String getWidth()
      Gets the value of the width property.
      Returns:
      possible object is String
    • setWidth

      public void setWidth(String value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is String
    • getHeight

      public String getHeight()
      Gets the value of the height property.
      Returns:
      possible object is String
    • setHeight

      public void setHeight(String value)
      Sets the value of the height property.
      Parameters:
      value - allowed object is String
    • getTransform

      public String getTransform()
      Gets the value of the transform property.
      Returns:
      possible object is String
    • setTransform

      public void setTransform(String value)
      Sets the value of the transform 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
    • getFloodColor

      public String getFloodColor()
      Gets the value of the floodColor property.
      Returns:
      possible object is String
    • setFloodColor

      public void setFloodColor(String value)
      Sets the value of the floodColor property.
      Parameters:
      value - allowed object is String
    • getFloodOpacity

      public String getFloodOpacity()
      Gets the value of the floodOpacity property.
      Returns:
      possible object is String
    • setFloodOpacity

      public void setFloodOpacity(String value)
      Sets the value of the floodOpacity property.
      Parameters:
      value - allowed object is String
    • getLightingColor

      public String getLightingColor()
      Gets the value of the lightingColor property.
      Returns:
      possible object is String
    • setLightingColor

      public void setLightingColor(String value)
      Sets the value of the lightingColor property.
      Parameters:
      value - allowed object is String
    • getVisibility

      public String getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is String
    • setVisibility

      public void setVisibility(String value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is String
    • getPointerEvents

      public String getPointerEvents()
      Gets the value of the pointerEvents property.
      Returns:
      possible object is String
    • setPointerEvents

      public void setPointerEvents(String value)
      Sets the value of the pointerEvents property.
      Parameters:
      value - allowed object is String
    • getTextRendering

      public String getTextRendering()
      Gets the value of the textRendering property.
      Returns:
      possible object is String
    • setTextRendering

      public void setTextRendering(String value)
      Sets the value of the textRendering property.
      Parameters:
      value - allowed object is String
    • getDisplay

      public String getDisplay()
      Gets the value of the display property.
      Returns:
      possible object is String
    • setDisplay

      public void setDisplay(String value)
      Sets the value of the display property.
      Parameters:
      value - allowed object is String
    • getImageRendering

      public String getImageRendering()
      Gets the value of the imageRendering property.
      Returns:
      possible object is String
    • setImageRendering

      public void setImageRendering(String value)
      Sets the value of the imageRendering property.
      Parameters:
      value - allowed object is String
    • getShapeRendering

      public String getShapeRendering()
      Gets the value of the shapeRendering property.
      Returns:
      possible object is String
    • setShapeRendering

      public void setShapeRendering(String value)
      Sets the value of the shapeRendering property.
      Parameters:
      value - allowed object is String
    • getColorInterpolationFilters

      public String getColorInterpolationFilters()
      Gets the value of the colorInterpolationFilters property.
      Returns:
      possible object is String
    • setColorInterpolationFilters

      public void setColorInterpolationFilters(String value)
      Sets the value of the colorInterpolationFilters property.
      Parameters:
      value - allowed object is String
    • getStopColor

      public String getStopColor()
      Gets the value of the stopColor property.
      Returns:
      possible object is String
    • setStopColor

      public void setStopColor(String value)
      Sets the value of the stopColor property.
      Parameters:
      value - allowed object is String
    • getStopOpacity

      public String getStopOpacity()
      Gets the value of the stopOpacity property.
      Returns:
      possible object is String
    • setStopOpacity

      public void setStopOpacity(String value)
      Sets the value of the stopOpacity 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
    • getColorInterpolation

      public String getColorInterpolation()
      Gets the value of the colorInterpolation property.
      Returns:
      possible object is String
    • setColorInterpolation

      public void setColorInterpolation(String value)
      Sets the value of the colorInterpolation property.
      Parameters:
      value - allowed object is String
    • getColorRendering

      public String getColorRendering()
      Gets the value of the colorRendering property.
      Returns:
      possible object is String
    • setColorRendering

      public void setColorRendering(String value)
      Sets the value of the colorRendering property.
      Parameters:
      value - allowed object is String
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String
    • getColorProfile

      public String getColorProfile()
      Gets the value of the colorProfile property.
      Returns:
      possible object is String
    • setColorProfile

      public void setColorProfile(String value)
      Sets the value of the colorProfile property.
      Parameters:
      value - allowed object is String
    • getCursor

      public String getCursor()
      Gets the value of the cursor property.
      Returns:
      possible object is String
    • setCursor

      public void setCursor(String value)
      Sets the value of the cursor property.
      Parameters:
      value - allowed object is String
    • getStroke

      public String getStroke()
      Gets the value of the stroke property.
      Returns:
      possible object is String
    • setStroke

      public void setStroke(String value)
      Sets the value of the stroke property.
      Parameters:
      value - allowed object is String
    • getFill

      public String getFill()
      Gets the value of the fill property.
      Returns:
      possible object is String
    • setFill

      public void setFill(String value)
      Sets the value of the fill property.
      Parameters:
      value - allowed object is String
    • getStrokeLinejoin

      public String getStrokeLinejoin()
      Gets the value of the strokeLinejoin property.
      Returns:
      possible object is String
    • setStrokeLinejoin

      public void setStrokeLinejoin(String value)
      Sets the value of the strokeLinejoin property.
      Parameters:
      value - allowed object is String
    • getStrokeWidth

      public String getStrokeWidth()
      Gets the value of the strokeWidth property.
      Returns:
      possible object is String
    • setStrokeWidth

      public void setStrokeWidth(String value)
      Sets the value of the strokeWidth property.
      Parameters:
      value - allowed object is String
    • getStrokeDashoffset

      public String getStrokeDashoffset()
      Gets the value of the strokeDashoffset property.
      Returns:
      possible object is String
    • setStrokeDashoffset

      public void setStrokeDashoffset(String value)
      Sets the value of the strokeDashoffset property.
      Parameters:
      value - allowed object is String
    • getStrokeDasharray

      public String getStrokeDasharray()
      Gets the value of the strokeDasharray property.
      Returns:
      possible object is String
    • setStrokeDasharray

      public void setStrokeDasharray(String value)
      Sets the value of the strokeDasharray property.
      Parameters:
      value - allowed object is String
    • getStrokeMiterlimit

      public String getStrokeMiterlimit()
      Gets the value of the strokeMiterlimit property.
      Returns:
      possible object is String
    • setStrokeMiterlimit

      public void setStrokeMiterlimit(String value)
      Sets the value of the strokeMiterlimit property.
      Parameters:
      value - allowed object is String
    • getFillRule

      public ClipFillRuleDatatype getFillRule()
      Gets the value of the fillRule property.
      Returns:
      possible object is ClipFillRuleDatatype
    • setFillRule

      public void setFillRule(ClipFillRuleDatatype value)
      Sets the value of the fillRule property.
      Parameters:
      value - allowed object is ClipFillRuleDatatype
    • getStrokeLinecap

      public String getStrokeLinecap()
      Gets the value of the strokeLinecap property.
      Returns:
      possible object is String
    • setStrokeLinecap

      public void setStrokeLinecap(String value)
      Sets the value of the strokeLinecap property.
      Parameters:
      value - allowed object is String
    • getMarkerStart

      public String getMarkerStart()
      Gets the value of the markerStart property.
      Returns:
      possible object is String
    • setMarkerStart

      public void setMarkerStart(String value)
      Sets the value of the markerStart property.
      Parameters:
      value - allowed object is String
    • getMarkerMid

      public String getMarkerMid()
      Gets the value of the markerMid property.
      Returns:
      possible object is String
    • setMarkerMid

      public void setMarkerMid(String value)
      Sets the value of the markerMid property.
      Parameters:
      value - allowed object is String
    • getMarkerEnd

      public String getMarkerEnd()
      Gets the value of the markerEnd property.
      Returns:
      possible object is String
    • setMarkerEnd

      public void setMarkerEnd(String value)
      Sets the value of the markerEnd property.
      Parameters:
      value - allowed object is String
    • getMask

      public String getMask()
      Gets the value of the mask property.
      Returns:
      possible object is String
    • setMask

      public void setMask(String value)
      Sets the value of the mask property.
      Parameters:
      value - allowed object is String
    • getEnableBackground

      public String getEnableBackground()
      Gets the value of the enableBackground property.
      Returns:
      possible object is String
    • setEnableBackground

      public void setEnableBackground(String value)
      Sets the value of the enableBackground property.
      Parameters:
      value - allowed object is String
    • getWritingMode

      public String getWritingMode()
      Gets the value of the writingMode property.
      Returns:
      possible object is String
    • setWritingMode

      public void setWritingMode(String value)
      Sets the value of the writingMode property.
      Parameters:
      value - allowed object is String
    • getAlignmentBaseline

      public String getAlignmentBaseline()
      Gets the value of the alignmentBaseline property.
      Returns:
      possible object is String
    • setAlignmentBaseline

      public void setAlignmentBaseline(String value)
      Sets the value of the alignmentBaseline property.
      Parameters:
      value - allowed object is String
    • getBaselineShift

      public String getBaselineShift()
      Gets the value of the baselineShift property.
      Returns:
      possible object is String
    • setBaselineShift

      public void setBaselineShift(String value)
      Sets the value of the baselineShift property.
      Parameters:
      value - allowed object is String
    • getDirection

      public String getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is String
    • setDirection

      public void setDirection(String value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is String
    • getDominantBaseline

      public String getDominantBaseline()
      Gets the value of the dominantBaseline property.
      Returns:
      possible object is String
    • setDominantBaseline

      public void setDominantBaseline(String value)
      Sets the value of the dominantBaseline property.
      Parameters:
      value - allowed object is String
    • getGlyphOrientationHorizontal

      public String getGlyphOrientationHorizontal()
      Gets the value of the glyphOrientationHorizontal property.
      Returns:
      possible object is String
    • setGlyphOrientationHorizontal

      public void setGlyphOrientationHorizontal(String value)
      Sets the value of the glyphOrientationHorizontal property.
      Parameters:
      value - allowed object is String
    • getGlyphOrientationVertical

      public String getGlyphOrientationVertical()
      Gets the value of the glyphOrientationVertical property.
      Returns:
      possible object is String
    • setGlyphOrientationVertical

      public void setGlyphOrientationVertical(String value)
      Sets the value of the glyphOrientationVertical property.
      Parameters:
      value - allowed object is String
    • getKerning

      public String getKerning()
      Gets the value of the kerning property.
      Returns:
      possible object is String
    • setKerning

      public void setKerning(String value)
      Sets the value of the kerning property.
      Parameters:
      value - allowed object is String
    • getLetterSpacing

      public String getLetterSpacing()
      Gets the value of the letterSpacing property.
      Returns:
      possible object is String
    • setLetterSpacing

      public void setLetterSpacing(String value)
      Sets the value of the letterSpacing property.
      Parameters:
      value - allowed object is String
    • getTextAnchor

      public String getTextAnchor()
      Gets the value of the textAnchor property.
      Returns:
      possible object is String
    • setTextAnchor

      public void setTextAnchor(String value)
      Sets the value of the textAnchor property.
      Parameters:
      value - allowed object is String
    • getTextDecoration

      public String getTextDecoration()
      Gets the value of the textDecoration property.
      Returns:
      possible object is String
    • setTextDecoration

      public void setTextDecoration(String value)
      Sets the value of the textDecoration property.
      Parameters:
      value - allowed object is String
    • getUnicodeBidi

      public String getUnicodeBidi()
      Gets the value of the unicodeBidi property.
      Returns:
      possible object is String
    • setUnicodeBidi

      public void setUnicodeBidi(String value)
      Sets the value of the unicodeBidi property.
      Parameters:
      value - allowed object is String
    • getWordSpacing

      public String getWordSpacing()
      Gets the value of the wordSpacing property.
      Returns:
      possible object is String
    • setWordSpacing

      public void setWordSpacing(String value)
      Sets the value of the wordSpacing property.
      Parameters:
      value - allowed object is String
    • getFilter

      public String getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is String
    • setFilter

      public void setFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String
    • getClip

      public String getClip()
      Gets the value of the clip property.
      Returns:
      possible object is String
    • setClip

      public void setClip(String value)
      Sets the value of the clip property.
      Parameters:
      value - allowed object is String
    • getOverflow

      public String getOverflow()
      Gets the value of the overflow property.
      Returns:
      possible object is String
    • setOverflow

      public void setOverflow(String value)
      Sets the value of the overflow property.
      Parameters:
      value - allowed object is String
    • getClipPath

      public String getClipPath()
      Gets the value of the clipPath property.
      Returns:
      possible object is String
    • setClipPath

      public void setClipPath(String value)
      Sets the value of the clipPath property.
      Parameters:
      value - allowed object is String
    • getClipRule

      public ClipFillRuleDatatype getClipRule()
      Gets the value of the clipRule property.
      Returns:
      possible object is ClipFillRuleDatatype
    • setClipRule

      public void setClipRule(ClipFillRuleDatatype value)
      Sets the value of the clipRule property.
      Parameters:
      value - allowed object is ClipFillRuleDatatype
    • getStrokeOpacity

      public String getStrokeOpacity()
      Gets the value of the strokeOpacity property.
      Returns:
      possible object is String
    • setStrokeOpacity

      public void setStrokeOpacity(String value)
      Sets the value of the strokeOpacity property.
      Parameters:
      value - allowed object is String
    • getFillOpacity

      public String getFillOpacity()
      Gets the value of the fillOpacity property.
      Returns:
      possible object is String
    • setFillOpacity

      public void setFillOpacity(String value)
      Sets the value of the fillOpacity property.
      Parameters:
      value - allowed object is String
    • getOpacity

      public String getOpacity()
      Gets the value of the opacity property.
      Returns:
      possible object is String
    • setOpacity

      public void setOpacity(String value)
      Sets the value of the opacity property.
      Parameters:
      value - allowed object is String
    • getRequiredFeatures

      public String getRequiredFeatures()
      Gets the value of the requiredFeatures property.
      Returns:
      possible object is String
    • setRequiredFeatures

      public void setRequiredFeatures(String value)
      Sets the value of the requiredFeatures property.
      Parameters:
      value - allowed object is String
    • getRequiredExtensions

      public String getRequiredExtensions()
      Gets the value of the requiredExtensions property.
      Returns:
      possible object is String
    • setRequiredExtensions

      public void setRequiredExtensions(String value)
      Sets the value of the requiredExtensions property.
      Parameters:
      value - allowed object is String
    • getSystemLanguage

      public String getSystemLanguage()
      Gets the value of the systemLanguage property.
      Returns:
      possible object is String
    • setSystemLanguage

      public void setSystemLanguage(String value)
      Sets the value of the systemLanguage 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
    • getExternalResourcesRequired

      public BooleanDatatype getExternalResourcesRequired()
      Gets the value of the externalResourcesRequired property.
      Returns:
      possible object is BooleanDatatype
    • setExternalResourcesRequired

      public void setExternalResourcesRequired(BooleanDatatype value)
      Sets the value of the externalResourcesRequired property.
      Parameters:
      value - allowed object is BooleanDatatype
    • 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
    • getOnload

      public String getOnload()
      Gets the value of the onload property.
      Returns:
      possible object is String
    • setOnload

      public void setOnload(String value)
      Sets the value of the onload property.
      Parameters:
      value - allowed object is String
    • getOnmousemove

      public String getOnmousemove()
      Gets the value of the onmousemove property.
      Returns:
      possible object is String
    • setOnmousemove

      public void setOnmousemove(String value)
      Sets the value of the onmousemove property.
      Parameters:
      value - allowed object is String
    • getOnfocusin

      public String getOnfocusin()
      Gets the value of the onfocusin property.
      Returns:
      possible object is String
    • setOnfocusin

      public void setOnfocusin(String value)
      Sets the value of the onfocusin property.
      Parameters:
      value - allowed object is String
    • getOnfocusout

      public String getOnfocusout()
      Gets the value of the onfocusout property.
      Returns:
      possible object is String
    • setOnfocusout

      public void setOnfocusout(String value)
      Sets the value of the onfocusout property.
      Parameters:
      value - allowed object is String
    • getOnmousedown

      public String getOnmousedown()
      Gets the value of the onmousedown property.
      Returns:
      possible object is String
    • setOnmousedown

      public void setOnmousedown(String value)
      Sets the value of the onmousedown property.
      Parameters:
      value - allowed object is String
    • getOnmouseover

      public String getOnmouseover()
      Gets the value of the onmouseover property.
      Returns:
      possible object is String
    • setOnmouseover

      public void setOnmouseover(String value)
      Sets the value of the onmouseover property.
      Parameters:
      value - allowed object is String
    • getOnmouseout

      public String getOnmouseout()
      Gets the value of the onmouseout property.
      Returns:
      possible object is String
    • setOnmouseout

      public void setOnmouseout(String value)
      Sets the value of the onmouseout property.
      Parameters:
      value - allowed object is String
    • getOnmouseup

      public String getOnmouseup()
      Gets the value of the onmouseup property.
      Returns:
      possible object is String
    • setOnmouseup

      public void setOnmouseup(String value)
      Sets the value of the onmouseup property.
      Parameters:
      value - allowed object is String
    • getOnclick

      public String getOnclick()
      Gets the value of the onclick property.
      Returns:
      possible object is String
    • setOnclick

      public void setOnclick(String value)
      Sets the value of the onclick property.
      Parameters:
      value - allowed object is String
    • getOnactivate

      public String getOnactivate()
      Gets the value of the onactivate property.
      Returns:
      possible object is String
    • setOnactivate

      public void setOnactivate(String value)
      Sets the value of the onactivate property.
      Parameters:
      value - allowed object is String