|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Dependency
public class 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 class |
Dependency.Exclusions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected String |
classifier
|
protected Dependency.Exclusions |
exclusions
|
protected String |
groupId
|
protected Boolean |
optional
|
protected String |
scope
|
protected String |
systemPath
|
protected String |
type
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Dependency()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Dependency instance. |
|
Dependency(Dependency o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Dependency instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Dependency |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String groupId
protected String artifactId
protected String version
protected String type
protected String classifier
protected String scope
protected String systemPath
protected Dependency.Exclusions exclusions
protected Boolean optional
| Constructor Detail |
|---|
public Dependency()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Dependency instance.
public Dependency(Dependency o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Dependency instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is
Stringpublic String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic String getSystemPath()
Stringpublic void setSystemPath(String value)
value - allowed object is
Stringpublic Dependency.Exclusions getExclusions()
Dependency.Exclusionspublic void setExclusions(Dependency.Exclusions value)
value - allowed object is
Dependency.Exclusionspublic Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic Dependency clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||