Class Bundle

  • All Implemented Interfaces:
    Blacklisting, BundleInfo

    public class Bundle
    extends Object
    implements BundleInfo

    Deployable element to install.

    Java class for bundle complex type.

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

     <complexType name="bundle">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
           <attribute name="start-level" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="dependency" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Bundle

        public Bundle()
      • Bundle

        public Bundle​(String value)
    • Method Detail

      • getLocation

        public String getLocation()
        Gets the value of the value property.
        Specified by:
        getLocation in interface BundleInfo
        Returns:
        possible object is String
      • setLocation

        public void setLocation​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getStartLevel

        public int getStartLevel()
        Gets the value of the startLevel property.
        Specified by:
        getStartLevel in interface BundleInfo
        Returns:
        possible object is Integer
      • setStartLevel

        public void setStartLevel​(Integer value)
        Sets the value of the startLevel property.
        Parameters:
        value - allowed object is Integer
      • isStart

        public boolean isStart()
        Gets the value of the start property.
        Specified by:
        isStart in interface BundleInfo
        Returns:
        possible object is Boolean
      • setStart

        public void setStart​(Boolean value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is Boolean
      • isDependency

        public boolean isDependency()
        Gets the value of the dependency property.
        Specified by:
        isDependency in interface BundleInfo
        Returns:
        possible object is Boolean
      • setDependency

        public void setDependency​(Boolean value)
        Sets the value of the dependency property.
        Parameters:
        value - allowed object is Boolean
      • isBlacklisted

        public boolean isBlacklisted()
        Description copied from interface: Blacklisting
        Returns true if this item is blacklisted.
        Specified by:
        isBlacklisted in interface Blacklisting
        Returns:
      • setBlacklisted

        public void setBlacklisted​(boolean blacklisted)
      • setOriginalLocation

        public void setOriginalLocation​(String originalLocation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object