- java.lang.Object
-
- org.plutext.jaxb.svg11.SVGStyleClass
-
public class SVGStyleClass extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.w3.org/2000/svg}SVG.lang.attrib"/> <attGroup ref="{http://www.w3.org/XML/1998/namespace}space"/> <attGroup ref="{http://www.w3.org/2000/svg}SVG.id.attrib"/> <attGroup ref="{http://www.w3.org/2000/svg}SVG.base.attrib"/> <attribute name="type" use="required" type="{http://www.w3.org/2000/svg}ContentType.datatype" /> <attribute name="media" type="{http://www.w3.org/2000/svg}MediaDesc.datatype" /> <attribute name="title" type="{http://www.w3.org/2000/svg}Text.datatype" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbaseprotected java.lang.Stringcontentprotected java.lang.Stringidprotected java.lang.Stringlangprotected java.lang.Stringmediaprotected java.lang.Stringspaceprotected java.lang.Stringtitleprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description SVGStyleClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBase()Gets the value of the base property.java.lang.StringgetContent()Gets the value of the content property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetMedia()Gets the value of the media property.java.lang.StringgetSpace()Gets the value of the space property.java.lang.StringgetTitle()Gets the value of the title property.java.lang.StringgetType()Gets the value of the type property.voidsetBase(java.lang.String value)Sets the value of the base property.voidsetContent(java.lang.String value)Sets the value of the content property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetMedia(java.lang.String value)Sets the value of the media property.voidsetSpace(java.lang.String value)Sets the value of the space property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
content
protected java.lang.String content
-
type
protected java.lang.String type
-
media
protected java.lang.String media
-
title
protected java.lang.String title
-
lang
protected java.lang.String lang
-
space
protected java.lang.String space
-
id
protected java.lang.String id
-
base
protected java.lang.String base
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
public void setContent(java.lang.String value)
Sets the value of the content property.- Parameters:
value- allowed object isString
-
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 isString
-
getMedia
public java.lang.String getMedia()
Gets the value of the media property.- Returns:
- possible object is
String
-
setMedia
public void setMedia(java.lang.String value)
Sets the value of the media property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-