public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RECOMMENDATION_INFO" type="{}RECOMMENDATION_INFOType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RECOMMENDATIONINFOType |
recommendationinfo |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
RECOMMENDATIONINFOType |
getRECOMMENDATIONINFO()
Gets the value of the recommendationinfo property.
|
void |
setRECOMMENDATIONINFO(RECOMMENDATIONINFOType value)
Sets the value of the recommendationinfo property.
|
protected RECOMMENDATIONINFOType recommendationinfo
public RECOMMENDATIONINFOType getRECOMMENDATIONINFO()
RECOMMENDATIONINFOTypepublic void setRECOMMENDATIONINFO(RECOMMENDATIONINFOType value)
value - allowed object is
RECOMMENDATIONINFOTypeCopyright © 2022. All rights reserved.