- Direct Known Subclasses:
Svg
public class SVGSvgContent
extends java.lang.Object
Java class for SVG.svg.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SVG.svg.content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2000/svg}SVG.Description.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Animation.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Structure.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Conditional.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Image.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Style.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Shape.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Text.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Marker.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.ColorProfile.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Gradient.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Pattern.class"/>
<element ref="{http://www.w3.org/2000/svg}clipPath"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Mask.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Filter.class"/>
<element ref="{http://www.w3.org/2000/svg}cursor"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Hyperlink.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.View.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Script.class"/>
<element ref="{http://www.w3.org/2000/svg}SVG.Font.class"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass -
Constructor Summary
Constructors Constructor Description SVGSvgContent() -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Object>getSVGDescriptionClassOrSVGAnimationClassOrSVGStructureClass()Gets the value of the svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass
protected java.util.List<java.lang.Object> svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass
-
-
Constructor Details
-
SVGSvgContent
public SVGSvgContent()
-
-
Method Details
-
getSVGDescriptionClassOrSVGAnimationClassOrSVGStructureClass
public java.util.List<java.lang.Object> getSVGDescriptionClassOrSVGAnimationClassOrSVGStructureClass()Gets the value of the svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the svgDescriptionClassOrSVGAnimationClassOrSVGStructureClass property.For example, to add a new item, do as follows:
getSVGDescriptionClassOrSVGAnimationClassOrSVGStructureClass().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<Animate>JAXBElement<Object>JAXBElement<SVGHyperlinkClass>JAXBElement<Path>JAXBElement<Object>JAXBElement<Polygon>JAXBElement<SVGMarkerClass>JAXBElement<G>JAXBElement<AnimateColor>JAXBElement<Object>JAXBElement<SVGStyleClass>JAXBElement<SVGFilterClass>JAXBElement<Defs>JAXBElement<AltGlyphDef>JAXBElement<RadialGradient>JAXBElement<Object>JAXBElement<SVGStyleClass>JAXBElement<SVGUseClass>JAXBElement<Rect>ClipPathJAXBElement<SVGPatternClass>JAXBElement<SVGImageClass>JAXBElement<SVGMaskClass>JAXBElement<SVGFilterClass>JAXBElement<SVGConditionalClass>JAXBElement<LinearGradient>JAXBElement<SVGViewClass>JAXBElement<SVGMarkerClass>JAXBElement<SVGPatternClass>JAXBElement<Text>JAXBElement<Svg>JAXBElement<SVGMaskClass>JAXBElement<SVGScriptClass>JAXBElement<Circle>JAXBElement<Metadata>JAXBElement<Line>JAXBElement<Ellipse>JAXBElement<Desc>JAXBElement<Polyline>JAXBElement<SVGUseClass>JAXBElement<SVGColorProfileClass>JAXBElement<SVGScriptClass>JAXBElement<Set>JAXBElement<SVGViewClass>JAXBElement<AnimateTransform>JAXBElement<SVGColorProfileClass>JAXBElement<FontFace>JAXBElement<SVGImageClass>JAXBElement<Object>JAXBElement<SVGConditionalClass>JAXBElement<Title>JAXBElement<Object>JAXBElement<Font>JAXBElement<AnimateMotion>JAXBElement<Object>JAXBElement<SVGHyperlinkClass>JAXBElement<Symbol>Cursor
-