public class AccountProperty extends Object
Java class for AccountProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{https://bingads.microsoft.com/CampaignManagement/v13}AccountPropertyName" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountPropertyName |
name |
protected String |
value |
| Constructor and Description |
|---|
AccountProperty() |
| Modifier and Type | Method and Description |
|---|---|
AccountPropertyName |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(AccountPropertyName value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected AccountPropertyName name
protected String value
public AccountPropertyName getName()
AccountPropertyNamepublic void setName(AccountPropertyName value)
value - allowed object is
AccountPropertyNamepublic String getValue()
StringCopyright © 2024. All rights reserved.