Package org.biojava.bio.seq.db
Class FetchURL
- java.lang.Object
-
- org.biojava.bio.seq.db.FetchURL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getbaseURL()
String
getDB()
String
getRetrievalMode()
Get the retrieval modeString
getRetrievalType()
Get the retrieval typeString
getReturnFormat()
-
-
-
Method Detail
-
getbaseURL
public String getbaseURL()
-
getReturnFormat
public String getReturnFormat()
-
getRetrievalType
public String getRetrievalType()
Get the retrieval type
-
getRetrievalMode
public String getRetrievalMode()
Get the retrieval mode
-
-