public class Attachment 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="{}summary"/> <element ref="{}title"/> <element ref="{}content-domain"/> <element ref="{}content-url"/> <element ref="{}image-url"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contentDomain |
protected String |
contentUrl |
protected String |
imageUrl |
protected String |
summary |
protected String |
title |
Constructor and Description |
---|
Attachment() |
Modifier and Type | Method and Description |
---|---|
String |
getContentDomain()
Gets the value of the contentDomain property.
|
String |
getContentUrl()
Gets the value of the contentUrl property.
|
String |
getImageUrl()
Gets the value of the imageUrl property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setContentDomain(String value)
Sets the value of the contentDomain property.
|
void |
setContentUrl(String value)
Sets the value of the contentUrl property.
|
void |
setImageUrl(String value)
Sets the value of the imageUrl property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String summary
protected String title
protected String contentDomain
protected String contentUrl
protected String imageUrl
public String getSummary()
String
public void setSummary(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getContentDomain()
String
public void setContentDomain(String value)
value
- allowed object is
String
public String getContentUrl()
String
public void setContentUrl(String value)
value
- allowed object is
String
public String getImageUrl()
String
Apache Camel