net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class DistributionManagementImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.DistributionManagementImpl
All Implemented Interfaces:
Serializable, Cloneable, DistributionManagement

public class DistributionManagementImpl
extends Object
implements Serializable, Cloneable, DistributionManagement

See Also:
Serialized Form

Field Summary
protected  String downloadUrl
           
protected  RelocationImpl relocation
           
protected  DeploymentRepositoryImpl repository
           
protected  SiteImpl site
           
protected  DeploymentRepositoryImpl snapshotRepository
           
protected  String status
           
 
Constructor Summary
DistributionManagementImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.DistributionManagementImpl instance.
DistributionManagementImpl(DistributionManagementImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.DistributionManagementImpl instance by copying a given instance.
 
Method Summary
 DistributionManagementImpl 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

repository

protected DeploymentRepositoryImpl repository

snapshotRepository

protected DeploymentRepositoryImpl snapshotRepository

site

protected SiteImpl site

downloadUrl

protected String downloadUrl

relocation

protected RelocationImpl relocation

status

protected String status
Constructor Detail

DistributionManagementImpl

public DistributionManagementImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.DistributionManagementImpl instance.


DistributionManagementImpl

public DistributionManagementImpl(DistributionManagementImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.DistributionManagementImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getRepository

public DeploymentRepository getRepository()
Description copied from interface: DistributionManagement
Gets the value of the repository property.

Specified by:
getRepository in interface DistributionManagement
Returns:
possible object is DeploymentRepository

setRepository

public void setRepository(DeploymentRepository value)
Description copied from interface: DistributionManagement
Sets the value of the repository property.

Specified by:
setRepository in interface DistributionManagement
Parameters:
value - allowed object is DeploymentRepository

getSnapshotRepository

public DeploymentRepository getSnapshotRepository()
Description copied from interface: DistributionManagement
Gets the value of the snapshotRepository property.

Specified by:
getSnapshotRepository in interface DistributionManagement
Returns:
possible object is DeploymentRepository

setSnapshotRepository

public void setSnapshotRepository(DeploymentRepository value)
Description copied from interface: DistributionManagement
Sets the value of the snapshotRepository property.

Specified by:
setSnapshotRepository in interface DistributionManagement
Parameters:
value - allowed object is DeploymentRepository

getSite

public Site getSite()
Description copied from interface: DistributionManagement
Gets the value of the site property.

Specified by:
getSite in interface DistributionManagement
Returns:
possible object is Site

setSite

public void setSite(Site value)
Description copied from interface: DistributionManagement
Sets the value of the site property.

Specified by:
setSite in interface DistributionManagement
Parameters:
value - allowed object is Site

getDownloadUrl

public String getDownloadUrl()
Description copied from interface: DistributionManagement
Gets the value of the downloadUrl property.

Specified by:
getDownloadUrl in interface DistributionManagement
Returns:
possible object is String

setDownloadUrl

public void setDownloadUrl(String value)
Description copied from interface: DistributionManagement
Sets the value of the downloadUrl property.

Specified by:
setDownloadUrl in interface DistributionManagement
Parameters:
value - allowed object is String

getRelocation

public Relocation getRelocation()
Description copied from interface: DistributionManagement
Gets the value of the relocation property.

Specified by:
getRelocation in interface DistributionManagement
Returns:
possible object is Relocation

setRelocation

public void setRelocation(Relocation value)
Description copied from interface: DistributionManagement
Sets the value of the relocation property.

Specified by:
setRelocation in interface DistributionManagement
Parameters:
value - allowed object is Relocation

getStatus

public String getStatus()
Description copied from interface: DistributionManagement
Gets the value of the status property.

Specified by:
getStatus in interface DistributionManagement
Returns:
possible object is String

setStatus

public void setStatus(String value)
Description copied from interface: DistributionManagement
Sets the value of the status property.

Specified by:
setStatus in interface DistributionManagement
Parameters:
value - allowed object is String

clone

public DistributionManagementImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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