|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Policy
public class Policy
Policy describes an insurance policy
Java class for PolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="policy-id" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/> <element name="agreement-list" type="{http://xat2.etai.fr}AgreementListType" minOccurs="0"/> <element name="excess-list" type="{http://xat2.etai.fr}ExcessListType" minOccurs="0"/> <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/> <element name="condition-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="deposit" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="nb-days-leased-veh" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/> <element name="bottom-limit" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/> <element name="upper-limit" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
void |
addAgreement(Agreement agreement)
|
void |
addClassification(Classification cl)
|
void |
addCondition(Classification condition)
|
void |
addDate(ExplicitDate date)
|
void |
addDeposit(Classification dep)
|
void |
addExcess(Excess excess)
|
void |
addPersonLink(PersonLink personLink)
|
void |
addPolicyId(Classification pol)
|
List<Agreement> |
getAgreementList()
Gets the value of the agreementList property. |
Value |
getBottomLimit()
Gets the value of the bottomLimit property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
List<Classification> |
getConditionList()
Gets the value of the condition-list property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
List<Classification> |
getDeposit()
Gets the value of the deposit property. |
List<Excess> |
getExcessList()
Gets the value of the excessList property. |
Value |
getNbDaysLeasedVeh()
Gets the value of the nbDaysLeasedVeh property. |
List<PersonLink> |
getPersonLinkList()
Gets the value of the personLinkList property. |
List<Classification> |
getPolicyId()
Gets the value of the policyId property. |
Value |
getUpperLimit()
Gets the value of the upperLimit property. |
void |
setAgreementList(List<Agreement> value)
Sets the value of the agreementList property. |
void |
setBottomLimit(Value value)
Sets the value of the bottomLimit property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setConditionList(List<Classification> value)
Sets the value of the condition-list property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setDeposit(List<Classification> value)
Sets the value of the deposit property. |
void |
setExcessList(List<Excess> value)
Sets the value of the excessList property. |
void |
setNbDaysLeasedVeh(Value value)
Sets the value of the nbDaysLeasedVeh property. |
void |
setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property. |
void |
setPolicyId(List<Classification> value)
Sets the value of the policyId property. |
void |
setUpperLimit(Value value)
Sets the value of the upperLimit property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Policy()
Method Detail |
---|
public List<Classification> getPolicyId()
ClassificationListType
public void setPolicyId(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addPolicyId(Classification pol)
public List<PersonLink> getPersonLinkList()
PersonLinkListType
public void setPersonLinkList(List<PersonLink> value)
value
- allowed object is
PersonLinkListType
public void addPersonLink(PersonLink personLink)
public List<Agreement> getAgreementList()
AgreementListType
public void setAgreementList(List<Agreement> value)
value
- allowed object is
AgreementListType
public void addAgreement(Agreement agreement)
public List<Excess> getExcessList()
ExcessListType
public void setExcessList(List<Excess> value)
value
- allowed object is
ExcessListType
public void addExcess(Excess excess)
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public List<Classification> getConditionList()
ClassificationListType
public void setConditionList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addCondition(Classification condition)
public List<Classification> getDeposit()
ClassificationListType
public void setDeposit(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addDeposit(Classification dep)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
public Value getNbDaysLeasedVeh()
Value
public void setNbDaysLeasedVeh(Value value)
value
- allowed object is
Value
public Value getBottomLimit()
Value
public void setBottomLimit(Value value)
value
- allowed object is
Value
public Value getUpperLimit()
Value
public void setUpperLimit(Value value)
value
- allowed object is
Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |