X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FCustomAlign.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FCustomAlign.html;h=29afddd4462031fd99c834f968528ada7c9eb468;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html new file mode 100644 index 0000000..29afddd --- /dev/null +++ b/website/dm_javadoc/compbio/data/msa/jaxws/CustomAlign.html @@ -0,0 +1,311 @@ + + + + + + +CustomAlign + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.data.msa.jaxws +
+Class CustomAlign

+
+java.lang.Object
+  extended by compbio.data.msa.jaxws.CustomAlign
+
+
+
+
public class CustomAlign
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CustomAlign() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<FastaSequence>getFastaSequences() + +
+           
+ java.util.List<Option>getOptions() + +
+           
+ voidsetFastaSequences(java.util.List<FastaSequence> fastaSequences) + +
+           
+ voidsetOptions(java.util.List<Option> options) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CustomAlign

+
+public CustomAlign()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFastaSequences

+
+public java.util.List<FastaSequence> getFastaSequences()
+
+
+ +
Returns:
returns List
+
+
+
+ +

+setFastaSequences

+
+public void setFastaSequences(java.util.List<FastaSequence> fastaSequences)
+
+
+
Parameters:
fastaSequences - the value for the fastaSequences property
+
+
+
+ +

+getOptions

+
+public java.util.List<Option> getOptions()
+
+
+ +
Returns:
returns List
+
+
+
+ +

+setOptions

+
+public void setOptions(java.util.List<Option> options)
+
+
+
Parameters:
options - the value for the options property
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +