public class GenderCriterion extends Criterion
Java class for GenderCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenderCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="GenderType" type="{https://bingads.microsoft.com/CampaignManagement/v13}GenderType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GenderType |
genderType |
| Constructor and Description |
|---|
GenderCriterion() |
| Modifier and Type | Method and Description |
|---|---|
GenderType |
getGenderType()
Gets the value of the genderType property.
|
void |
setGenderType(GenderType value)
Sets the value of the genderType property.
|
protected GenderType genderType
public GenderType getGenderType()
GenderTypepublic void setGenderType(GenderType value)
value - allowed object is
GenderTypeCopyright © 2024. All rights reserved.