|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Excess
public class Excess
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>
| 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 |
|---|
public Excess()
| Method Detail |
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
ClassificationListType public void addBreakdown(Classification cl)
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic List<Price> getPriceList()
PriceListType public void setPriceList(List<Price> value)
value - allowed object is
PriceListType public void addPrice(Price price)
public List<Value> getValueList()
ValueListType public void setValueList(List<Value> value)
value - allowed object is
ValueListType public void addValue(Value value)
public List<Value> getDecayRateList()
ValueListType public void setDecayRateList(List<Value> value)
value - allowed object is
ValueListType public void addDecayRate(Value decayRate)
public RecoverVAT getRecoverVAT()
RecoverVATpublic void setRecoverVAT(RecoverVAT value)
value - allowed object is
RecoverVATpublic List<Classification> getProcedureList()
ClassificationListType public void setProcedureList(List<Classification> value)
value - allowed object is
ClassificationListType public void addProcedure(Classification proc)
public String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||