public class Publication 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 minOccurs="0"> <element ref="{}date"/> <element ref="{}id"/> <element ref="{}summary"/> <element ref="{}title"/> <element ref="{}url"/> <element ref="{}authors"/> <element ref="{}publisher"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Authors |
authors |
protected Date |
date |
protected String |
id |
protected Publisher |
publisher |
protected String |
summary |
protected String |
title |
protected String |
url |
Constructor and Description |
---|
Publication() |
Modifier and Type | Method and Description |
---|---|
Authors |
getAuthors()
Gets the value of the authors property.
|
Date |
getDate()
Gets the value of the date property.
|
String |
getId()
Gets the value of the id property.
|
Publisher |
getPublisher()
Gets the value of the publisher property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setAuthors(Authors value)
Sets the value of the authors property.
|
void |
setDate(Date value)
Sets the value of the date property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPublisher(Publisher value)
Sets the value of the publisher property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected Date date
protected String id
protected String summary
protected String title
protected String url
protected Authors authors
protected Publisher publisher
public void setDate(Date value)
value
- allowed object is
Date
public void setId(String value)
value
- allowed object is
String
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 void setUrl(String value)
value
- allowed object is
String
public Authors getAuthors()
Authors
public void setAuthors(Authors value)
value
- allowed object is
Authors
public Publisher getPublisher()
Publisher
Apache Camel