|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Scm
public class Scm
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>
| 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.priv.indexed.valueclass.maven.pom400.Scm instance. |
|
Scm(Scm o)
Creates a new net.sourceforge.ccxjc.it.model.priv.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 |
|---|
protected String connection
protected String developerConnection
protected String tag
protected String url
| Constructor Detail |
|---|
public Scm()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Scm instance.
public Scm(Scm o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Scm instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getConnection()
Stringpublic void setConnection(String value)
value - allowed object is
Stringpublic String getDeveloperConnection()
Stringpublic void setDeveloperConnection(String value)
value - allowed object is
Stringpublic String getTag()
Stringpublic void setTag(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Scm clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||