public class AvailabilityForecastOptions extends Object
Java class for AvailabilityForecastOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityForecastOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="includeTargetingCriteriaBreakdown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="includeContendingLineItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
includeContendingLineItems |
protected Boolean |
includeTargetingCriteriaBreakdown |
| Constructor and Description |
|---|
AvailabilityForecastOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIncludeContendingLineItems()
Gets the value of the includeContendingLineItems property.
|
Boolean |
isIncludeTargetingCriteriaBreakdown()
Gets the value of the includeTargetingCriteriaBreakdown property.
|
void |
setIncludeContendingLineItems(Boolean value)
Sets the value of the includeContendingLineItems property.
|
void |
setIncludeTargetingCriteriaBreakdown(Boolean value)
Sets the value of the includeTargetingCriteriaBreakdown property.
|
protected Boolean includeTargetingCriteriaBreakdown
protected Boolean includeContendingLineItems
public Boolean isIncludeTargetingCriteriaBreakdown()
Booleanpublic void setIncludeTargetingCriteriaBreakdown(Boolean value)
value - allowed object is
Booleanpublic Boolean isIncludeContendingLineItems()
BooleanCopyright © 2018. All Rights Reserved.