public class DistributionManagement extends LocatedTreeImpl
Java class for DistributionManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributionManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="repository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
<element name="snapshotRepository" type="{http://maven.apache.org/POM/4.0.0}DeploymentRepository" minOccurs="0"/>
<element name="site" type="{http://maven.apache.org/POM/4.0.0}Site" minOccurs="0"/>
<element name="downloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relocation" type="{http://maven.apache.org/POM/4.0.0}Relocation" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
downloadUrl |
protected Relocation |
relocation |
protected DeploymentRepository |
repository |
protected Site |
site |
protected DeploymentRepository |
snapshotRepository |
protected LocatedAttribute |
status |
endLocation, startLocation| Constructor and Description |
|---|
DistributionManagement() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getDownloadUrl()
Gets the value of the downloadUrl property.
|
Relocation |
getRelocation()
Gets the value of the relocation property.
|
DeploymentRepository |
getRepository()
Gets the value of the repository property.
|
Site |
getSite()
Gets the value of the site property.
|
DeploymentRepository |
getSnapshotRepository()
Gets the value of the snapshotRepository property.
|
LocatedAttribute |
getStatus()
Gets the value of the status property.
|
void |
setDownloadUrl(LocatedAttribute value)
Sets the value of the downloadUrl property.
|
void |
setRelocation(Relocation value)
Sets the value of the relocation property.
|
void |
setRepository(DeploymentRepository value)
Sets the value of the repository property.
|
void |
setSite(Site value)
Sets the value of the site property.
|
void |
setSnapshotRepository(DeploymentRepository value)
Sets the value of the snapshotRepository property.
|
void |
setStatus(LocatedAttribute value)
Sets the value of the status property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected DeploymentRepository repository
protected DeploymentRepository snapshotRepository
protected Site site
protected LocatedAttribute downloadUrl
protected Relocation relocation
protected LocatedAttribute status
public DeploymentRepository getRepository()
DeploymentRepositorypublic void setRepository(DeploymentRepository value)
value - allowed object is
DeploymentRepositorypublic DeploymentRepository getSnapshotRepository()
DeploymentRepositorypublic void setSnapshotRepository(DeploymentRepository value)
value - allowed object is
DeploymentRepositorypublic void setSite(Site value)
value - allowed object is
Sitepublic LocatedAttribute getDownloadUrl()
Stringpublic void setDownloadUrl(LocatedAttribute value)
value - allowed object is
Stringpublic Relocation getRelocation()
Relocationpublic void setRelocation(Relocation value)
value - allowed object is
Relocationpublic LocatedAttribute getStatus()
Stringpublic void setStatus(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.