com.android.sdklib.repositoryv2.generated.addon.v1
Class LibrariesType

java.lang.Object
  extended by com.android.sdklib.repositoryv2.meta.DetailsTypes.AddonDetailsType.Libraries
      extended by 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>
 


Field Summary
protected  java.util.List<LibraryType> library
           
 
Constructor Summary
LibrariesType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 java.util.List<Library> getLibrary()
           
 java.util.List<LibraryType> getLibraryInternal()
          Gets the value of the library property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

library

protected java.util.List<LibraryType> library
Constructor Detail

LibrariesType

public LibrariesType()
Method Detail

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()