net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class CiManagementImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.CiManagementImpl
All Implemented Interfaces:
Serializable, Cloneable, CiManagement

public class CiManagementImpl
extends Object
implements Serializable, Cloneable, CiManagement

See Also:
Serialized Form

Nested Class Summary
static class CiManagementImpl.NotifiersImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.CiManagement
CiManagement.Notifiers
 
Field Summary
protected  CiManagementImpl.NotifiersImpl notifiers
           
protected  String system
           
protected  String url
           
 
Constructor Summary
CiManagementImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.CiManagementImpl instance.
CiManagementImpl(CiManagementImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.CiManagementImpl instance by copying a given instance.
 
Method Summary
 CiManagementImpl clone()
          Creates and returns a copy of this object.
 CiManagement.Notifiers getNotifiers()
          Gets the value of the notifiers property.
 String getSystem()
          Gets the value of the system property.
 String getUrl()
          Gets the value of the url property.
 void setNotifiers(CiManagement.Notifiers value)
          Sets the value of the notifiers property.
 void setSystem(String value)
          Sets the value of the system property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

system

protected String system

url

protected String url

notifiers

protected CiManagementImpl.NotifiersImpl notifiers
Constructor Detail

CiManagementImpl

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


CiManagementImpl

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

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

getSystem

public String getSystem()
Description copied from interface: CiManagement
Gets the value of the system property.

Specified by:
getSystem in interface CiManagement
Returns:
possible object is String

setSystem

public void setSystem(String value)
Description copied from interface: CiManagement
Sets the value of the system property.

Specified by:
setSystem in interface CiManagement
Parameters:
value - allowed object is String

getUrl

public String getUrl()
Description copied from interface: CiManagement
Gets the value of the url property.

Specified by:
getUrl in interface CiManagement
Returns:
possible object is String

setUrl

public void setUrl(String value)
Description copied from interface: CiManagement
Sets the value of the url property.

Specified by:
setUrl in interface CiManagement
Parameters:
value - allowed object is String

getNotifiers

public CiManagement.Notifiers getNotifiers()
Description copied from interface: CiManagement
Gets the value of the notifiers property.

Specified by:
getNotifiers in interface CiManagement
Returns:
possible object is CiManagement.Notifiers

setNotifiers

public void setNotifiers(CiManagement.Notifiers value)
Description copied from interface: CiManagement
Sets the value of the notifiers property.

Specified by:
setNotifiers in interface CiManagement
Parameters:
value - allowed object is CiManagement.Notifiers

clone

public CiManagementImpl 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.