public class Author 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="{}first-name"/>
<element ref="{}last-name"/>
<element ref="{}headline"/>
<element ref="{}relation-to-viewer" minOccurs="0"/>
<element ref="{}api-standard-profile-request"/>
<element ref="{}site-standard-profile-request"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiStandardProfileRequest |
apiStandardProfileRequest |
protected String |
firstName |
protected String |
headline |
protected String |
id |
protected String |
lastName |
protected RelationToViewer |
relationToViewer |
protected SiteStandardProfileRequest |
siteStandardProfileRequest |
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
RelationToViewer |
getRelationToViewer()
Gets the value of the relationToViewer property.
|
SiteStandardProfileRequest |
getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
|
void |
setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setRelationToViewer(RelationToViewer value)
Sets the value of the relationToViewer property.
|
void |
setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest property.
|
protected String id
protected String firstName
protected String lastName
protected String headline
protected RelationToViewer relationToViewer
protected ApiStandardProfileRequest apiStandardProfileRequest
protected SiteStandardProfileRequest siteStandardProfileRequest
public void setId(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getHeadline()
Stringpublic void setHeadline(String value)
value - allowed object is
Stringpublic RelationToViewer getRelationToViewer()
RelationToViewerpublic void setRelationToViewer(RelationToViewer value)
value - allowed object is
RelationToViewerpublic ApiStandardProfileRequest getApiStandardProfileRequest()
ApiStandardProfileRequestpublic void setApiStandardProfileRequest(ApiStandardProfileRequest value)
value - allowed object is
ApiStandardProfileRequestpublic SiteStandardProfileRequest getSiteStandardProfileRequest()
SiteStandardProfileRequestpublic void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
value - allowed object is
SiteStandardProfileRequestApache Camel