Class Site

  • Direct Known Subclasses:
    Site

    public class Site
    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="host" type="{http://www.appng.org/schema/appngizer}stringNotBlank"/>
             <element name="domain" type="{http://www.appng.org/schema/appngizer}stringNotBlank"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="createRepositoryPath" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • domain

        protected String domain
      • description

        protected String description
      • active

        protected boolean active
      • createRepositoryPath

        protected boolean createRepositoryPath
    • Constructor Detail

      • Site

        public Site()
    • Method Detail

      • getHost

        public String getHost()
        Gets the value of the host property.
        Returns:
        possible object is String
      • setHost

        public void setHost​(String value)
        Sets the value of the host property.
        Parameters:
        value - allowed object is String
      • getDomain

        public String getDomain()
        Gets the value of the domain property.
        Returns:
        possible object is String
      • setDomain

        public void setDomain​(String value)
        Sets the value of the domain 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
      • isActive

        public boolean isActive()
        Gets the value of the active property.
      • setActive

        public void setActive​(boolean value)
        Sets the value of the active property.
      • isCreateRepositoryPath

        public boolean isCreateRepositoryPath()
        Gets the value of the createRepositoryPath property.
      • setCreateRepositoryPath

        public void setCreateRepositoryPath​(boolean value)
        Sets the value of the createRepositoryPath property.