org.plutext.jaxb.svg11
Class SVGAltGlyphDefContent

java.lang.Object
  extended by org.plutext.jaxb.svg11.SVGAltGlyphDefContent
Direct Known Subclasses:
AltGlyphDef

public class SVGAltGlyphDefContent
extends Object

Java class for SVG.altGlyphDef.content complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SVG.altGlyphDef.content">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.w3.org/2000/svg}glyphRef" maxOccurs="unbounded"/>
         <element ref="{http://www.w3.org/2000/svg}altGlyphItem" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AltGlyphItem> altGlyphItem
           
protected  List<GlyphRef> glyphRef
           
 
Constructor Summary
SVGAltGlyphDefContent()
           
 
Method Summary
 List<AltGlyphItem> getAltGlyphItem()
          Gets the value of the altGlyphItem property.
 List<GlyphRef> getGlyphRef()
          Gets the value of the glyphRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glyphRef

protected List<GlyphRef> glyphRef

altGlyphItem

protected List<AltGlyphItem> altGlyphItem
Constructor Detail

SVGAltGlyphDefContent

public SVGAltGlyphDefContent()
Method Detail

getGlyphRef

public List<GlyphRef> getGlyphRef()
Gets the value of the glyphRef 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 glyphRef property.

For example, to add a new item, do as follows:

    getGlyphRef().add(newItem);
 

Objects of the following type(s) are allowed in the list GlyphRef


getAltGlyphItem

public List<AltGlyphItem> getAltGlyphItem()
Gets the value of the altGlyphItem 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 altGlyphItem property.

For example, to add a new item, do as follows:

    getAltGlyphItem().add(newItem);
 

Objects of the following type(s) are allowed in the list AltGlyphItem



Copyright © 2012. All Rights Reserved.