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 class
Uri.Properties
Property enumeration for Uri.
-
Constructor Summary
Constructors Constructor Description Uri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri
elementType(String elementType)
Builder method for elementType.boolean
equals(Object o)
String
getValue()
The URI pointing to the external resource.int
hashCode()
Uri
id(Integer id)
Builder method for id.void
setValue(String value)
Set value.String
toString()
Uri
value(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:IndexedElement
Builder method for id.- Overrides:
id
in classIndexedElement
- Parameters:
id
- aInteger
parameter.- Returns:
- IndexedElement
- See Also:
IndexedElement#setId for specification examples
,IndexedElement#getId for validation constraints
-
elementType
public Uri elementType(String elementType)
Description copied from class:IndexedElement
Builder method for elementType.- Overrides:
elementType
in classIndexedElement
- Parameters:
elementType
- aString
parameter.- 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
- aString
parameter.- Returns:
- Uri
- See Also:
Uri#setValue for specification examples
,Uri#getValue for validation constraints
-
setValue
public void setValue(String value)
Set value.- Parameters:
value
- aString
parameter.- See Also:
Uri#getValue for validation constraints
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classIndexedElement
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classIndexedElement
-
toString
public String toString()
- Overrides:
toString
in classIndexedElement
-
-