public class RECOMMENDATIONINFOType extends Object
Java class for RECOMMENDATION_INFOType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RECOMMENDATION_INFOType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RECOMMENDATION_TEXT" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DATE_OF_EXPIRATION">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="TYPE" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="COMMUNITIES" type="{}COMMUNITIESType" minOccurs="0"/>
<element name="USERS" type="{}USERSType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECOMMENDATIONINFOType.DATEOFEXPIRATION
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected COMMUNITIESType |
communities |
protected RECOMMENDATIONINFOType.DATEOFEXPIRATION |
dateofexpiration |
protected String |
recommendationtext |
protected String |
type |
protected USERSType |
users |
| Constructor and Description |
|---|
RECOMMENDATIONINFOType() |
| Modifier and Type | Method and Description |
|---|---|
COMMUNITIESType |
getCOMMUNITIES()
Gets the value of the communities property.
|
RECOMMENDATIONINFOType.DATEOFEXPIRATION |
getDATEOFEXPIRATION()
Gets the value of the dateofexpiration property.
|
String |
getRECOMMENDATIONTEXT()
Gets the value of the recommendationtext property.
|
String |
getTYPE()
Gets the value of the type property.
|
USERSType |
getUSERS()
Gets the value of the users property.
|
void |
setCOMMUNITIES(COMMUNITIESType value)
Sets the value of the communities property.
|
void |
setDATEOFEXPIRATION(RECOMMENDATIONINFOType.DATEOFEXPIRATION value)
Sets the value of the dateofexpiration property.
|
void |
setRECOMMENDATIONTEXT(String value)
Sets the value of the recommendationtext property.
|
void |
setTYPE(String value)
Sets the value of the type property.
|
void |
setUSERS(USERSType value)
Sets the value of the users property.
|
protected String recommendationtext
protected RECOMMENDATIONINFOType.DATEOFEXPIRATION dateofexpiration
protected String type
protected COMMUNITIESType communities
protected USERSType users
public String getRECOMMENDATIONTEXT()
Stringpublic void setRECOMMENDATIONTEXT(String value)
value - allowed object is
Stringpublic RECOMMENDATIONINFOType.DATEOFEXPIRATION getDATEOFEXPIRATION()
RECOMMENDATIONINFOType.DATEOFEXPIRATIONpublic void setDATEOFEXPIRATION(RECOMMENDATIONINFOType.DATEOFEXPIRATION value)
value - allowed object is
RECOMMENDATIONINFOType.DATEOFEXPIRATIONpublic String getTYPE()
Stringpublic void setTYPE(String value)
value - allowed object is
Stringpublic COMMUNITIESType getCOMMUNITIES()
COMMUNITIESTypepublic void setCOMMUNITIES(COMMUNITIESType value)
value - allowed object is
COMMUNITIESTypepublic USERSType getUSERS()
USERSTypeCopyright © 2019. All rights reserved.