|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.DistributionManagement
public class DistributionManagement
This elements describes all that pertains to distribution for a project. It is primarily used for deployment of artifacts and the site produced by the build.
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>
| Field Summary | |
|---|---|
protected String |
downloadUrl
|
protected Relocation |
relocation
|
protected DeploymentRepository |
repository
|
protected Site |
site
|
protected DeploymentRepository |
snapshotRepository
|
protected String |
status
|
| Constructor Summary | |
|---|---|
DistributionManagement()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.DistributionManagement instance. |
|
DistributionManagement(DistributionManagement o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.DistributionManagement instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DistributionManagement |
clone()
Creates and returns a copy of this object. |
String |
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. |
String |
getStatus()
Gets the value of the status property. |
void |
setDownloadUrl(String 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(String value)
Sets the value of the status property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeploymentRepository repository
protected DeploymentRepository snapshotRepository
protected Site site
protected String downloadUrl
protected Relocation relocation
protected String status
| Constructor Detail |
|---|
public DistributionManagement()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.DistributionManagement instance.
public DistributionManagement(DistributionManagement o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.DistributionManagement instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
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 Site getSite()
Sitepublic void setSite(Site value)
value - allowed object is
Sitepublic String getDownloadUrl()
Stringpublic void setDownloadUrl(String value)
value - allowed object is
Stringpublic Relocation getRelocation()
Relocationpublic void setRelocation(Relocation value)
value - allowed object is
Relocationpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic DistributionManagement clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||