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

+ +compbio.data.msa.jaxws +
+Class LimitExceededExceptionBean

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

+This class was generated by the JAX-WS RI. + JAX-WS RI 2.2.3-b01- + Generated source version: 2.2.3 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
LimitExceededExceptionBean() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetActualNumberofSequences() + +
+           
+ java.lang.StringgetMessage() + +
+           
+ intgetNumberOfSequencesAllowed() + +
+           
+ intgetSequenceLenghtActual() + +
+           
+ intgetSequenceLenghtAllowed() + +
+           
+ voidsetActualNumberofSequences(int actualNumberofSequences) + +
+           
+ voidsetMessage(java.lang.String message) + +
+           
+ voidsetNumberOfSequencesAllowed(int numberOfSequencesAllowed) + +
+           
+ voidsetSequenceLenghtActual(int sequenceLenghtActual) + +
+           
+ voidsetSequenceLenghtAllowed(int sequenceLenghtAllowed) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+LimitExceededExceptionBean

+
+public LimitExceededExceptionBean()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getActualNumberofSequences

+
+public int getActualNumberofSequences()
+
+
+ +
Returns:
returns int
+
+
+
+ +

+setActualNumberofSequences

+
+public void setActualNumberofSequences(int actualNumberofSequences)
+
+
+
Parameters:
actualNumberofSequences - the value for the actualNumberofSequences property
+
+
+
+ +

+getMessage

+
+public java.lang.String getMessage()
+
+
+ +
Returns:
returns String
+
+
+
+ +

+setMessage

+
+public void setMessage(java.lang.String message)
+
+
+
Parameters:
message - the value for the message property
+
+
+
+ +

+getNumberOfSequencesAllowed

+
+public int getNumberOfSequencesAllowed()
+
+
+ +
Returns:
returns int
+
+
+
+ +

+setNumberOfSequencesAllowed

+
+public void setNumberOfSequencesAllowed(int numberOfSequencesAllowed)
+
+
+
Parameters:
numberOfSequencesAllowed - the value for the numberOfSequencesAllowed property
+
+
+
+ +

+getSequenceLenghtActual

+
+public int getSequenceLenghtActual()
+
+
+ +
Returns:
returns int
+
+
+
+ +

+setSequenceLenghtActual

+
+public void setSequenceLenghtActual(int sequenceLenghtActual)
+
+
+
Parameters:
sequenceLenghtActual - the value for the sequenceLenghtActual property
+
+
+
+ +

+getSequenceLenghtAllowed

+
+public int getSequenceLenghtAllowed()
+
+
+ +
Returns:
returns int
+
+
+
+ +

+setSequenceLenghtAllowed

+
+public void setSequenceLenghtAllowed(int sequenceLenghtAllowed)
+
+
+
Parameters:
sequenceLenghtAllowed - the value for the sequenceLenghtAllowed property
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +