net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400
Interface Scm

All Known Implementing Classes:
ScmImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getConnection

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

Returns:
possible object is String

setConnection

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

Parameters:
value - allowed object is String

getDeveloperConnection

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

Returns:
possible object is String

setDeveloperConnection

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

Parameters:
value - allowed object is String

getTag

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

Returns:
possible object is String

setTag

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

Parameters:
value - allowed object is String

getUrl

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

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String


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