public class VanityPharma extends Object
Java class for VanityPharma complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VanityPharma">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vanityPharmaDisplayUrlMode" type="{https://adwords.google.com/api/adwords/cm/v201809}VanityPharmaDisplayUrlMode" minOccurs="0"/>
<element name="vanityPharmaText" type="{https://adwords.google.com/api/adwords/cm/v201809}VanityPharmaText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VanityPharmaDisplayUrlMode |
vanityPharmaDisplayUrlMode |
protected VanityPharmaText |
vanityPharmaText |
| Constructor and Description |
|---|
VanityPharma() |
| Modifier and Type | Method and Description |
|---|---|
VanityPharmaDisplayUrlMode |
getVanityPharmaDisplayUrlMode()
Gets the value of the vanityPharmaDisplayUrlMode property.
|
VanityPharmaText |
getVanityPharmaText()
Gets the value of the vanityPharmaText property.
|
void |
setVanityPharmaDisplayUrlMode(VanityPharmaDisplayUrlMode value)
Sets the value of the vanityPharmaDisplayUrlMode property.
|
void |
setVanityPharmaText(VanityPharmaText value)
Sets the value of the vanityPharmaText property.
|
protected VanityPharmaDisplayUrlMode vanityPharmaDisplayUrlMode
protected VanityPharmaText vanityPharmaText
public VanityPharmaDisplayUrlMode getVanityPharmaDisplayUrlMode()
VanityPharmaDisplayUrlModepublic void setVanityPharmaDisplayUrlMode(VanityPharmaDisplayUrlMode value)
value - allowed object is
VanityPharmaDisplayUrlModepublic VanityPharmaText getVanityPharmaText()
VanityPharmaTextpublic void setVanityPharmaText(VanityPharmaText value)
value - allowed object is
VanityPharmaTextCopyright © 2023. All rights reserved.