Class Package

  • Direct Known Subclasses:
    Package

    public class Package
    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.w3.org/2001/XMLSchema}string"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="release" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="snapshot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="installed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="type" type="{http://www.appng.org/schema/appngizer}packageType"/>
             <element name="privileged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • displayName

        protected String displayName
      • version

        protected String version
      • timestamp

        protected String timestamp
      • release

        protected String release
      • snapshot

        protected String snapshot
      • installed

        protected boolean installed
      • privileged

        protected Boolean privileged
    • Constructor Detail

      • Package

        public Package()
    • 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
      • 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
      • getTimestamp

        public String getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is String
      • setTimestamp

        public void setTimestamp​(String value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is String
      • getRelease

        public String getRelease()
        Gets the value of the release property.
        Returns:
        possible object is String
      • setRelease

        public void setRelease​(String value)
        Sets the value of the release property.
        Parameters:
        value - allowed object is String
      • getSnapshot

        public String getSnapshot()
        Gets the value of the snapshot property.
        Returns:
        possible object is String
      • setSnapshot

        public void setSnapshot​(String value)
        Sets the value of the snapshot property.
        Parameters:
        value - allowed object is String
      • isInstalled

        public boolean isInstalled()
        Gets the value of the installed property.
      • setInstalled

        public void setInstalled​(boolean value)
        Sets the value of the installed property.
      • getType

        public PackageType getType()
        Gets the value of the type property.
        Returns:
        possible object is PackageType
      • setType

        public void setType​(PackageType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is PackageType
      • isPrivileged

        public Boolean isPrivileged()
        Gets the value of the privileged property.
        Returns:
        possible object is Boolean
      • setPrivileged

        public void setPrivileged​(Boolean value)
        Sets the value of the privileged property.
        Parameters:
        value - allowed object is Boolean
      • isHidden

        public Boolean isHidden()
        Gets the value of the hidden property.
        Returns:
        possible object is Boolean
      • setHidden

        public void setHidden​(Boolean value)
        Sets the value of the hidden property.
        Parameters:
        value - allowed object is Boolean