net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl
Class ScmImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ScmImpl
All Implemented Interfaces:
Serializable, Cloneable, Scm

public class ScmImpl
extends Object
implements Serializable, Cloneable, Scm

See Also:
Serialized Form

Field Summary
protected  String connection
           
protected  String developerConnection
           
protected  String tag
           
protected  String url
           
 
Constructor Summary
ScmImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ScmImpl instance.
ScmImpl(ScmImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ScmImpl instance by copying a given instance.
 
Method Summary
 ScmImpl clone()
          Creates and returns a copy of this object.
 String getConnection()
          Gets the value of the connection property.
 String getDeveloperConnection()
          Gets the value of the developerConnection property.
 String getTag()
          Gets the value of the tag property.
 String getUrl()
          Gets the value of the url property.
 void setConnection(String value)
          Sets the value of the connection property.
 void setDeveloperConnection(String value)
          Sets the value of the developerConnection property.
 void setTag(String value)
          Sets the value of the tag 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

connection

protected String connection

developerConnection

protected String developerConnection

tag

protected String tag

url

protected String url
Constructor Detail

ScmImpl

public ScmImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ScmImpl instance.


ScmImpl

public ScmImpl(ScmImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.pom400.impl.ScmImpl instance by copying a given instance.

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

getConnection

public String getConnection()
Description copied from interface: Scm
Gets the value of the connection property.

Specified by:
getConnection in interface Scm
Returns:
possible object is String

setConnection

public void setConnection(String value)
Description copied from interface: Scm
Sets the value of the connection property.

Specified by:
setConnection in interface Scm
Parameters:
value - allowed object is String

getDeveloperConnection

public String getDeveloperConnection()
Description copied from interface: Scm
Gets the value of the developerConnection property.

Specified by:
getDeveloperConnection in interface Scm
Returns:
possible object is String

setDeveloperConnection

public void setDeveloperConnection(String value)
Description copied from interface: Scm
Sets the value of the developerConnection property.

Specified by:
setDeveloperConnection in interface Scm
Parameters:
value - allowed object is String

getTag

public String getTag()
Description copied from interface: Scm
Gets the value of the tag property.

Specified by:
getTag in interface Scm
Returns:
possible object is String

setTag

public void setTag(String value)
Description copied from interface: Scm
Sets the value of the tag property.

Specified by:
setTag in interface Scm
Parameters:
value - allowed object is String

getUrl

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

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

setUrl

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

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

clone

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