Merge branch 'develop' into releases/Release_2_11_2_Branch
[jalview.git] / src / jalview / fts / service / threedbeacons / TDB_FTSData.java
index 6745bb8..3045d3d 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ */
 package jalview.fts.service.threedbeacons;
 
 import java.util.Map;
@@ -21,25 +41,43 @@ public class TDB_FTSData implements FTSData
   /*
    * fields in the JSON object 
    */
-  public static String Uniprot_Id= "id";
-  public static String Uniprot_Start= "uniprot_start";
-  public static String Uniprot_End= "uniprot_end";
-  public static String Provider= "provider";
-  public static String Model_id= "model_identifier";
-  public static String Model_Category= "model_category";
-  public static String Model_Type= "model_type";
-  public static String Model_Title="model_title";
-  public static String Resolution= "resolution";
-  public static String Confidence= "confidence_avg_local_score";
-  public static String Confidence_Score_Type= "confidence_type";
-  public static String Confidence_Score_Version= "confidence_version";
-  public static String Coverage= "coverage";
-  public static String Sequence_Identity= "sequence_identity";
-  public static String Created_Date= "created";
-  public static String UniProt_Accession= "uniprot_accession";
-  public static String Url= "model_url";
-  public static String Page_URL= "model_page_url";
-  public static String Ensemble_Sample_Url= "ensembl_sample_url";
+  public static String Uniprot_Id = "id";
+
+  public static String Uniprot_Start = "uniprot_start";
+
+  public static String Uniprot_End = "uniprot_end";
+
+  public static String Provider = "provider";
+
+  public static String Model_id = "model_identifier";
+
+  public static String Model_Category = "model_category";
+
+  public static String Model_Type = "model_type";
+
+  public static String Model_Title = "model_title";
+
+  public static String Resolution = "resolution";
+
+  public static String Confidence = "confidence_avg_local_score";
+
+  public static String Confidence_Score_Type = "confidence_type";
+
+  public static String Confidence_Score_Version = "confidence_version";
+
+  public static String Coverage = "coverage";
+
+  public static String Sequence_Identity = "sequence_identity";
+
+  public static String Created_Date = "created";
+
+  public static String UniProt_Accession = "uniprot_accession";
+
+  public static String Url = "model_url";
+
+  public static String Page_URL = "model_page_url";
+
+  public static String Ensemble_Sample_Url = "ensembl_sample_url";
 
   /**
    * original response from server