All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.idilia.services.kb.objects.ExtRefs Maven / Gradle / Ivy

package com.idilia.services.kb.objects;

/**
 * Definition of elements returned for property "extRefs"
 */
public class ExtRefs extends ExtRef {
  private String url;  // the url to obtain the entity

  public String getUrl() {
    return url;
  }
  public void setUrl(String url) {
    this.url = url;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy