public abstract class BaseRate extends Object
Java class for BaseRate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rateCardId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
rateCardId |
| Constructor and Description |
|---|
BaseRate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
Long |
getRateCardId()
Gets the value of the rateCardId property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setRateCardId(Long value)
Sets the value of the rateCardId property.
|
Copyright © 2018. All Rights Reserved.