|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.repositoryv2.meta.DetailsTypes.Library
com.android.sdklib.repositoryv2.generated.common.v1.LibraryType
public class LibraryType
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 |
---|
protected java.lang.String description
protected java.lang.String localJarPath
protected java.lang.String name
protected java.lang.Boolean manifestEntryRequired
Constructor Detail |
---|
public LibraryType()
Method Detail |
---|
public java.lang.String getDescription()
getDescription
in interface IAndroidTarget.OptionalLibrary
getDescription
in class DetailsTypes.Library
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalJarPath()
getLocalJarPath
in class DetailsTypes.Library
String
public void setLocalJarPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
getName
in interface IAndroidTarget.OptionalLibrary
getName
in class DetailsTypes.Library
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isManifestEntryRequired()
isManifestEntryRequired
in interface IAndroidTarget.OptionalLibrary
isManifestEntryRequired
in class DetailsTypes.Library
Boolean
public void setManifestEntryRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public ObjectFactory createFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |