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

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

public class ExclusionImpl
extends Object
implements Serializable, Cloneable, Exclusion

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  String groupId
           
 
Constructor Summary
ExclusionImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ExclusionImpl instance.
ExclusionImpl(ExclusionImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ExclusionImpl instance by copying a given instance.
 
Method Summary
 ExclusionImpl clone()
          Creates and returns a copy of this object.
 String getArtifactId()
          Gets the value of the artifactId property.
 String getGroupId()
          Gets the value of the groupId property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactId

protected String artifactId

groupId

protected String groupId
Constructor Detail

ExclusionImpl

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


ExclusionImpl

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

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

getArtifactId

public String getArtifactId()
Description copied from interface: Exclusion
Gets the value of the artifactId property.

Specified by:
getArtifactId in interface Exclusion
Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Description copied from interface: Exclusion
Sets the value of the artifactId property.

Specified by:
setArtifactId in interface Exclusion
Parameters:
value - allowed object is String

getGroupId

public String getGroupId()
Description copied from interface: Exclusion
Gets the value of the groupId property.

Specified by:
getGroupId in interface Exclusion
Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Description copied from interface: Exclusion
Sets the value of the groupId property.

Specified by:
setGroupId in interface Exclusion
Parameters:
value - allowed object is String

clone

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