public interface ArtifactType<T> extends Child<T>
artifact-type
xsd typeModifier 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 groupId
ArtifactType
String getGroupId()
groupId
attributegroupId
ArtifactType<T> removeGroupId()
groupId
attributeArtifactType
ArtifactType<T> artifactId(String artifactId)
artifactId
attributeartifactId
- the value for the attribute artifactId
ArtifactType
String getArtifactId()
artifactId
attributeartifactId
ArtifactType<T> removeArtifactId()
artifactId
attributeArtifactType
ArtifactType<T> classifier(String classifier)
classifier
attributeclassifier
- the value for the attribute classifier
ArtifactType
String getClassifier()
classifier
attributeclassifier
ArtifactType<T> removeClassifier()
classifier
attributeArtifactType
ArtifactType<T> extension(String extension)
extension
attributeextension
- the value for the attribute extension
ArtifactType
String getExtension()
extension
attributeextension
ArtifactType<T> removeExtension()
extension
attributeArtifactType
ArtifactType<T> version(String version)
version
attributeversion
- the value for the attribute version
ArtifactType
String getVersion()
version
attributeversion
ArtifactType<T> removeVersion()
version
attributeArtifactType
Copyright © 2017 JBoss by Red Hat. All rights reserved.