net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class IssueManagementImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.IssueManagementImpl
All Implemented Interfaces:
Serializable, Cloneable, IssueManagement

public class IssueManagementImpl
extends Object
implements Serializable, Cloneable, IssueManagement

See Also:
Serialized Form

Field Summary
protected  String system
           
protected  String url
           
 
Constructor Summary
IssueManagementImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.IssueManagementImpl instance.
IssueManagementImpl(IssueManagementImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.IssueManagementImpl instance by copying a given instance.
 
Method Summary
 IssueManagementImpl clone()
          Creates and returns a copy of this object.
 String getSystem()
          Gets the value of the system property.
 String getUrl()
          Gets the value of the url 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
Constructor Detail

IssueManagementImpl

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


IssueManagementImpl

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

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

getSystem

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

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

setSystem

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

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

getUrl

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

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

setUrl

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

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

clone

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