public class BMCStore extends Object
Java class for BMCStore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMCStore">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HasCatalog" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsProductAdsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StoreUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubType" type="{https://bingads.microsoft.com/CampaignManagement/v13}BMCStoreSubType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hasCatalog |
protected Long |
id |
protected Boolean |
isActive |
protected Boolean |
isProductAdsEnabled |
protected String |
name |
protected String |
storeUrl |
protected BMCStoreSubType |
subType |
| Constructor and Description |
|---|
BMCStore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getHasCatalog()
Gets the value of the hasCatalog property.
|
Long |
getId()
Gets the value of the id property.
|
Boolean |
getIsActive()
Gets the value of the isActive property.
|
Boolean |
getIsProductAdsEnabled()
Gets the value of the isProductAdsEnabled property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStoreUrl()
Gets the value of the storeUrl property.
|
BMCStoreSubType |
getSubType()
Gets the value of the subType property.
|
void |
setHasCatalog(Boolean value)
Sets the value of the hasCatalog property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive property.
|
void |
setIsProductAdsEnabled(Boolean value)
Sets the value of the isProductAdsEnabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStoreUrl(String value)
Sets the value of the storeUrl property.
|
void |
setSubType(BMCStoreSubType value)
Sets the value of the subType property.
|
protected Boolean hasCatalog
protected Long id
protected Boolean isActive
protected Boolean isProductAdsEnabled
protected String name
protected String storeUrl
protected BMCStoreSubType subType
public Boolean getHasCatalog()
Booleanpublic void setHasCatalog(Boolean value)
value - allowed object is
Booleanpublic void setId(Long value)
value - allowed object is
Longpublic Boolean getIsActive()
Booleanpublic void setIsActive(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsProductAdsEnabled()
Booleanpublic void setIsProductAdsEnabled(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStoreUrl()
Stringpublic void setStoreUrl(String value)
value - allowed object is
Stringpublic BMCStoreSubType getSubType()
BMCStoreSubTypepublic void setSubType(BMCStoreSubType value)
value - allowed object is
BMCStoreSubTypeCopyright © 2024. All rights reserved.