org.plutext.jaxb.svg11.SVGImageClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb-svg11 Show documentation
Show all versions of jaxb-svg11 Show documentation
JAXB classes modelling SVG 1.1
/*
* Copyright 2010, Plutext Pty Ltd.
*
* This file is part of docx4j.
docx4j is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package org.plutext.jaxb.svg11;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public class SVGImageClass
extends SVGImageContent
{
@XmlAttribute
protected String x;
@XmlAttribute
protected String y;
@XmlAttribute(required = true)
protected String width;
@XmlAttribute(required = true)
protected String height;
@XmlAttribute
protected String preserveAspectRatio;
@XmlAttribute
protected String transform;
@XmlAttribute
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String id;
@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace")
protected String base;
@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace", required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
@XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String lang;
@XmlAttribute
protected String onload;
@XmlAttribute
protected String onmousemove;
@XmlAttribute
protected String onfocusin;
@XmlAttribute
protected String onfocusout;
@XmlAttribute
protected String onmousedown;
@XmlAttribute
protected String onmouseover;
@XmlAttribute
protected String onmouseout;
@XmlAttribute
protected String onmouseup;
@XmlAttribute
protected String onclick;
@XmlAttribute
protected String onactivate;
@XmlAttribute
protected String filter;
@XmlAttribute(name = "stroke-opacity")
protected String strokeOpacity;
@XmlAttribute(name = "fill-opacity")
protected String fillOpacity;
@XmlAttribute
protected String opacity;
@XmlAttribute
protected String cursor;
@XmlAttribute(name = "color-interpolation")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String colorInterpolation;
@XmlAttribute(name = "color-rendering")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String colorRendering;
@XmlAttribute
protected String color;
@XmlAttribute(name = "clip-path")
protected String clipPath;
@XmlAttribute(name = "clip-rule")
protected ClipFillRuleDatatype clipRule;
@XmlAttribute
protected String requiredFeatures;
@XmlAttribute
protected String requiredExtensions;
@XmlAttribute
protected String systemLanguage;
@XmlAttribute
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String visibility;
@XmlAttribute(name = "pointer-events")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String pointerEvents;
@XmlAttribute(name = "text-rendering")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String textRendering;
@XmlAttribute
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String display;
@XmlAttribute(name = "image-rendering")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String imageRendering;
@XmlAttribute(name = "shape-rendering")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String shapeRendering;
@XmlAttribute
protected String clip;
@XmlAttribute
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String overflow;
@XmlAttribute
protected String mask;
@XmlAttribute
protected BooleanDatatype externalResourcesRequired;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String type;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink", required = true)
protected String href;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink")
protected String role;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink")
protected String arcrole;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anySimpleType")
protected String title;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink", required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String show;
@XmlAttribute(namespace = "http://www.w3.org/1999/xlink", required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String actuate;
@XmlAttribute(name = "color-profile")
@XmlSchemaType(name = "anySimpleType")
protected String colorProfile;
@XmlAttribute
protected String style;
@XmlAttribute(name = "class")
protected String clazz;
/**
* Gets the value of the x property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getX() {
return x;
}
/**
* Sets the value of the x property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setX(String value) {
this.x = value;
}
/**
* Gets the value of the y property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getY() {
return y;
}
/**
* Sets the value of the y property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setY(String value) {
this.y = value;
}
/**
* Gets the value of the width property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWidth() {
return width;
}
/**
* Sets the value of the width property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWidth(String value) {
this.width = value;
}
/**
* Gets the value of the height property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHeight() {
return height;
}
/**
* Sets the value of the height property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHeight(String value) {
this.height = value;
}
/**
* Gets the value of the preserveAspectRatio property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPreserveAspectRatio() {
if (preserveAspectRatio == null) {
return "xMidYMid meet";
} else {
return preserveAspectRatio;
}
}
/**
* Sets the value of the preserveAspectRatio property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPreserveAspectRatio(String value) {
this.preserveAspectRatio = value;
}
/**
* Gets the value of the transform property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTransform() {
return transform;
}
/**
* Sets the value of the transform property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTransform(String value) {
this.transform = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the base property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBase() {
return base;
}
/**
* Sets the value of the base property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBase(String value) {
this.base = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Gets the value of the lang property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLang() {
return lang;
}
/**
* Sets the value of the lang property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLang(String value) {
this.lang = value;
}
/**
* Gets the value of the onload property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnload() {
return onload;
}
/**
* Sets the value of the onload property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnload(String value) {
this.onload = value;
}
/**
* Gets the value of the onmousemove property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnmousemove() {
return onmousemove;
}
/**
* Sets the value of the onmousemove property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnmousemove(String value) {
this.onmousemove = value;
}
/**
* Gets the value of the onfocusin property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnfocusin() {
return onfocusin;
}
/**
* Sets the value of the onfocusin property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnfocusin(String value) {
this.onfocusin = value;
}
/**
* Gets the value of the onfocusout property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnfocusout() {
return onfocusout;
}
/**
* Sets the value of the onfocusout property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnfocusout(String value) {
this.onfocusout = value;
}
/**
* Gets the value of the onmousedown property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnmousedown() {
return onmousedown;
}
/**
* Sets the value of the onmousedown property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnmousedown(String value) {
this.onmousedown = value;
}
/**
* Gets the value of the onmouseover property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnmouseover() {
return onmouseover;
}
/**
* Sets the value of the onmouseover property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnmouseover(String value) {
this.onmouseover = value;
}
/**
* Gets the value of the onmouseout property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnmouseout() {
return onmouseout;
}
/**
* Sets the value of the onmouseout property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnmouseout(String value) {
this.onmouseout = value;
}
/**
* Gets the value of the onmouseup property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnmouseup() {
return onmouseup;
}
/**
* Sets the value of the onmouseup property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnmouseup(String value) {
this.onmouseup = value;
}
/**
* Gets the value of the onclick property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnclick() {
return onclick;
}
/**
* Sets the value of the onclick property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnclick(String value) {
this.onclick = value;
}
/**
* Gets the value of the onactivate property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOnactivate() {
return onactivate;
}
/**
* Sets the value of the onactivate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOnactivate(String value) {
this.onactivate = value;
}
/**
* Gets the value of the filter property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFilter() {
return filter;
}
/**
* Sets the value of the filter property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFilter(String value) {
this.filter = value;
}
/**
* Gets the value of the strokeOpacity property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStrokeOpacity() {
return strokeOpacity;
}
/**
* Sets the value of the strokeOpacity property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStrokeOpacity(String value) {
this.strokeOpacity = value;
}
/**
* Gets the value of the fillOpacity property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFillOpacity() {
return fillOpacity;
}
/**
* Sets the value of the fillOpacity property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFillOpacity(String value) {
this.fillOpacity = value;
}
/**
* Gets the value of the opacity property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOpacity() {
return opacity;
}
/**
* Sets the value of the opacity property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOpacity(String value) {
this.opacity = value;
}
/**
* Gets the value of the cursor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCursor() {
return cursor;
}
/**
* Sets the value of the cursor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCursor(String value) {
this.cursor = value;
}
/**
* Gets the value of the colorInterpolation property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getColorInterpolation() {
return colorInterpolation;
}
/**
* Sets the value of the colorInterpolation property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setColorInterpolation(String value) {
this.colorInterpolation = value;
}
/**
* Gets the value of the colorRendering property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getColorRendering() {
return colorRendering;
}
/**
* Sets the value of the colorRendering property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setColorRendering(String value) {
this.colorRendering = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setColor(String value) {
this.color = value;
}
/**
* Gets the value of the clipPath property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClipPath() {
return clipPath;
}
/**
* Sets the value of the clipPath property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClipPath(String value) {
this.clipPath = value;
}
/**
* Gets the value of the clipRule property.
*
* @return
* possible object is
* {@link ClipFillRuleDatatype }
*
*/
public ClipFillRuleDatatype getClipRule() {
return clipRule;
}
/**
* Sets the value of the clipRule property.
*
* @param value
* allowed object is
* {@link ClipFillRuleDatatype }
*
*/
public void setClipRule(ClipFillRuleDatatype value) {
this.clipRule = value;
}
/**
* Gets the value of the requiredFeatures property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRequiredFeatures() {
return requiredFeatures;
}
/**
* Sets the value of the requiredFeatures property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRequiredFeatures(String value) {
this.requiredFeatures = value;
}
/**
* Gets the value of the requiredExtensions property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRequiredExtensions() {
return requiredExtensions;
}
/**
* Sets the value of the requiredExtensions property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRequiredExtensions(String value) {
this.requiredExtensions = value;
}
/**
* Gets the value of the systemLanguage property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSystemLanguage() {
return systemLanguage;
}
/**
* Sets the value of the systemLanguage property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSystemLanguage(String value) {
this.systemLanguage = value;
}
/**
* Gets the value of the visibility property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVisibility() {
return visibility;
}
/**
* Sets the value of the visibility property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVisibility(String value) {
this.visibility = value;
}
/**
* Gets the value of the pointerEvents property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPointerEvents() {
return pointerEvents;
}
/**
* Sets the value of the pointerEvents property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPointerEvents(String value) {
this.pointerEvents = value;
}
/**
* Gets the value of the textRendering property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTextRendering() {
return textRendering;
}
/**
* Sets the value of the textRendering property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTextRendering(String value) {
this.textRendering = value;
}
/**
* Gets the value of the display property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDisplay() {
return display;
}
/**
* Sets the value of the display property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDisplay(String value) {
this.display = value;
}
/**
* Gets the value of the imageRendering property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getImageRendering() {
return imageRendering;
}
/**
* Sets the value of the imageRendering property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setImageRendering(String value) {
this.imageRendering = value;
}
/**
* Gets the value of the shapeRendering property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getShapeRendering() {
return shapeRendering;
}
/**
* Sets the value of the shapeRendering property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setShapeRendering(String value) {
this.shapeRendering = value;
}
/**
* Gets the value of the clip property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClip() {
return clip;
}
/**
* Sets the value of the clip property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClip(String value) {
this.clip = value;
}
/**
* Gets the value of the overflow property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOverflow() {
return overflow;
}
/**
* Sets the value of the overflow property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOverflow(String value) {
this.overflow = value;
}
/**
* Gets the value of the mask property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMask() {
return mask;
}
/**
* Sets the value of the mask property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMask(String value) {
this.mask = value;
}
/**
* Gets the value of the externalResourcesRequired property.
*
* @return
* possible object is
* {@link BooleanDatatype }
*
*/
public BooleanDatatype getExternalResourcesRequired() {
return externalResourcesRequired;
}
/**
* Sets the value of the externalResourcesRequired property.
*
* @param value
* allowed object is
* {@link BooleanDatatype }
*
*/
public void setExternalResourcesRequired(BooleanDatatype value) {
this.externalResourcesRequired = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
if (type == null) {
return "simple";
} else {
return type;
}
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the href property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHref() {
return href;
}
/**
* Sets the value of the href property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHref(String value) {
this.href = value;
}
/**
* Gets the value of the role property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRole() {
return role;
}
/**
* Sets the value of the role property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRole(String value) {
this.role = value;
}
/**
* Gets the value of the arcrole property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArcrole() {
return arcrole;
}
/**
* Sets the value of the arcrole property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArcrole(String value) {
this.arcrole = value;
}
/**
* Gets the value of the title property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTitle() {
return title;
}
/**
* Sets the value of the title property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTitle(String value) {
this.title = value;
}
/**
* Gets the value of the show property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getShow() {
return show;
}
/**
* Sets the value of the show property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setShow(String value) {
this.show = value;
}
/**
* Gets the value of the actuate property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getActuate() {
return actuate;
}
/**
* Sets the value of the actuate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setActuate(String value) {
this.actuate = value;
}
/**
* Gets the value of the colorProfile property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getColorProfile() {
return colorProfile;
}
/**
* Sets the value of the colorProfile property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setColorProfile(String value) {
this.colorProfile = value;
}
/**
* Gets the value of the style property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStyle() {
return style;
}
/**
* Sets the value of the style property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStyle(String value) {
this.style = value;
}
/**
* Gets the value of the clazz property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getClazz() {
return clazz;
}
/**
* Sets the value of the clazz property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setClazz(String value) {
this.clazz = value;
}
}