public class CustomerReviews extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IFrameURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HasReviews" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hasReviews |
protected String |
iFrameURL |
| Constructor and Description |
|---|
CustomerReviews() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIFrameURL()
Gets the value of the iFrameURL property.
|
Boolean |
isHasReviews()
Gets the value of the hasReviews property.
|
void |
setHasReviews(Boolean value)
Sets the value of the hasReviews property.
|
void |
setIFrameURL(String value)
Sets the value of the iFrameURL property.
|
public String getIFrameURL()
Stringpublic void setIFrameURL(String value)
value - allowed object is
Stringpublic Boolean isHasReviews()
BooleanCopyright © 2013. All Rights Reserved.