org.plutext.jaxb.svg11
Class SVGAContent
java.lang.Object
org.plutext.jaxb.svg11.SVGAContent
- Direct Known Subclasses:
- SVGHyperlinkClass
public class SVGAContent
- extends Object
Java class for SVG.a.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SVG.a.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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<Object> content
SVGAContent
public SVGAContent()
getContent
public List<Object> getContent()
- Gets the value of the content 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 set method for the content property.
For example, to add a new item, do as follows:
getContent().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>
String
JAXBElement<Rect>
JAXBElement<SVGUseClass>
ClipPath
JAXBElement<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
Copyright © 2012. All Rights Reserved.