Class SVGAltGlyphDefContent

  • Direct Known Subclasses:
    AltGlyphDef

    public class SVGAltGlyphDefContent
    extends java.lang.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 Detail

      • glyphRef

        protected java.util.List<GlyphRef> glyphRef
      • altGlyphItem

        protected java.util.List<AltGlyphItem> altGlyphItem
    • Constructor Detail

      • SVGAltGlyphDefContent

        public SVGAltGlyphDefContent()
    • Method Detail

      • getGlyphRef

        public java.util.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 java.util.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