public interface

Patent

implements SchemaEntity
com.google.code.linkedinapi.schema.Patent
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="{}title"/>
         <element ref="{}date"/>
         <element ref="{}url"/>
         <element ref="{}summary"/>
         <element ref="{}number"/>
         <element ref="{}status"/>
         <element ref="{}office"/>
         <element ref="{}inventors"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Date getDate()
Gets the value of the date property.
abstract String getId()
Gets the value of the id property.
abstract Inventors getInventors()
Gets the value of the inventors property.
abstract String getNumber()
Gets the value of the number property.
abstract Office getOffice()
Gets the value of the office property.
abstract Status getStatus()
Gets the value of the status 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 setDate(Date value)
Sets the value of the date property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setInventors(Inventors value)
Sets the value of the inventors property.
abstract void setNumber(String value)
Sets the value of the number property.
abstract void setOffice(Office value)
Sets the value of the office property.
abstract void setStatus(Status value)
Sets the value of the status 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 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 Inventors getInventors ()

Gets the value of the inventors property.

Returns

public abstract String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public abstract Office getOffice ()

Gets the value of the office property.

Returns

public abstract Status getStatus ()

Gets the value of the status 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 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 setInventors (Inventors value)

Sets the value of the inventors property.

Parameters
value Allowed object is Inventors

public abstract void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public abstract void setOffice (Office value)

Sets the value of the office property.

Parameters
value Allowed object is Office

public abstract void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status

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