Package com.emc.d2fs.models.application
Class Application
java.lang.Object
com.emc.d2fs.models.application.Application
- All Implemented Interfaces:
Serializable
Java class for application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="applicationName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="applicationLabel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="applicationParameter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isIncludedAtLogin" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationLabel property.Gets the value of the applicationName property.Gets the value of the applicationParameter property.boolean
Gets the value of the isIncludedAtLogin property.void
setApplicationLabel
(String value) Sets the value of the applicationLabel property.void
setApplicationName
(String value) Sets the value of the applicationName property.void
setApplicationParameter
(String value) Sets the value of the applicationParameter property.void
setIsIncludedAtLogin
(boolean value) Sets the value of the isIncludedAtLogin property.
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getApplicationName
Gets the value of the applicationName property.- Returns:
- possible object is
String
-
setApplicationName
Sets the value of the applicationName property.- Parameters:
value
- allowed object isString
-
getApplicationLabel
Gets the value of the applicationLabel property.- Returns:
- possible object is
String
-
setApplicationLabel
Sets the value of the applicationLabel property.- Parameters:
value
- allowed object isString
-
getApplicationParameter
Gets the value of the applicationParameter property.- Returns:
- possible object is
String
-
setApplicationParameter
Sets the value of the applicationParameter property.- Parameters:
value
- allowed object isString
-
isIsIncludedAtLogin
public boolean isIsIncludedAtLogin()Gets the value of the isIncludedAtLogin property. -
setIsIncludedAtLogin
public void setIsIncludedAtLogin(boolean value) Sets the value of the isIncludedAtLogin property.
-