|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extension
Describes a build extension to utilise.
Java class for Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Extension">
<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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getVersion()
Gets the value of the version property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setGroupId(String value)
Sets the value of the groupId 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||