public class AutoApplyRecommendationsInfo extends Object
Java class for AutoApplyRecommendationsInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoApplyRecommendationsInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AAROptInStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="RecommendationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aarOptInStatus |
protected String |
recommendationType |
| Constructor and Description |
|---|
AutoApplyRecommendationsInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAAROptInStatus()
Gets the value of the aarOptInStatus property.
|
String |
getRecommendationType()
Gets the value of the recommendationType property.
|
void |
setAAROptInStatus(Boolean value)
Sets the value of the aarOptInStatus property.
|
void |
setRecommendationType(String value)
Sets the value of the recommendationType property.
|
protected Boolean aarOptInStatus
protected String recommendationType
public Boolean getAAROptInStatus()
Booleanpublic void setAAROptInStatus(Boolean value)
value - allowed object is
Booleanpublic String getRecommendationType()
StringCopyright © 2024. All rights reserved.