public class ArchivesType extends RepoPackageImpl.Archives
Java class for archivesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="archivesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="archive" type="{http://schemas.android.com/repository/android/common/01}archiveType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ArchiveType> |
archive |
| Constructor and Description |
|---|
ArchivesType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.util.List<Archive> |
getArchive() |
java.util.List<ArchiveType> |
getArchiveInternal()
Gets the value of the archive property.
|
protected java.util.List<ArchiveType> archive
public java.util.List<ArchiveType> getArchiveInternal()
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 archive property.
For example, to add a new item, do as follows:
getArchive().add(newItem);
Objects of the following type(s) are allowed in the list
ArchiveType
public java.util.List<Archive> getArchive()
getArchive in class RepoPackageImpl.Archivespublic ObjectFactory createFactory()