Class ExistingReference

java.lang.Object
io.apicurio.registry.maven.ExistingReference

public class ExistingReference extends Object
  • Constructor Details

    • ExistingReference

      public ExistingReference()
      Constructor.
  • Method Details

    • getGroupId

      public String getGroupId()
      Returns:
      the groupId
    • setGroupId

      public void setGroupId(String groupId)
      Parameters:
      groupId - the groupId to set
    • getArtifactId

      public String getArtifactId()
      Returns:
      the artifactId
    • setArtifactId

      public void setArtifactId(String artifactId)
      Parameters:
      artifactId - the artifactId to set
    • getResourceName

      public String getResourceName()
      Returns:
      the resourceName
    • setResourceName

      public void setResourceName(String resourceName)
      Parameters:
      resourceName - the resourceName to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - the version to set