001package org.galaxyproject.gxformat2.v19_09;
002
003import org.galaxyproject.gxformat2.v19_09.utils.Savable;
004
005/**
006 * Auto-generated interface for <I>https://galaxyproject.org/gxformat2/gxformat2common#HasUUID</I>
007 * <br>
008 */
009public interface HasUUID extends Savable {
010  /**
011   * Getter for property <I>https://galaxyproject.org/gxformat2/gxformat2common#HasUUID/uuid</I><br>
012   *
013   * <BLOCKQUOTE>
014   *
015   * UUID uniquely representing this element. *
016   *
017   * </BLOCKQUOTE>
018   */
019  java.util.Optional<String> getUuid();
020}