public interface

Publication

implements SchemaEntity
com.google.code.linkedinapi.schema.Publication
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 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>
 

Summary

Public Methods
abstract Authors getAuthors()
Gets the value of the authors property.
abstract Date getDate()
Gets the value of the date property.
abstract String getId()
Gets the value of the id property.
abstract Publisher getPublisher()
Gets the value of the publisher property.
abstract String getSummary()
Gets the value of the summary property.
abstract String getTitle()
Gets the value of the title property.
abstract String getUrl()
Gets the value of the url property.
abstract void setAuthors(Authors value)
Sets the value of the authors property.
abstract void setDate(Date value)
Sets the value of the date property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setPublisher(Publisher value)
Sets the value of the publisher property.
abstract void setSummary(String value)
Sets the value of the summary property.
abstract void setTitle(String value)
Sets the value of the title property.
abstract void setUrl(String value)
Sets the value of the url property.

Public Methods

public abstract Authors getAuthors ()

Gets the value of the authors property.

Returns

public abstract Date getDate ()

Gets the value of the date property.

Returns
  • possible object is Date

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract Publisher getPublisher ()

Gets the value of the publisher property.

Returns

public abstract String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public abstract String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public abstract String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public abstract void setAuthors (Authors value)

Sets the value of the authors property.

Parameters
value Allowed object is Authors

public abstract void setDate (Date value)

Sets the value of the date property.

Parameters
value Allowed object is Date

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setPublisher (Publisher value)

Sets the value of the publisher property.

Parameters
value Allowed object is Publisher

public abstract void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public abstract void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public abstract void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String