public class RECOMMENDATIONType extends Object
Java class for RECOMMENDATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RECOMMENDATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RECOMMENDATIONS" type="{}RECOMMENDATIONSType"/>
</sequence>
<attribute name="SEND_EMAIL" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PERIOD" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="LAST_NOTIFICATION" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lastnotification |
protected Integer |
period |
protected RECOMMENDATIONSType |
recommendations |
protected Boolean |
sendemail |
| Constructor and Description |
|---|
RECOMMENDATIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLASTNOTIFICATION()
Gets the value of the lastnotification property.
|
Integer |
getPERIOD()
Gets the value of the period property.
|
RECOMMENDATIONSType |
getRECOMMENDATIONS()
Gets the value of the recommendations property.
|
Boolean |
isSENDEMAIL()
Gets the value of the sendemail property.
|
void |
setLASTNOTIFICATION(String value)
Sets the value of the lastnotification property.
|
void |
setPERIOD(Integer value)
Sets the value of the period property.
|
void |
setRECOMMENDATIONS(RECOMMENDATIONSType value)
Sets the value of the recommendations property.
|
void |
setSENDEMAIL(Boolean value)
Sets the value of the sendemail property.
|
protected RECOMMENDATIONSType recommendations
protected Boolean sendemail
protected Integer period
protected String lastnotification
public RECOMMENDATIONSType getRECOMMENDATIONS()
RECOMMENDATIONSTypepublic void setRECOMMENDATIONS(RECOMMENDATIONSType value)
value - allowed object is
RECOMMENDATIONSTypepublic Boolean isSENDEMAIL()
Booleanpublic void setSENDEMAIL(Boolean value)
value - allowed object is
Booleanpublic Integer getPERIOD()
Integerpublic void setPERIOD(Integer value)
value - allowed object is
Integerpublic String getLASTNOTIFICATION()
StringCopyright © 2019. All rights reserved.