|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getGroupId()
Stringvoid setGroupId(String value)
value - allowed object is
StringString getArtifactId()
Stringvoid setArtifactId(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getType()
Stringvoid setType(String value)
value - allowed object is
StringString getClassifier()
Stringvoid setClassifier(String value)
value - allowed object is
StringString getScope()
Stringvoid setScope(String value)
value - allowed object is
StringString getSystemPath()
Stringvoid setSystemPath(String value)
value - allowed object is
StringDependency.Exclusions getExclusions()
Dependency.Exclusionsvoid setExclusions(Dependency.Exclusions value)
value - allowed object is
Dependency.ExclusionsBoolean isOptional()
Booleanvoid setOptional(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||