public class DeliveryIndicator extends Object
LineItem.
Java class for DeliveryIndicator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryIndicator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expectedDeliveryPercentage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="actualDeliveryPercentage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
actualDeliveryPercentage |
protected Double |
expectedDeliveryPercentage |
| Constructor and Description |
|---|
DeliveryIndicator() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getActualDeliveryPercentage()
Gets the value of the actualDeliveryPercentage property.
|
Double |
getExpectedDeliveryPercentage()
Gets the value of the expectedDeliveryPercentage property.
|
void |
setActualDeliveryPercentage(Double value)
Sets the value of the actualDeliveryPercentage property.
|
void |
setExpectedDeliveryPercentage(Double value)
Sets the value of the expectedDeliveryPercentage property.
|
protected Double expectedDeliveryPercentage
protected Double actualDeliveryPercentage
public Double getExpectedDeliveryPercentage()
Doublepublic void setExpectedDeliveryPercentage(Double value)
value - allowed object is
Doublepublic Double getActualDeliveryPercentage()
DoubleCopyright © 2018. All Rights Reserved.