public class KeywordDemographic extends Object
Java class for KeywordDemographic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordDemographic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EighteenToTwentyFour" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TwentyFiveToThirtyFour" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ThirtyFiveToFourtyNine" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FiftyToSixtyFour" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SixtyFiveAndAbove" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AgeUnknown" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Female" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Male" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="GenderUnknown" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
ageUnknown |
protected String |
device |
protected Double |
eighteenToTwentyFour |
protected Double |
female |
protected Double |
fiftyToSixtyFour |
protected Double |
genderUnknown |
protected Double |
male |
protected Double |
sixtyFiveAndAbove |
protected Double |
thirtyFiveToFourtyNine |
protected Double |
twentyFiveToThirtyFour |
| Constructor and Description |
|---|
KeywordDemographic() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAgeUnknown()
Gets the value of the ageUnknown property.
|
String |
getDevice()
Gets the value of the device property.
|
Double |
getEighteenToTwentyFour()
Gets the value of the eighteenToTwentyFour property.
|
Double |
getFemale()
Gets the value of the female property.
|
Double |
getFiftyToSixtyFour()
Gets the value of the fiftyToSixtyFour property.
|
Double |
getGenderUnknown()
Gets the value of the genderUnknown property.
|
Double |
getMale()
Gets the value of the male property.
|
Double |
getSixtyFiveAndAbove()
Gets the value of the sixtyFiveAndAbove property.
|
Double |
getThirtyFiveToFourtyNine()
Gets the value of the thirtyFiveToFourtyNine property.
|
Double |
getTwentyFiveToThirtyFour()
Gets the value of the twentyFiveToThirtyFour property.
|
void |
setAgeUnknown(Double value)
Sets the value of the ageUnknown property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setEighteenToTwentyFour(Double value)
Sets the value of the eighteenToTwentyFour property.
|
void |
setFemale(Double value)
Sets the value of the female property.
|
void |
setFiftyToSixtyFour(Double value)
Sets the value of the fiftyToSixtyFour property.
|
void |
setGenderUnknown(Double value)
Sets the value of the genderUnknown property.
|
void |
setMale(Double value)
Sets the value of the male property.
|
void |
setSixtyFiveAndAbove(Double value)
Sets the value of the sixtyFiveAndAbove property.
|
void |
setThirtyFiveToFourtyNine(Double value)
Sets the value of the thirtyFiveToFourtyNine property.
|
void |
setTwentyFiveToThirtyFour(Double value)
Sets the value of the twentyFiveToThirtyFour property.
|
protected String device
protected Double eighteenToTwentyFour
protected Double twentyFiveToThirtyFour
protected Double thirtyFiveToFourtyNine
protected Double fiftyToSixtyFour
protected Double sixtyFiveAndAbove
protected Double ageUnknown
protected Double female
protected Double male
protected Double genderUnknown
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic Double getEighteenToTwentyFour()
Doublepublic void setEighteenToTwentyFour(Double value)
value - allowed object is
Doublepublic Double getTwentyFiveToThirtyFour()
Doublepublic void setTwentyFiveToThirtyFour(Double value)
value - allowed object is
Doublepublic Double getThirtyFiveToFourtyNine()
Doublepublic void setThirtyFiveToFourtyNine(Double value)
value - allowed object is
Doublepublic Double getFiftyToSixtyFour()
Doublepublic void setFiftyToSixtyFour(Double value)
value - allowed object is
Doublepublic Double getSixtyFiveAndAbove()
Doublepublic void setSixtyFiveAndAbove(Double value)
value - allowed object is
Doublepublic Double getAgeUnknown()
Doublepublic void setAgeUnknown(Double value)
value - allowed object is
Doublepublic Double getFemale()
Doublepublic void setFemale(Double value)
value - allowed object is
Doublepublic Double getMale()
Doublepublic void setMale(Double value)
value - allowed object is
Doublepublic Double getGenderUnknown()
DoubleCopyright © 2024. All rights reserved.