public class ApplicationType
extends java.lang.Object
Java class for applicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="module" type="{http://java.sun.com/xml/ns/javaee}moduleType" maxOccurs="unbounded"/>
<element name="security-role" type="{http://java.sun.com/xml/ns/javaee}security-roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="library-directory" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="5" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DescriptionType> |
description |
protected java.util.List<DisplayNameType> |
displayName |
protected java.util.List<IconType> |
icon |
protected java.lang.String |
id |
protected PathType |
libraryDirectory |
protected java.util.List<ModuleType> |
module |
protected java.util.List<SecurityRoleType> |
securityRole |
protected java.lang.String |
version |
| Constructor and Description |
|---|
ApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
java.util.List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
java.util.List<IconType> |
getIcon()
Gets the value of the icon property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
PathType |
getLibraryDirectory()
Gets the value of the libraryDirectory property.
|
java.util.List<ModuleType> |
getModule()
Gets the value of the module property.
|
java.util.List<SecurityRoleType> |
getSecurityRole()
Gets the value of the securityRole property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLibraryDirectory(PathType value)
Sets the value of the libraryDirectory property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<DescriptionType> description
protected java.util.List<DisplayNameType> displayName
protected java.util.List<IconType> icon
protected java.util.List<ModuleType> module
protected java.util.List<SecurityRoleType> securityRole
protected PathType libraryDirectory
protected java.lang.String version
protected java.lang.String id
public java.util.List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public java.util.List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public java.util.List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public java.util.List<ModuleType> getModule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
ModuleType
public java.util.List<SecurityRoleType> getSecurityRole()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the securityRole property.
For example, to add a new item, do as follows:
getSecurityRole().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleType
public PathType getLibraryDirectory()
PathTypepublic void setLibraryDirectory(PathType value)
value - allowed object is
PathTypepublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String