public class CancellationInsuranceData extends AbstractRealTimeDto implements Serializable
Java class for cancellationInsuranceData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
insuranceAmount |
protected Long |
insuranceId |
Constructor and Description |
---|
CancellationInsuranceData() |
Modifier and Type | Method and Description |
---|---|
Long |
getInsuranceAmount()
Gets the value of the insuranceAmount property.
|
Long |
getInsuranceId()
Gets the value of the insuranceId property.
|
void |
setInsuranceAmount(Long value)
Sets the value of the insuranceAmount property.
|
void |
setInsuranceId(Long value)
Sets the value of the insuranceId property.
|
public Long getInsuranceAmount()
Long
public void setInsuranceAmount(Long value)
value
- allowed object is
Long
public Long getInsuranceId()
Long
Copyright © 2021. All rights reserved.