public class Product extends Object
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 ref="{}id"/>
<element ref="{}name"/>
<element name="type" type="{}product-type"/>
<element ref="{}description"/>
<element ref="{}logo-url"/>
<element ref="{}creation-timestamp"/>
<element ref="{}features"/>
<element ref="{}num-recommendations"/>
<element ref="{}product-deal"/>
<element ref="{}sales-persons"/>
<element ref="{}video"/>
<element ref="{}recommendations" minOccurs="0"/>
<element ref="{}product-category"/>
<element ref="{}website-url"/>
<element ref="{}disclaimer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
creationTimestamp |
protected String |
description |
protected String |
disclaimer |
protected Features |
features |
protected String |
id |
protected String |
logoUrl |
protected String |
name |
protected Long |
numRecommendations |
protected ProductCategory |
productCategory |
protected ProductDeal |
productDeal |
protected Recommendations |
recommendations |
protected SalesPersons |
salesPersons |
protected ProductType |
type |
protected Video |
video |
protected String |
websiteUrl |
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreationTimestamp()
Gets the value of the creationTimestamp property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisclaimer()
Gets the value of the disclaimer property.
|
Features |
getFeatures()
Gets the value of the features property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLogoUrl()
Gets the value of the logoUrl property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getNumRecommendations()
Gets the value of the numRecommendations property.
|
ProductCategory |
getProductCategory()
Gets the value of the productCategory property.
|
ProductDeal |
getProductDeal()
Gets the value of the productDeal property.
|
Recommendations |
getRecommendations()
Gets the value of the recommendations property.
|
SalesPersons |
getSalesPersons()
Gets the value of the salesPersons property.
|
ProductType |
getType()
Gets the value of the type property.
|
Video |
getVideo()
Gets the value of the video property.
|
String |
getWebsiteUrl()
Gets the value of the websiteUrl property.
|
void |
setCreationTimestamp(Long value)
Sets the value of the creationTimestamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisclaimer(String value)
Sets the value of the disclaimer property.
|
void |
setFeatures(Features value)
Sets the value of the features property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLogoUrl(String value)
Sets the value of the logoUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumRecommendations(Long value)
Sets the value of the numRecommendations property.
|
void |
setProductCategory(ProductCategory value)
Sets the value of the productCategory property.
|
void |
setProductDeal(ProductDeal value)
Sets the value of the productDeal property.
|
void |
setRecommendations(Recommendations value)
Sets the value of the recommendations property.
|
void |
setSalesPersons(SalesPersons value)
Sets the value of the salesPersons property.
|
void |
setType(ProductType value)
Sets the value of the type property.
|
void |
setVideo(Video value)
Sets the value of the video property.
|
void |
setWebsiteUrl(String value)
Sets the value of the websiteUrl property.
|
protected String id
protected String name
protected ProductType type
protected String description
protected String logoUrl
protected Long creationTimestamp
protected Features features
protected Long numRecommendations
protected ProductDeal productDeal
protected SalesPersons salesPersons
protected Video video
protected Recommendations recommendations
protected ProductCategory productCategory
protected String websiteUrl
protected String disclaimer
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ProductType getType()
ProductTypepublic void setType(ProductType value)
value - allowed object is
ProductTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLogoUrl()
Stringpublic void setLogoUrl(String value)
value - allowed object is
Stringpublic Long getCreationTimestamp()
Stringpublic void setCreationTimestamp(Long value)
value - allowed object is
Stringpublic Features getFeatures()
Featurespublic void setFeatures(Features value)
value - allowed object is
Featurespublic Long getNumRecommendations()
Stringpublic void setNumRecommendations(Long value)
value - allowed object is
Stringpublic ProductDeal getProductDeal()
ProductDealpublic void setProductDeal(ProductDeal value)
value - allowed object is
ProductDealpublic SalesPersons getSalesPersons()
SalesPersonspublic void setSalesPersons(SalesPersons value)
value - allowed object is
SalesPersonspublic Video getVideo()
Videopublic void setVideo(Video value)
value - allowed object is
Videopublic Recommendations getRecommendations()
Recommendationspublic void setRecommendations(Recommendations value)
value - allowed object is
Recommendationspublic ProductCategory getProductCategory()
ProductCategorypublic void setProductCategory(ProductCategory value)
value - allowed object is
ProductCategorypublic String getWebsiteUrl()
Stringpublic void setWebsiteUrl(String value)
value - allowed object is
Stringpublic String getDisclaimer()
StringApache Camel