compbio.data.msa.jaxws
Class LimitExceededExceptionBean

java.lang.Object
  extended by compbio.data.msa.jaxws.LimitExceededExceptionBean

public class LimitExceededExceptionBean
extends 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
 int getActualNumberofSequences()
           
 String getMessage()
           
 int getNumberOfSequencesAllowed()
           
 int getSequenceLenghtActual()
           
 int getSequenceLenghtAllowed()
           
 void setActualNumberofSequences(int actualNumberofSequences)
           
 void setMessage(String message)
           
 void setNumberOfSequencesAllowed(int numberOfSequencesAllowed)
           
 void setSequenceLenghtActual(int sequenceLenghtActual)
           
 void setSequenceLenghtAllowed(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 String getMessage()
Returns:
returns String

setMessage

public void setMessage(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