public class PublicationAuthor extends Object
Java class for publication-author complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="publication-author"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id"/> <element ref="{}name"/> <element ref="{}person"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Person |
person |
Constructor and Description |
---|
PublicationAuthor() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Person |
getPerson()
Gets the value of the person property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
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 Person getPerson()
Person
Apache Camel