Uses of Class
de.isas.mztab2.model.Uri
- 
Packages that use Uri Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of Uri in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Uri Modifier and Type Method Description UriUri. id(Integer id)Builder method for id.UriUri. value(String value)Builder method for value.Methods in de.isas.mztab2.model that return types with arguments of type Uri Modifier and Type Method Description @Valid List<Uri>Metadata. getExternalStudyUri()A URI pointing to an external file with more details about the study design (e.g., an ISA-TAB file).@Valid List<Uri>Metadata. getUri()A URI pointing to the file’s source data (e.g., a MetaboLights records).Methods in de.isas.mztab2.model with parameters of type Uri Modifier and Type Method Description MetadataMetadata. addExternalStudyUriItem(Uri externalStudyUriItem)Add a single externalStudyUriItem to the externalStudyUri collection.MetadataMetadata. addUriItem(Uri uriItem)Add a single uriItem to the uri collection.Method parameters in de.isas.mztab2.model with type arguments of type Uri Modifier and Type Method Description MetadataMetadata. externalStudyUri(List<Uri> externalStudyUri)Builder method for externalStudyUri.voidMetadata. setExternalStudyUri(List<Uri> externalStudyUri)Set externalStudyUri.voidMetadata. setUri(List<Uri> uri)Set uri.MetadataMetadata. uri(List<Uri> uri)Builder method for uri. 
 -