net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Dependency

All Known Implementing Classes:
DependencyImpl

public interface Dependency

3.0.0+

Java class for Dependency complex type.

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

 <complexType name="Dependency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="systemPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="exclusions" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exclusion" type="{http://maven.apache.org/POM/4.0.0}Exclusion" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Dependency.Exclusions
          Java class for anonymous complex type.
 
Method Summary
 String getArtifactId()
          Gets the value of the artifactId property.
 String getClassifier()
          Gets the value of the classifier property.
 Dependency.Exclusions getExclusions()
          Gets the value of the exclusions property.
 String getGroupId()
          Gets the value of the groupId property.
 String getScope()
          Gets the value of the scope property.
 String getSystemPath()
          Gets the value of the systemPath property.
 String getType()
          Gets the value of the type property.
 String getVersion()
          Gets the value of the version property.
 Boolean isOptional()
          Gets the value of the optional property.
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setClassifier(String value)
          Sets the value of the classifier property.
 void setExclusions(Dependency.Exclusions value)
          Sets the value of the exclusions property.
 void setGroupId(String value)
          Sets the value of the groupId property.
 void setOptional(Boolean value)
          Sets the value of the optional property.
 void setScope(String value)
          Sets the value of the scope property.
 void setSystemPath(String value)
          Sets the value of the systemPath property.
 void setType(String value)
          Sets the value of the type property.
 void setVersion(String value)
          Sets the value of the version property.
 

Method Detail

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

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

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getClassifier

String getClassifier()
Gets the value of the classifier property.

Returns:
possible object is String

setClassifier

void setClassifier(String value)
Sets the value of the classifier property.

Parameters:
value - allowed object is String

getScope

String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

getSystemPath

String getSystemPath()
Gets the value of the systemPath property.

Returns:
possible object is String

setSystemPath

void setSystemPath(String value)
Sets the value of the systemPath property.

Parameters:
value - allowed object is String

getExclusions

Dependency.Exclusions getExclusions()
Gets the value of the exclusions property.

Returns:
possible object is Dependency.Exclusions

setExclusions

void setExclusions(Dependency.Exclusions value)
Sets the value of the exclusions property.

Parameters:
value - allowed object is Dependency.Exclusions

isOptional

Boolean isOptional()
Gets the value of the optional property.

Returns:
possible object is Boolean

setOptional

void setOptional(Boolean value)
Sets the value of the optional property.

Parameters:
value - allowed object is Boolean


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