Package io.apicurio.registry.maven
Class ExistingReference
java.lang.Object
io.apicurio.registry.maven.ExistingReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetArtifactId(String artifactId) voidsetGroupId(String groupId) voidsetResourceName(String resourceName) voidsetVersion(String version)
-
Constructor Details
-
ExistingReference
public ExistingReference()Constructor.
-
-
Method Details
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId- the groupId to set
-
getArtifactId
- Returns:
- the artifactId
-
setArtifactId
- Parameters:
artifactId- the artifactId to set
-
getResourceName
- Returns:
- the resourceName
-
setResourceName
- Parameters:
resourceName- the resourceName to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-