public class LibraryType extends Library
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" 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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
localJarPath |
protected java.lang.Boolean |
manifestEntryRequired |
protected java.lang.String |
name |
Constructor and Description |
---|
LibraryType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String description
protected java.lang.String localJarPath
protected java.lang.String name
protected java.lang.Boolean manifestEntryRequired
public java.lang.String getDescription()
getDescription
in interface IAndroidTarget.OptionalLibrary
getDescription
in class Library
String
public void setDescription(java.lang.String value)
setDescription
in class Library
value
- allowed object is
String
public java.lang.String getLocalJarPath()
String
public void setLocalJarPath(java.lang.String value)
setLocalJarPath
in class Library
value
- allowed object is
String
public java.lang.String getName()
getName
in interface IAndroidTarget.OptionalLibrary
getName
in class Library
String
public void setName(java.lang.String value)
public boolean isManifestEntryRequired()
isManifestEntryRequired
in interface IAndroidTarget.OptionalLibrary
isManifestEntryRequired
in class Library
Boolean
public void setManifestEntryRequired(java.lang.Boolean value)
setManifestEntryRequired
in class Library
value
- allowed object is
Boolean
public ObjectFactory createFactory()