yarfraw.generated.rss10.elements
Class Seq
java.lang.Object
yarfraw.generated.rss10.elements.Seq
public class Seq
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}li" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Constructor Summary |
Seq()
|
Method Summary |
List<Li> |
getLi()
Gets the value of the li property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
li
protected List<Li> li
Seq
public Seq()
getLi
public List<Li> getLi()
- Gets the value of the li 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 li property.
For example, to add a new item, do as follows:
getLi().add(newItem);
Objects of the following type(s) are allowed in the list
Li
Copyright © 2008. All Rights Reserved.