Class SVGImageClass

java.lang.Object
org.plutext.jaxb.svg11.SVGImageContent
org.plutext.jaxb.svg11.SVGImageClass

public class SVGImageClass
extends SVGImageContent

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.image.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.GraphicalEvents.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Filter.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Opacity.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Cursor.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Color.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Clip.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Conditional.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Graphics.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Viewport.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Mask.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.ColorProfile.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Style.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" use="required" type="{http://www.w3.org/2000/svg}Length.datatype" />
       <attribute name="height" use="required" type="{http://www.w3.org/2000/svg}Length.datatype" />
       <attribute name="preserveAspectRatio" type="{http://www.w3.org/2000/svg}PreserveAspectRatioSpec.datatype" default="xMidYMid meet" />
       <attribute name="transform" type="{http://www.w3.org/2000/svg}TransformList.datatype" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String actuate  
    protected java.lang.String arcrole  
    protected java.lang.String base  
    protected java.lang.String clazz  
    protected java.lang.String clip  
    protected java.lang.String clipPath  
    protected ClipFillRuleDatatype clipRule  
    protected java.lang.String color  
    protected java.lang.String colorInterpolation  
    protected java.lang.String colorProfile  
    protected java.lang.String colorRendering  
    protected java.lang.String cursor  
    protected java.lang.String display  
    protected BooleanDatatype externalResourcesRequired  
    protected java.lang.String fillOpacity  
    protected java.lang.String filter  
    protected java.lang.String height  
    protected java.lang.String href  
    protected java.lang.String id  
    protected java.lang.String imageRendering  
    protected java.lang.String lang  
    protected java.lang.String mask  
    protected java.lang.String onactivate  
    protected java.lang.String onclick  
    protected java.lang.String onfocusin  
    protected java.lang.String onfocusout  
    protected java.lang.String onload  
    protected java.lang.String onmousedown  
    protected java.lang.String onmousemove  
    protected java.lang.String onmouseout  
    protected java.lang.String onmouseover  
    protected java.lang.String onmouseup  
    protected java.lang.String opacity  
    protected java.lang.String overflow  
    protected java.lang.String pointerEvents  
    protected java.lang.String preserveAspectRatio  
    protected java.lang.String requiredExtensions  
    protected java.lang.String requiredFeatures  
    protected java.lang.String role  
    protected java.lang.String shapeRendering  
    protected java.lang.String show  
    protected java.lang.String space  
    protected java.lang.String strokeOpacity  
    protected java.lang.String style  
    protected java.lang.String systemLanguage  
    protected java.lang.String textRendering  
    protected java.lang.String title  
    protected java.lang.String transform  
    protected java.lang.String type  
    protected java.lang.String visibility  
    protected java.lang.String width  
    protected java.lang.String x  
    protected java.lang.String y  

    Fields inherited from class org.plutext.jaxb.svg11.SVGImageContent

    svgAnimationClass, svgDescriptionClass
  • Constructor Summary

    Constructors
    Constructor Description
    SVGImageClass()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getActuate()
    Gets the value of the actuate property.
    java.lang.String getArcrole()
    Gets the value of the arcrole property.
    java.lang.String getBase()
    Gets the value of the base property.
    java.lang.String getClazz()
    Gets the value of the clazz property.
    java.lang.String getClip()
    Gets the value of the clip property.
    java.lang.String getClipPath()
    Gets the value of the clipPath property.
    ClipFillRuleDatatype getClipRule()
    Gets the value of the clipRule property.
    java.lang.String getColor()
    Gets the value of the color property.
    java.lang.String getColorInterpolation()
    Gets the value of the colorInterpolation property.
    java.lang.String getColorProfile()
    Gets the value of the colorProfile property.
    java.lang.String getColorRendering()
    Gets the value of the colorRendering property.
    java.lang.String getCursor()
    Gets the value of the cursor property.
    java.lang.String getDisplay()
    Gets the value of the display property.
    BooleanDatatype getExternalResourcesRequired()
    Gets the value of the externalResourcesRequired property.
    java.lang.String getFillOpacity()
    Gets the value of the fillOpacity property.
    java.lang.String getFilter()
    Gets the value of the filter property.
    java.lang.String getHeight()
    Gets the value of the height property.
    java.lang.String getHref()
    Gets the value of the href property.
    java.lang.String getId()
    Gets the value of the id property.
    java.lang.String getImageRendering()
    Gets the value of the imageRendering property.
    java.lang.String getLang()
    Gets the value of the lang property.
    java.lang.String getMask()
    Gets the value of the mask property.
    java.lang.String getOnactivate()
    Gets the value of the onactivate property.
    java.lang.String getOnclick()
    Gets the value of the onclick property.
    java.lang.String getOnfocusin()
    Gets the value of the onfocusin property.
    java.lang.String getOnfocusout()
    Gets the value of the onfocusout property.
    java.lang.String getOnload()
    Gets the value of the onload property.
    java.lang.String getOnmousedown()
    Gets the value of the onmousedown property.
    java.lang.String getOnmousemove()
    Gets the value of the onmousemove property.
    java.lang.String getOnmouseout()
    Gets the value of the onmouseout property.
    java.lang.String getOnmouseover()
    Gets the value of the onmouseover property.
    java.lang.String getOnmouseup()
    Gets the value of the onmouseup property.
    java.lang.String getOpacity()
    Gets the value of the opacity property.
    java.lang.String getOverflow()
    Gets the value of the overflow property.
    java.lang.String getPointerEvents()
    Gets the value of the pointerEvents property.
    java.lang.String getPreserveAspectRatio()
    Gets the value of the preserveAspectRatio property.
    java.lang.String getRequiredExtensions()
    Gets the value of the requiredExtensions property.
    java.lang.String getRequiredFeatures()
    Gets the value of the requiredFeatures property.
    java.lang.String getRole()
    Gets the value of the role property.
    java.lang.String getShapeRendering()
    Gets the value of the shapeRendering property.
    java.lang.String getShow()
    Gets the value of the show property.
    java.lang.String getSpace()
    Gets the value of the space property.
    java.lang.String getStrokeOpacity()
    Gets the value of the strokeOpacity property.
    java.lang.String getStyle()
    Gets the value of the style property.
    java.lang.String getSystemLanguage()
    Gets the value of the systemLanguage property.
    java.lang.String getTextRendering()
    Gets the value of the textRendering property.
    java.lang.String getTitle()
    Gets the value of the title property.
    java.lang.String getTransform()
    Gets the value of the transform property.
    java.lang.String getType()
    Gets the value of the type property.
    java.lang.String getVisibility()
    Gets the value of the visibility property.
    java.lang.String getWidth()
    Gets the value of the width property.
    java.lang.String getX()
    Gets the value of the x property.
    java.lang.String getY()
    Gets the value of the y property.
    void setActuate​(java.lang.String value)
    Sets the value of the actuate property.
    void setArcrole​(java.lang.String value)
    Sets the value of the arcrole property.
    void setBase​(java.lang.String value)
    Sets the value of the base property.
    void setClazz​(java.lang.String value)
    Sets the value of the clazz property.
    void setClip​(java.lang.String value)
    Sets the value of the clip property.
    void setClipPath​(java.lang.String value)
    Sets the value of the clipPath property.
    void setClipRule​(ClipFillRuleDatatype value)
    Sets the value of the clipRule property.
    void setColor​(java.lang.String value)
    Sets the value of the color property.
    void setColorInterpolation​(java.lang.String value)
    Sets the value of the colorInterpolation property.
    void setColorProfile​(java.lang.String value)
    Sets the value of the colorProfile property.
    void setColorRendering​(java.lang.String value)
    Sets the value of the colorRendering property.
    void setCursor​(java.lang.String value)
    Sets the value of the cursor property.
    void setDisplay​(java.lang.String value)
    Sets the value of the display property.
    void setExternalResourcesRequired​(BooleanDatatype value)
    Sets the value of the externalResourcesRequired property.
    void setFillOpacity​(java.lang.String value)
    Sets the value of the fillOpacity property.
    void setFilter​(java.lang.String value)
    Sets the value of the filter property.
    void setHeight​(java.lang.String value)
    Sets the value of the height property.
    void setHref​(java.lang.String value)
    Sets the value of the href property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setImageRendering​(java.lang.String value)
    Sets the value of the imageRendering property.
    void setLang​(java.lang.String value)
    Sets the value of the lang property.
    void setMask​(java.lang.String value)
    Sets the value of the mask property.
    void setOnactivate​(java.lang.String value)
    Sets the value of the onactivate property.
    void setOnclick​(java.lang.String value)
    Sets the value of the onclick property.
    void setOnfocusin​(java.lang.String value)
    Sets the value of the onfocusin property.
    void setOnfocusout​(java.lang.String value)
    Sets the value of the onfocusout property.
    void setOnload​(java.lang.String value)
    Sets the value of the onload property.
    void setOnmousedown​(java.lang.String value)
    Sets the value of the onmousedown property.
    void setOnmousemove​(java.lang.String value)
    Sets the value of the onmousemove property.
    void setOnmouseout​(java.lang.String value)
    Sets the value of the onmouseout property.
    void setOnmouseover​(java.lang.String value)
    Sets the value of the onmouseover property.
    void setOnmouseup​(java.lang.String value)
    Sets the value of the onmouseup property.
    void setOpacity​(java.lang.String value)
    Sets the value of the opacity property.
    void setOverflow​(java.lang.String value)
    Sets the value of the overflow property.
    void setPointerEvents​(java.lang.String value)
    Sets the value of the pointerEvents property.
    void setPreserveAspectRatio​(java.lang.String value)
    Sets the value of the preserveAspectRatio property.
    void setRequiredExtensions​(java.lang.String value)
    Sets the value of the requiredExtensions property.
    void setRequiredFeatures​(java.lang.String value)
    Sets the value of the requiredFeatures property.
    void setRole​(java.lang.String value)
    Sets the value of the role property.
    void setShapeRendering​(java.lang.String value)
    Sets the value of the shapeRendering property.
    void setShow​(java.lang.String value)
    Sets the value of the show property.
    void setSpace​(java.lang.String value)
    Sets the value of the space property.
    void setStrokeOpacity​(java.lang.String value)
    Sets the value of the strokeOpacity property.
    void setStyle​(java.lang.String value)
    Sets the value of the style property.
    void setSystemLanguage​(java.lang.String value)
    Sets the value of the systemLanguage property.
    void setTextRendering​(java.lang.String value)
    Sets the value of the textRendering property.
    void setTitle​(java.lang.String value)
    Sets the value of the title property.
    void setTransform​(java.lang.String value)
    Sets the value of the transform property.
    void setType​(java.lang.String value)
    Sets the value of the type property.
    void setVisibility​(java.lang.String value)
    Sets the value of the visibility property.
    void setWidth​(java.lang.String value)
    Sets the value of the width property.
    void setX​(java.lang.String value)
    Sets the value of the x property.
    void setY​(java.lang.String value)
    Sets the value of the y property.

    Methods inherited from class org.plutext.jaxb.svg11.SVGImageContent

    getSVGAnimationClass, getSVGDescriptionClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      protected java.lang.String x
    • y

      protected java.lang.String y
    • width

      protected java.lang.String width
    • height

      protected java.lang.String height
    • preserveAspectRatio

      protected java.lang.String preserveAspectRatio
    • transform

      protected java.lang.String transform
    • id

      protected java.lang.String id
    • base

      protected java.lang.String base
    • space

      protected java.lang.String space
    • lang

      protected java.lang.String lang
    • onload

      protected java.lang.String onload
    • onmousemove

      protected java.lang.String onmousemove
    • onfocusin

      protected java.lang.String onfocusin
    • onfocusout

      protected java.lang.String onfocusout
    • onmousedown

      protected java.lang.String onmousedown
    • onmouseover

      protected java.lang.String onmouseover
    • onmouseout

      protected java.lang.String onmouseout
    • onmouseup

      protected java.lang.String onmouseup
    • onclick

      protected java.lang.String onclick
    • onactivate

      protected java.lang.String onactivate
    • filter

      protected java.lang.String filter
    • strokeOpacity

      protected java.lang.String strokeOpacity
    • fillOpacity

      protected java.lang.String fillOpacity
    • opacity

      protected java.lang.String opacity
    • cursor

      protected java.lang.String cursor
    • colorInterpolation

      protected java.lang.String colorInterpolation
    • colorRendering

      protected java.lang.String colorRendering
    • color

      protected java.lang.String color
    • clipPath

      protected java.lang.String clipPath
    • clipRule

      protected ClipFillRuleDatatype clipRule
    • requiredFeatures

      protected java.lang.String requiredFeatures
    • requiredExtensions

      protected java.lang.String requiredExtensions
    • systemLanguage

      protected java.lang.String systemLanguage
    • visibility

      protected java.lang.String visibility
    • pointerEvents

      protected java.lang.String pointerEvents
    • textRendering

      protected java.lang.String textRendering
    • display

      protected java.lang.String display
    • imageRendering

      protected java.lang.String imageRendering
    • shapeRendering

      protected java.lang.String shapeRendering
    • clip

      protected java.lang.String clip
    • overflow

      protected java.lang.String overflow
    • mask

      protected java.lang.String mask
    • externalResourcesRequired

      protected BooleanDatatype externalResourcesRequired
    • type

      protected java.lang.String type
    • href

      protected java.lang.String href
    • role

      protected java.lang.String role
    • arcrole

      protected java.lang.String arcrole
    • title

      protected java.lang.String title
    • show

      protected java.lang.String show
    • actuate

      protected java.lang.String actuate
    • colorProfile

      protected java.lang.String colorProfile
    • style

      protected java.lang.String style
    • clazz

      protected java.lang.String clazz
  • Constructor Details

    • SVGImageClass

      public SVGImageClass()
  • Method Details

    • getX

      public java.lang.String getX()
      Gets the value of the x property.
      Returns:
      possible object is String
    • setX

      public void setX​(java.lang.String value)
      Sets the value of the x property.
      Parameters:
      value - allowed object is String
    • getY

      public java.lang.String getY()
      Gets the value of the y property.
      Returns:
      possible object is String
    • setY

      public void setY​(java.lang.String value)
      Sets the value of the y property.
      Parameters:
      value - allowed object is String
    • getWidth

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

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

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

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

      public java.lang.String getPreserveAspectRatio()
      Gets the value of the preserveAspectRatio property.
      Returns:
      possible object is String
    • setPreserveAspectRatio

      public void setPreserveAspectRatio​(java.lang.String value)
      Sets the value of the preserveAspectRatio property.
      Parameters:
      value - allowed object is String
    • getTransform

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

      public void setTransform​(java.lang.String value)
      Sets the value of the transform property.
      Parameters:
      value - allowed object is String
    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBase

      public java.lang.String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      public void setBase​(java.lang.String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String
    • getSpace

      public java.lang.String getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      public void setSpace​(java.lang.String value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String
    • getLang

      public java.lang.String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang​(java.lang.String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getOnload

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setOnactivate​(java.lang.String value)
      Sets the value of the onactivate property.
      Parameters:
      value - allowed object is String
    • getFilter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setClipPath​(java.lang.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
    • getRequiredFeatures

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

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

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

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

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

      public void setSystemLanguage​(java.lang.String value)
      Sets the value of the systemLanguage property.
      Parameters:
      value - allowed object is String
    • getVisibility

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setMask​(java.lang.String value)
      Sets the value of the mask 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 java.lang.String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType​(java.lang.String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getHref

      public java.lang.String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref​(java.lang.String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getRole

      public java.lang.String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole​(java.lang.String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String
    • getArcrole

      public java.lang.String getArcrole()
      Gets the value of the arcrole property.
      Returns:
      possible object is String
    • setArcrole

      public void setArcrole​(java.lang.String value)
      Sets the value of the arcrole property.
      Parameters:
      value - allowed object is String
    • getTitle

      public java.lang.String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle​(java.lang.String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getShow

      public java.lang.String getShow()
      Gets the value of the show property.
      Returns:
      possible object is String
    • setShow

      public void setShow​(java.lang.String value)
      Sets the value of the show property.
      Parameters:
      value - allowed object is String
    • getActuate

      public java.lang.String getActuate()
      Gets the value of the actuate property.
      Returns:
      possible object is String
    • setActuate

      public void setActuate​(java.lang.String value)
      Sets the value of the actuate property.
      Parameters:
      value - allowed object is String
    • getColorProfile

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

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

      public java.lang.String getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle​(java.lang.String value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String
    • getClazz

      public java.lang.String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String