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>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected boolean |
enabled |
protected RepositoryMode |
mode |
protected Packages |
packages |
protected boolean |
published |
protected String |
remoteName |
protected boolean |
strict |
protected RepositoryType |
type |
protected String |
uri |
Constructor and Description |
---|
Repository() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
RepositoryMode |
getMode()
Gets the value of the mode property.
|
Packages |
getPackages()
Gets the value of the packages property.
|
String |
getRemoteName()
Gets the value of the remoteName property.
|
RepositoryType |
getType()
Gets the value of the type property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isPublished()
Gets the value of the published property.
|
boolean |
isStrict()
Gets the value of the strict property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setMode(RepositoryMode value)
Sets the value of the mode property.
|
void |
setPackages(Packages value)
Sets the value of the packages property.
|
void |
setPublished(boolean value)
Sets the value of the published property.
|
void |
setRemoteName(String value)
Sets the value of the remoteName property.
|
void |
setStrict(boolean value)
Sets the value of the strict property.
|
void |
setType(RepositoryType value)
Sets the value of the type property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String description
protected String remoteName
protected String uri
protected boolean enabled
protected boolean strict
protected boolean published
protected RepositoryMode mode
protected RepositoryType type
protected Packages packages
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getRemoteName()
String
public void setRemoteName(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isStrict()
public void setStrict(boolean value)
public boolean isPublished()
public void setPublished(boolean value)
public RepositoryMode getMode()
RepositoryMode
public void setMode(RepositoryMode value)
value
- allowed object is
RepositoryMode
public RepositoryType getType()
RepositoryType
public void setType(RepositoryType value)
value
- allowed object is
RepositoryType
public Packages getPackages()
Packages
Copyright © 2011–2020 aiticon GmbH. All rights reserved.