public class Package extends Nameable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.appng.org/schema/appngizer}nameable"> <sequence> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="release" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="snapshot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="installed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="type" type="{http://www.appng.org/schema/appngizer}packageType"/> <element name="privileged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
displayName |
protected Boolean |
hidden |
protected boolean |
installed |
protected Boolean |
privileged |
protected String |
release |
protected String |
snapshot |
protected String |
timestamp |
protected PackageType |
type |
protected String |
version |
Constructor and Description |
---|
Package() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getRelease()
Gets the value of the release property.
|
String |
getSnapshot()
Gets the value of the snapshot property.
|
String |
getTimestamp()
Gets the value of the timestamp property.
|
PackageType |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isInstalled()
Gets the value of the installed property.
|
Boolean |
isPrivileged()
Gets the value of the privileged property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setInstalled(boolean value)
Sets the value of the installed property.
|
void |
setPrivileged(Boolean value)
Sets the value of the privileged property.
|
void |
setRelease(String value)
Sets the value of the release property.
|
void |
setSnapshot(String value)
Sets the value of the snapshot property.
|
void |
setTimestamp(String value)
Sets the value of the timestamp property.
|
void |
setType(PackageType value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String displayName
protected String version
protected String timestamp
protected String release
protected String snapshot
protected boolean installed
protected PackageType type
protected Boolean privileged
protected Boolean hidden
public String getDisplayName()
String
public void setDisplayName(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 getRelease()
String
public void setRelease(String value)
value
- allowed object is
String
public String getSnapshot()
String
public void setSnapshot(String value)
value
- allowed object is
String
public boolean isInstalled()
public void setInstalled(boolean value)
public PackageType getType()
PackageType
public void setType(PackageType value)
value
- allowed object is
PackageType
public Boolean isPrivileged()
Boolean
public void setPrivileged(Boolean value)
value
- allowed object is
Boolean
public Boolean isHidden()
Boolean
Copyright © 2011–2023 aiticon GmbH. All rights reserved.