net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400
Class Exclusion

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

public class Exclusion
extends Object
implements Serializable, Cloneable

4.0.0

Java class for Exclusion complex type.

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

 <complexType name="Exclusion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  String groupId
           
 
Constructor Summary
Exclusion()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Exclusion instance.
Exclusion(Exclusion o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Exclusion instance by copying a given instance.
 
Method Summary
 Exclusion 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

Exclusion

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


Exclusion

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

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

getArtifactId

public String getArtifactId()
Gets the value of the artifactId property.

Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Sets the value of the artifactId property.

Parameters:
value - allowed object is String

getGroupId

public String getGroupId()
Gets the value of the groupId property.

Returns:
possible object is String

setGroupId

public void setGroupId(String value)
Sets the value of the groupId property.

Parameters:
value - allowed object is String

clone

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