|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Author
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>
Method Summary | |
---|---|
ApiStandardProfileRequest |
getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property. |
java.lang.String |
getFirstName()
Gets the value of the firstName property. |
java.lang.String |
getHeadline()
Gets the value of the headline property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.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(java.lang.String value)
Sets the value of the firstName property. |
void |
setHeadline(java.lang.String value)
Sets the value of the headline property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setLastName(java.lang.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. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getFirstName()
String
void setFirstName(java.lang.String value)
value
- allowed object is
String
java.lang.String getLastName()
String
void setLastName(java.lang.String value)
value
- allowed object is
String
java.lang.String getHeadline()
String
void setHeadline(java.lang.String value)
value
- allowed object is
String
RelationToViewer getRelationToViewer()
RelationToViewer
void setRelationToViewer(RelationToViewer value)
value
- allowed object is
RelationToViewer
ApiStandardProfileRequest getApiStandardProfileRequest()
ApiStandardProfileRequest
void setApiStandardProfileRequest(ApiStandardProfileRequest value)
value
- allowed object is
ApiStandardProfileRequest
SiteStandardProfileRequest getSiteStandardProfileRequest()
SiteStandardProfileRequest
void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
value
- allowed object is
SiteStandardProfileRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |