Class Application

  • Direct Known Subclasses:
    Application

    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>
     
    • Field Detail

      • displayName

        protected String displayName
      • privileged

        protected boolean privileged
      • fileBased

        protected boolean fileBased
      • hidden

        protected boolean hidden
      • version

        protected String version
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Gets the value of the displayName property.
        Returns:
        possible object is String
      • setDisplayName

        public void setDisplayName​(String value)
        Sets the value of the displayName property.
        Parameters:
        value - allowed object is String
      • isPrivileged

        public boolean isPrivileged()
        Gets the value of the privileged property.
      • setPrivileged

        public void setPrivileged​(boolean value)
        Sets the value of the privileged property.
      • isFileBased

        public boolean isFileBased()
        Gets the value of the fileBased property.
      • setFileBased

        public void setFileBased​(boolean value)
        Sets the value of the fileBased property.
      • isHidden

        public boolean isHidden()
        Gets the value of the hidden property.
      • setHidden

        public void setHidden​(boolean value)
        Sets the value of the hidden property.
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String