public class SearchInsertionOrdersResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InsertionOrders" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfInsertionOrder" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfInsertionOrder |
insertionOrders |
| Constructor and Description |
|---|
SearchInsertionOrdersResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfInsertionOrder |
getInsertionOrders()
Gets the value of the insertionOrders property.
|
void |
setInsertionOrders(ArrayOfInsertionOrder value)
Sets the value of the insertionOrders property.
|
protected ArrayOfInsertionOrder insertionOrders
public ArrayOfInsertionOrder getInsertionOrders()
ArrayOfInsertionOrderpublic void setInsertionOrders(ArrayOfInsertionOrder value)
value - allowed object is
ArrayOfInsertionOrderCopyright © 2024. All rights reserved.