
public interface ArtifactType<T> extends Child<T>
artifact-type xsd type| Modifier and Type | Method and Description |
|---|---|
ArtifactType<T> |
artifactId(String artifactId)
Sets the
artifactId attribute |
ArtifactType<T> |
classifier(String classifier)
Sets the
classifier attribute |
ArtifactType<T> |
extension(String extension)
Sets the
extension attribute |
String |
getArtifactId()
Returns the
artifactId attribute |
String |
getClassifier()
Returns the
classifier attribute |
String |
getExtension()
Returns the
extension attribute |
String |
getGroupId()
Returns the
groupId attribute |
String |
getVersion()
Returns the
version attribute |
ArtifactType<T> |
groupId(String groupId)
Sets the
groupId attribute |
ArtifactType<T> |
removeArtifactId()
Removes the
artifactId attribute |
ArtifactType<T> |
removeClassifier()
Removes the
classifier attribute |
ArtifactType<T> |
removeExtension()
Removes the
extension attribute |
ArtifactType<T> |
removeGroupId()
Removes the
groupId attribute |
ArtifactType<T> |
removeVersion()
Removes the
version attribute |
ArtifactType<T> |
version(String version)
Sets the
version attribute |
ArtifactType<T> groupId(String groupId)
groupId attributegroupId - the value for the attribute groupIdArtifactTypeString getGroupId()
groupId attributegroupIdArtifactType<T> removeGroupId()
groupId attributeArtifactTypeArtifactType<T> artifactId(String artifactId)
artifactId attributeartifactId - the value for the attribute artifactIdArtifactTypeString getArtifactId()
artifactId attributeartifactIdArtifactType<T> removeArtifactId()
artifactId attributeArtifactTypeArtifactType<T> classifier(String classifier)
classifier attributeclassifier - the value for the attribute classifierArtifactTypeString getClassifier()
classifier attributeclassifierArtifactType<T> removeClassifier()
classifier attributeArtifactTypeArtifactType<T> extension(String extension)
extension attributeextension - the value for the attribute extensionArtifactTypeString getExtension()
extension attributeextensionArtifactType<T> removeExtension()
extension attributeArtifactTypeArtifactType<T> version(String version)
version attributeversion - the value for the attribute versionArtifactTypeString getVersion()
version attributeversionArtifactType<T> removeVersion()
version attributeArtifactTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.