com.android.sdklib.repositoryv2.generated.common.v1
Class LibraryType

java.lang.Object
  extended by com.android.sdklib.repositoryv2.meta.DetailsTypes.Library
      extended by com.android.sdklib.repositoryv2.generated.common.v1.LibraryType
All Implemented Interfaces:
IAndroidTarget.OptionalLibrary

public class LibraryType
extends DetailsTypes.Library

DO NOT EDIT This file was generated by xjc from sdk-common-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. a library provided by this addon

Java class for libraryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="libraryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="localJarPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="manifestEntryRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String localJarPath
           
protected  java.lang.Boolean manifestEntryRequired
           
protected  java.lang.String name
           
 
Constructor Summary
LibraryType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLocalJarPath()
          Gets the value of the localJarPath property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isManifestEntryRequired()
          Gets the value of the manifestEntryRequired property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLocalJarPath(java.lang.String value)
          Sets the value of the localJarPath property.
 void setManifestEntryRequired(java.lang.Boolean value)
          Sets the value of the manifestEntryRequired property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class com.android.sdklib.repositoryv2.meta.DetailsTypes.Library
getJar, setPackagePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

localJarPath

protected java.lang.String localJarPath

name

protected java.lang.String name

manifestEntryRequired

protected java.lang.Boolean manifestEntryRequired
Constructor Detail

LibraryType

public LibraryType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Specified by:
getDescription in interface IAndroidTarget.OptionalLibrary
Specified by:
getDescription in class DetailsTypes.Library
Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLocalJarPath

public java.lang.String getLocalJarPath()
Gets the value of the localJarPath property.

Specified by:
getLocalJarPath in class DetailsTypes.Library
Returns:
possible object is String

setLocalJarPath

public void setLocalJarPath(java.lang.String value)
Sets the value of the localJarPath property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Specified by:
getName in interface IAndroidTarget.OptionalLibrary
Specified by:
getName in class DetailsTypes.Library
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isManifestEntryRequired

public boolean isManifestEntryRequired()
Gets the value of the manifestEntryRequired property.

Specified by:
isManifestEntryRequired in interface IAndroidTarget.OptionalLibrary
Specified by:
isManifestEntryRequired in class DetailsTypes.Library
Returns:
possible object is Boolean

setManifestEntryRequired

public void setManifestEntryRequired(java.lang.Boolean value)
Sets the value of the manifestEntryRequired property.

Parameters:
value - allowed object is Boolean

createFactory

public ObjectFactory createFactory()