public class GetBMCStoresByCustomerIdResponse 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="BMCStores" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfBMCStore" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBMCStore |
bmcStores |
| Constructor and Description |
|---|
GetBMCStoresByCustomerIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBMCStore |
getBMCStores()
Gets the value of the bmcStores property.
|
void |
setBMCStores(ArrayOfBMCStore value)
Sets the value of the bmcStores property.
|
protected ArrayOfBMCStore bmcStores
public ArrayOfBMCStore getBMCStores()
ArrayOfBMCStorepublic void setBMCStores(ArrayOfBMCStore value)
value - allowed object is
ArrayOfBMCStoreCopyright © 2024. All rights reserved.