Class PackageInfo

  • Direct Known Subclasses:
    ApplicationInfo, Template

    public abstract class PackageInfo
    extends Object

    Java class for packageInfo complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="packageInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="display-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="long-description" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="appng-version" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • displayName

        protected String displayName
      • description

        protected String description
      • longDescription

        protected String longDescription
      • version

        protected String version
      • timestamp

        protected String timestamp
      • appngVersion

        protected String appngVersion
    • Constructor Detail

      • PackageInfo

        public PackageInfo()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • 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
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getLongDescription

        public String getLongDescription()
        Gets the value of the longDescription property.
        Returns:
        possible object is String
      • setLongDescription

        public void setLongDescription​(String value)
        Sets the value of the longDescription 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
      • getAppngVersion

        public String getAppngVersion()
        Gets the value of the appngVersion property.
        Returns:
        possible object is String
      • setAppngVersion

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