Package de.isas.mztab2.model
Class Uri
- java.lang.Object
 - 
- de.isas.mztab2.model.IndexedElement
 - 
- de.isas.mztab2.model.Uri
 
 
 
- 
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-02-11T15:11:41.249+01:00") public class Uri extends IndexedElement
A URI pointing to the file’s source data (e.g., a MetaboLights records) or an external file with more details about the study design.mzTab-M specification example(s):
MTD uri[1] https://www.ebi.ac.uk/metabolights/MTBLS517 … MTD external_study_uri[1] https://www.ebi.ac.uk/metabolights/MTBLS517/files/i_Investigation.txt 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUri.PropertiesProperty enumeration for Uri. 
- 
Constructor Summary
Constructors Constructor Description Uri() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrielementType(String elementType)Builder method for elementType.booleanequals(Object o)StringgetValue()The URI pointing to the external resource.inthashCode()Uriid(Integer id)Builder method for id.voidsetValue(String value)Set value.StringtoString()Urivalue(String value)Builder method for value.- 
Methods inherited from class de.isas.mztab2.model.IndexedElement
getElementType, getId, setElementType, setId 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Uri
public Uri()
 
 - 
 
- 
Method Detail
- 
id
public Uri id(Integer id)
Description copied from class:IndexedElementBuilder method for id.- Overrides:
 idin classIndexedElement- Parameters:
 id- aIntegerparameter.- Returns:
 - IndexedElement
 - See Also:
 IndexedElement#setId for specification examples,IndexedElement#getId for validation constraints
 
- 
elementType
public Uri elementType(String elementType)
Description copied from class:IndexedElementBuilder method for elementType.- Overrides:
 elementTypein classIndexedElement- Parameters:
 elementType- aStringparameter.- Returns:
 - IndexedElement
 - See Also:
 IndexedElement#setElementType for specification examples,IndexedElement#getElementType for validation constraints
 
- 
value
public Uri value(String value)
Builder method for value.- Parameters:
 value- aStringparameter.- Returns:
 - Uri
 - See Also:
 Uri#setValue for specification examples,Uri#getValue for validation constraints
 
- 
setValue
public void setValue(String value)
Set value.- Parameters:
 value- aStringparameter.- See Also:
 Uri#getValue for validation constraints
 
- 
equals
public boolean equals(Object o)
- Overrides:
 equalsin classIndexedElement
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classIndexedElement
 
- 
toString
public String toString()
- Overrides:
 toStringin classIndexedElement
 
 - 
 
 -