public abstract class PackageInfo extends Object
Java class for packageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="packageInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="display-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="long-description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="appng-version" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
appngVersion |
protected String |
description |
protected String |
displayName |
protected String |
longDescription |
protected String |
name |
protected String |
timestamp |
protected String |
version |
Constructor and Description |
---|
PackageInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAppngVersion()
Gets the value of the appngVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAppngVersion(String value)
Sets the value of the appngVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTimestamp(String value)
Sets the value of the timestamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String displayName
protected String description
protected String longDescription
protected String version
protected String timestamp
protected String appngVersion
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getLongDescription()
String
public void setLongDescription(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getTimestamp()
String
public void setTimestamp(String value)
value
- allowed object is
String
public String getAppngVersion()
String
Copyright © 2011–2020 aiticon GmbH. All rights reserved.