com.android.repository.impl.generated.v1
Class ArchivesType
java.lang.Object
com.android.repository.impl.meta.RepoPackageImpl.Archives
com.android.repository.impl.generated.v1.ArchivesType
public class ArchivesType
- extends RepoPackageImpl.Archives
DO NOT EDIT
This file was generated by xjc from repo-common-01.xsd. Any changes will be lost upon recompilation of the schema.
See the schema file for instructions on running xjc.
A list of 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
archive
protected java.util.List<ArchiveType> archive
ArchivesType
public ArchivesType()
getArchiveInternal
public java.util.List<ArchiveType> getArchiveInternal()
- Gets the value of the archive 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 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
getArchive
public java.util.List<Archive> getArchive()
- Specified by:
getArchive in class RepoPackageImpl.Archives
createFactory
public ObjectFactory createFactory()