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
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public ProductType getType()
ProductType
public void setType(ProductType value)
value
- allowed object is
ProductType
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getLogoUrl()
String
public void setLogoUrl(String value)
value
- allowed object is
String
public Long getCreationTimestamp()
String
public void setCreationTimestamp(Long value)
value
- allowed object is
String
public Features getFeatures()
Features
public void setFeatures(Features value)
value
- allowed object is
Features
public Long getNumRecommendations()
String
public void setNumRecommendations(Long value)
value
- allowed object is
String
public ProductDeal getProductDeal()
ProductDeal
public void setProductDeal(ProductDeal value)
value
- allowed object is
ProductDeal
public SalesPersons getSalesPersons()
SalesPersons
public void setSalesPersons(SalesPersons value)
value
- allowed object is
SalesPersons
public Video getVideo()
Video
public void setVideo(Video value)
value
- allowed object is
Video
public Recommendations getRecommendations()
Recommendations
public void setRecommendations(Recommendations value)
value
- allowed object is
Recommendations
public ProductCategory getProductCategory()
ProductCategory
public void setProductCategory(ProductCategory value)
value
- allowed object is
ProductCategory
public String getWebsiteUrl()
String
public void setWebsiteUrl(String value)
value
- allowed object is
String
public String getDisclaimer()
String
Apache Camel