public class KeywordAndMatchType extends Object
Java class for KeywordAndMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordAndMatchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MatchTypes" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfMatchType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keywordText |
protected ArrayOfMatchType |
matchTypes |
| Constructor and Description |
|---|
KeywordAndMatchType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeywordText()
Gets the value of the keywordText property.
|
ArrayOfMatchType |
getMatchTypes()
Gets the value of the matchTypes property.
|
void |
setKeywordText(String value)
Sets the value of the keywordText property.
|
void |
setMatchTypes(ArrayOfMatchType value)
Sets the value of the matchTypes property.
|
protected String keywordText
protected ArrayOfMatchType matchTypes
public String getKeywordText()
Stringpublic void setKeywordText(String value)
value - allowed object is
Stringpublic ArrayOfMatchType getMatchTypes()
ArrayOfMatchTypepublic void setMatchTypes(ArrayOfMatchType value)
value - allowed object is
ArrayOfMatchTypeCopyright © 2024. All rights reserved.