Class Repository

  • Direct Known Subclasses:
    Repository

    public class Repository
    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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="remoteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="strict" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="published" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="mode" type="{http://www.appng.org/schema/appngizer}repositoryMode"/>
             <element name="type" type="{http://www.appng.org/schema/appngizer}repositoryType"/>
             <element ref="{http://www.appng.org/schema/appngizer}packages" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • remoteName

        protected String remoteName
      • enabled

        protected boolean enabled
      • strict

        protected boolean strict
      • published

        protected boolean published
    • Constructor Detail

      • Repository

        public Repository()
    • Method Detail

      • 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
      • getRemoteName

        public String getRemoteName()
        Gets the value of the remoteName property.
        Returns:
        possible object is String
      • setRemoteName

        public void setRemoteName​(String value)
        Sets the value of the remoteName property.
        Parameters:
        value - allowed object is String
      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • isEnabled

        public boolean isEnabled()
        Gets the value of the enabled property.
      • setEnabled

        public void setEnabled​(boolean value)
        Sets the value of the enabled property.
      • isStrict

        public boolean isStrict()
        Gets the value of the strict property.
      • setStrict

        public void setStrict​(boolean value)
        Sets the value of the strict property.
      • isPublished

        public boolean isPublished()
        Gets the value of the published property.
      • setPublished

        public void setPublished​(boolean value)
        Sets the value of the published property.
      • setMode

        public void setMode​(RepositoryMode value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is RepositoryMode
      • setType

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

        public Packages getPackages()
        Gets the value of the packages property.
        Returns:
        possible object is Packages
      • setPackages

        public void setPackages​(Packages value)
        Sets the value of the packages property.
        Parameters:
        value - allowed object is Packages