public class DeploymentRepository extends Object
Java class for DeploymentRepository complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentRepository">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="uniqueVersion" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="layout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
layout |
protected String |
name |
protected Boolean |
uniqueVersion |
protected String |
url |
| Constructor and Description |
|---|
DeploymentRepository() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLayout()
Gets the value of the layout property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
getUniqueVersion()
Gets the value of the uniqueVersion property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLayout(String value)
Sets the value of the layout property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUniqueVersion(Boolean value)
Sets the value of the uniqueVersion property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected Boolean uniqueVersion
protected String id
protected String name
protected String url
protected String layout
public Boolean getUniqueVersion()
Booleanpublic void setUniqueVersion(Boolean value)
value - allowed object is
Booleanpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getLayout()
StringCopyright © 2018 City of Paris. All rights reserved.