public class RuleItemGroup extends Object
Java class for RuleItemGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuleItemGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Items" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfRuleItem" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfRuleItem |
items |
| Constructor and Description |
|---|
RuleItemGroup() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfRuleItem |
getItems()
Gets the value of the items property.
|
void |
setItems(ArrayOfRuleItem value)
Sets the value of the items property.
|
protected ArrayOfRuleItem items
public ArrayOfRuleItem getItems()
ArrayOfRuleItempublic void setItems(ArrayOfRuleItem value)
value - allowed object is
ArrayOfRuleItemCopyright © 2024. All rights reserved.