public interface

Answer

implements SchemaEntity
com.google.code.linkedinapi.schema.Answer
Known Indirect Subclasses

Class Overview

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="{}web-url"/>
         <element ref="{}author"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Author getAuthor()
Gets the value of the author property.
abstract String getId()
Gets the value of the id property.
abstract String getWebUrl()
Gets the value of the webUrl property.
abstract void setAuthor(Author value)
Sets the value of the author property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setWebUrl(String value)
Sets the value of the webUrl property.

Public Methods

public abstract Author getAuthor ()

Gets the value of the author property.

Returns

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public abstract void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String