public class GenderDimension extends AudienceGroupDimension
Java class for GenderDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenderDimension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AudienceGroupDimension">
<sequence>
<element name="GenderTypes" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfGenderType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfGenderType |
genderTypes |
type| Constructor and Description |
|---|
GenderDimension() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfGenderType |
getGenderTypes()
Gets the value of the genderTypes property.
|
void |
setGenderTypes(ArrayOfGenderType value)
Sets the value of the genderTypes property.
|
getType, setTypeprotected ArrayOfGenderType genderTypes
public ArrayOfGenderType getGenderTypes()
ArrayOfGenderTypepublic void setGenderTypes(ArrayOfGenderType value)
value - allowed object is
ArrayOfGenderTypeCopyright © 2024. All rights reserved.