public class Application 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.appng.org/schema/appngizer}stringNotBlank"/>
<element name="privileged" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fileBased" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="version" type="{http://www.appng.org/schema/appngizer}stringNotBlank"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected boolean |
fileBased |
protected boolean |
hidden |
protected boolean |
privileged |
protected String |
version |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isFileBased()
Gets the value of the fileBased property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isPrivileged()
Gets the value of the privileged property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFileBased(boolean value)
Sets the value of the fileBased property.
|
void |
setHidden(boolean value)
Sets the value of the hidden property.
|
void |
setPrivileged(boolean value)
Sets the value of the privileged property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String displayName
protected boolean privileged
protected boolean fileBased
protected boolean hidden
protected String version
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isPrivileged()
public void setPrivileged(boolean value)
public boolean isFileBased()
public void setFileBased(boolean value)
public boolean isHidden()
public void setHidden(boolean value)
public String getVersion()
StringCopyright © 2011–2022 aiticon GmbH. All rights reserved.