net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400
Interface DistributionManagement

All Known Implementing Classes:
DistributionManagementImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getRepository

DeploymentRepository getRepository()
Gets the value of the repository property.

Returns:
possible object is DeploymentRepository

setRepository

void setRepository(DeploymentRepository value)
Sets the value of the repository property.

Parameters:
value - allowed object is DeploymentRepository

getSnapshotRepository

DeploymentRepository getSnapshotRepository()
Gets the value of the snapshotRepository property.

Returns:
possible object is DeploymentRepository

setSnapshotRepository

void setSnapshotRepository(DeploymentRepository value)
Sets the value of the snapshotRepository property.

Parameters:
value - allowed object is DeploymentRepository

getSite

Site getSite()
Gets the value of the site property.

Returns:
possible object is Site

setSite

void setSite(Site value)
Sets the value of the site property.

Parameters:
value - allowed object is Site

getDownloadUrl

String getDownloadUrl()
Gets the value of the downloadUrl property.

Returns:
possible object is String

setDownloadUrl

void setDownloadUrl(String value)
Sets the value of the downloadUrl property.

Parameters:
value - allowed object is String

getRelocation

Relocation getRelocation()
Gets the value of the relocation property.

Returns:
possible object is Relocation

setRelocation

void setRelocation(Relocation value)
Sets the value of the relocation property.

Parameters:
value - allowed object is Relocation

getStatus

String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

void setStatus(String value)
Sets the value of the status property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.