fr.etai.xat2v2.obj
Class Excess

java.lang.Object
  extended by fr.etai.xat2v2.obj.Excess
All Implemented Interfaces:
Serializable

public class Excess
extends Object
implements Serializable

Excess describes an excess of an insurance, its prices and informations about it's calculating

Java class for ExcessType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExcessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
         <element name="value-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="decay-rate-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="recover-VAT" type="{http://xat2.etai.fr}RecoverVATType" minOccurs="0"/>
           <element name="procedure-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
       </sequence>
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Excess()
           
 
Method Summary
 void addBreakdown(Classification cl)
           
 void addDecayRate(Value decayRate)
           
 void addPrice(Price price)
           
 void addProcedure(Classification proc)
           
 void addValue(Value value)
           
 List<Classification> getBreakdownList()
          Gets the value of the breakdownList property.
 List<Value> getDecayRateList()
          Gets the value of the decayRateList property.
 String getInternalId()
          Gets the value of the internalId property.
 Label getLabel()
          Gets the value of the label property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 List<Classification> getProcedureList()
          Gets the value of the procedure-list property.
 RecoverVAT getRecoverVAT()
          Gets the value of the recoverVAT property.
 String getSource()
          Gets the value of the source property.
 List<Value> getValueList()
          Gets the value of the valueList property.
 void setBreakdownList(List<Classification> value)
          Sets the value of the breakdownList property.
 void setDecayRateList(List<Value> value)
          Sets the value of the decayRateList property.
 void setInternalId(String value)
          Sets the value of the internalId property.
 void setLabel(Label value)
          Sets the value of the label property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 void setProcedureList(List<Classification> value)
          Sets the value of the procedure-list property.
 void setRecoverVAT(RecoverVAT value)
          Sets the value of the recoverVAT property.
 void setSource(String value)
          Sets the value of the source property.
 void setValueList(List<Value> value)
          Sets the value of the valueList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Excess

public Excess()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification cl)

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getPriceList

public List<Price> getPriceList()
Gets the value of the priceList property.

Returns:
possible object is PriceListType

setPriceList

public void setPriceList(List<Price> value)
Sets the value of the priceList property.

Parameters:
value - allowed object is PriceListType

addPrice

public void addPrice(Price price)

getValueList

public List<Value> getValueList()
Gets the value of the valueList property.

Returns:
possible object is ValueListType

setValueList

public void setValueList(List<Value> value)
Sets the value of the valueList property.

Parameters:
value - allowed object is ValueListType

addValue

public void addValue(Value value)

getDecayRateList

public List<Value> getDecayRateList()
Gets the value of the decayRateList property.

Returns:
possible object is ValueListType

setDecayRateList

public void setDecayRateList(List<Value> value)
Sets the value of the decayRateList property.

Parameters:
value - allowed object is ValueListType

addDecayRate

public void addDecayRate(Value decayRate)

getRecoverVAT

public RecoverVAT getRecoverVAT()
Gets the value of the recoverVAT property.

Returns:
possible object is RecoverVAT

setRecoverVAT

public void setRecoverVAT(RecoverVAT value)
Sets the value of the recoverVAT property.

Parameters:
value - allowed object is RecoverVAT

getProcedureList

public List<Classification> getProcedureList()
Gets the value of the procedure-list property.

Returns:
possible object is ClassificationListType

setProcedureList

public void setProcedureList(List<Classification> value)
Sets the value of the procedure-list property.

Parameters:
value - allowed object is ClassificationListType

addProcedure

public void addProcedure(Classification proc)

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.