public class PatchesType extends Archive.PatchesType
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PatchType> |
patch |
| Constructor and Description |
|---|
PatchesType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
java.util.List<Archive.PatchType> |
getPatch() |
java.util.List<PatchType> |
getPatchInternal()
Gets the value of the patch property.
|
protected java.util.List<PatchType> patch
public java.util.List<PatchType> getPatchInternal()
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
public java.util.List<Archive.PatchType> getPatch()
getPatch in class Archive.PatchesTypepublic ObjectFactory createFactory()