public class AutoResponseRule extends Metadata
Java class for AutoResponseRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoResponseRule">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ruleEntry" type="{urn:metadata.tooling.soap.sforce.com}RuleEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected List<RuleEntry> |
ruleEntry |
| Constructor and Description |
|---|
AutoResponseRule() |
| Modifier and Type | Method and Description |
|---|---|
List<RuleEntry> |
getRuleEntry()
Gets the value of the ruleEntry property.
|
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
public Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic List<RuleEntry> getRuleEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ruleEntry property.
For example, to add a new item, do as follows:
getRuleEntry().add(newItem);
Objects of the following type(s) are allowed in the list
RuleEntry
Copyright © 2016. All rights reserved.