java.lang.Object
org.plutext.jaxb.svg11.SVGStyleClass
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://www.w3.org/2000/svg}SVG.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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Gets the value of the base property.Gets the value of the content property.getId()Gets the value of the id property.getLang()Gets the value of the lang property.getMedia()Gets the value of the media property.getSpace()Gets the value of the space property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.voidSets the value of the base property.voidsetContent(String value) Sets the value of the content property.voidSets the value of the id property.voidSets the value of the lang property.voidSets the value of the media property.voidSets the value of the space property.voidSets the value of the title property.voidSets the value of the type property.
-
Field Details
-
-
type
-
media
-
title
-
lang
-
space
-
id
-
base
-
-
Constructor Details
-
SVGStyleClass
public SVGStyleClass()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getMedia
Gets the value of the media property.- Returns:
- possible object is
String
-
setMedia
Sets the value of the media property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getSpace
Gets the value of the space property.- Returns:
- possible object is
String
-
setSpace
Sets the value of the space property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBase
Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
Sets the value of the base property.- Parameters:
value- allowed object isString
-