com.android.sdklib.repositoryv2.generated.addon.v1
Class LibrariesType
java.lang.Object
com.android.sdklib.repositoryv2.meta.DetailsTypes.AddonDetailsType.Libraries
com.android.sdklib.repositoryv2.generated.addon.v1.LibrariesType
public class LibrariesType
- extends DetailsTypes.AddonDetailsType.Libraries
DO NOT EDIT
This file was generated by xjc from sdk-addon-01.xsd. Any changes will be lost upon recompilation of the schema.
See the schema file for instructions on running xjc.
libraries provided by this addon
Java class for librariesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="librariesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="library" type="{http://schemas.android.com/sdk/android/repo/common/01}libraryType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
library
protected java.util.List<LibraryType> library
LibrariesType
public LibrariesType()
getLibraryInternal
public java.util.List<LibraryType> getLibraryInternal()
- Gets the value of the library 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 library property.
For example, to add a new item, do as follows:
getLibrary().add(newItem);
Objects of the following type(s) are allowed in the list
LibraryType
getLibrary
public java.util.List<Library> getLibrary()
- Specified by:
getLibrary
in class DetailsTypes.AddonDetailsType.Libraries
createFactory
public ObjectFactory createFactory()