public class CustomerListItem extends Object
Java class for CustomerListItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerListItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerListItemSubType" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerListItemSubType" minOccurs="0"/>
<element name="ItemValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerListItemSubType |
customerListItemSubType |
protected String |
itemValue |
| Constructor and Description |
|---|
CustomerListItem() |
| Modifier and Type | Method and Description |
|---|---|
CustomerListItemSubType |
getCustomerListItemSubType()
Gets the value of the customerListItemSubType property.
|
String |
getItemValue()
Gets the value of the itemValue property.
|
void |
setCustomerListItemSubType(CustomerListItemSubType value)
Sets the value of the customerListItemSubType property.
|
void |
setItemValue(String value)
Sets the value of the itemValue property.
|
protected CustomerListItemSubType customerListItemSubType
protected String itemValue
public CustomerListItemSubType getCustomerListItemSubType()
CustomerListItemSubTypepublic void setCustomerListItemSubType(CustomerListItemSubType value)
value - allowed object is
CustomerListItemSubTypepublic String getItemValue()
StringCopyright © 2023. All rights reserved.