|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.plutext.jaxb.svg11.SVGAltGlyphDefContent
public class SVGAltGlyphDefContent
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 |
|---|
protected List<GlyphRef> glyphRef
protected List<AltGlyphItem> altGlyphItem
| Constructor Detail |
|---|
public SVGAltGlyphDefContent()
| Method Detail |
|---|
public List<GlyphRef> getGlyphRef()
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
public List<AltGlyphItem> getAltGlyphItem()
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||