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 OptionalLibrarygetDescription in class LibraryStringpublic void setDescription(java.lang.String value)
setDescription in class Libraryvalue - allowed object is
Stringpublic java.lang.String getLocalJarPath()
Stringpublic void setLocalJarPath(java.lang.String value)
setLocalJarPath in class Libraryvalue - allowed object is
Stringpublic java.lang.String getName()
getName in interface OptionalLibrarygetName in class LibraryStringpublic void setName(java.lang.String value)
public boolean isManifestEntryRequired()
isManifestEntryRequired in interface OptionalLibraryisManifestEntryRequired in class LibraryBooleanpublic void setManifestEntryRequired(java.lang.Boolean value)
setManifestEntryRequired in class Libraryvalue - allowed object is
Booleanpublic ObjectFactory createFactory()