Class Application

java.lang.Object
com.emc.d2fs.models.application.Application
All Implemented Interfaces:
Serializable

public class Application extends Object implements 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 Details

    • Application

      public Application()
  • Method Details

    • getApplicationName

      public String getApplicationName()
      Gets the value of the applicationName property.
      Returns:
      possible object is String
    • setApplicationName

      public void setApplicationName(String value)
      Sets the value of the applicationName property.
      Parameters:
      value - allowed object is String
    • getApplicationLabel

      public String getApplicationLabel()
      Gets the value of the applicationLabel property.
      Returns:
      possible object is String
    • setApplicationLabel

      public void setApplicationLabel(String value)
      Sets the value of the applicationLabel property.
      Parameters:
      value - allowed object is String
    • getApplicationParameter

      public String getApplicationParameter()
      Gets the value of the applicationParameter property.
      Returns:
      possible object is String
    • setApplicationParameter

      public void setApplicationParameter(String value)
      Sets the value of the applicationParameter property.
      Parameters:
      value - allowed object is String
    • isIsIncludedAtLogin

      public boolean isIsIncludedAtLogin()
      Gets the value of the isIncludedAtLogin property.
    • setIsIncludedAtLogin

      public void setIsIncludedAtLogin(boolean value)
      Sets the value of the isIncludedAtLogin property.