public class LibrariesType extends DetailsTypes.AddonDetailsType.Libraries
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>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LibraryType> |
library |
Constructor and Description |
---|
LibrariesType() |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
createFactory() |
java.util.List<Library> |
getLibrary() |
java.util.List<LibraryType> |
getLibraryInternal()
Gets the value of the library property.
|
protected java.util.List<LibraryType> library
public java.util.List<LibraryType> getLibraryInternal()
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
public java.util.List<Library> getLibrary()
getLibrary
in class DetailsTypes.AddonDetailsType.Libraries
public ObjectFactory createFactory()