net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400
Class Scm

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Scm
All Implemented Interfaces:
Serializable, Cloneable

public class Scm
extends Object
implements Serializable, Cloneable

4.0.0

Java class for Scm complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Scm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="connection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="developerConnection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String connection
           
protected  String developerConnection
           
protected  String tag
           
protected  String url
           
 
Constructor Summary
Scm()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Scm instance.
Scm(Scm o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Scm instance by copying a given instance.
 
Method Summary
 Scm 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

Scm

public Scm()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Scm instance.


Scm

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

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

getConnection

public String getConnection()
Gets the value of the connection property.

Returns:
possible object is String

setConnection

public void setConnection(String value)
Sets the value of the connection property.

Parameters:
value - allowed object is String

getDeveloperConnection

public String getDeveloperConnection()
Gets the value of the developerConnection property.

Returns:
possible object is String

setDeveloperConnection

public void setDeveloperConnection(String value)
Sets the value of the developerConnection property.

Parameters:
value - allowed object is String

getTag

public String getTag()
Gets the value of the tag property.

Returns:
possible object is String

setTag

public void setTag(String value)
Sets the value of the tag property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

clone

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