com.android.repository.impl.generated.v1
Class PatchesType
java.lang.Object
com.android.repository.impl.meta.Archive.PatchesType
com.android.repository.impl.generated.v1.PatchesType
public class PatchesType
- extends Archive.PatchesType
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 patches.
Java class for patchesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patchesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="patch" type="{http://schemas.android.com/repository/android/common/01}patchType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
patch
protected java.util.List<PatchType> patch
PatchesType
public PatchesType()
getPatchInternal
public java.util.List<PatchType> getPatchInternal()
- Gets the value of the patch 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 patch property.
For example, to add a new item, do as follows:
getPatch().add(newItem);
Objects of the following type(s) are allowed in the list
PatchType
getPatch
public java.util.List<Archive.PatchType> getPatch()
- Overrides:
getPatch in class Archive.PatchesType
createFactory
public ObjectFactory createFactory()