net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface Exclusion

All Known Implementing Classes:
ExclusionImpl

public interface Exclusion

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>
 


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

Method Detail

getArtifactId

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

Returns:
possible object is String

setArtifactId

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

Parameters:
value - allowed object is String

getGroupId

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

Returns:
possible object is String

setGroupId

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

Parameters:
value - allowed object is String


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