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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected boolean |
createRepositoryPath |
protected String |
description |
protected String |
domain |
protected String |
host |
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getHost()
Gets the value of the host property.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isCreateRepositoryPath()
Gets the value of the createRepositoryPath property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setCreateRepositoryPath(boolean value)
Sets the value of the createRepositoryPath property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setHost(String value)
Sets the value of the host property.
|
protected String host
protected String domain
protected String description
protected boolean active
protected boolean createRepositoryPath
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(boolean value)
public boolean isCreateRepositoryPath()
public void setCreateRepositoryPath(boolean value)
Copyright © 2011–2019 aiticon GmbH. All rights reserved.